From 2f8b62c7eda6acd17d3c8137fabd47b5c0c6e348 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Sep 2021 07:36:41 +0000 Subject: [PATCH] chore(release): 0.125.0 [skip ci] # [0.125.0](https://github.com/gotson/komga/compare/v0.124.0...v0.125.0) (2021-09-10) ### Bug Fixes * **api:** incorrect page information when searching ([24b564a](https://github.com/gotson/komga/commit/24b564a707b24a33112bde3158e03f74f6189a18)) * **api:** page.sort had incorrect value ([57f601b](https://github.com/gotson/komga/commit/57f601b8dd13f8d5c9fb20e2fd9dd71cb24d1c08)) ### Features * **webui:** horizontal scroller infinite scroll on dashboard and search results ([fe78f17](https://github.com/gotson/komga/commit/fe78f17e5e7c0502867e7b08e4f927801b0d26f4)), closes [#605](https://github.com/gotson/komga/issues/605) --- CHANGELOG.md | 13 +++++++++++++ gradle.properties | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32634559..46908785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [0.125.0](https://github.com/gotson/komga/compare/v0.124.0...v0.125.0) (2021-09-10) + + +### Bug Fixes + +* **api:** incorrect page information when searching ([24b564a](https://github.com/gotson/komga/commit/24b564a707b24a33112bde3158e03f74f6189a18)) +* **api:** page.sort had incorrect value ([57f601b](https://github.com/gotson/komga/commit/57f601b8dd13f8d5c9fb20e2fd9dd71cb24d1c08)) + + +### Features + +* **webui:** horizontal scroller infinite scroll on dashboard and search results ([fe78f17](https://github.com/gotson/komga/commit/fe78f17e5e7c0502867e7b08e4f927801b0d26f4)), closes [#605](https://github.com/gotson/komga/issues/605) + # [0.124.0](https://github.com/gotson/komga/compare/v0.123.0...v0.124.0) (2021-09-08) diff --git a/gradle.properties b/gradle.properties index 5735e5c5..cb6fd295 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=0.124.0 +version=0.125.0 org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G