Skip to content

Commit fadb9ff

Browse files
chore(release): 0.12.0 [skip ci]
# [0.12.0](v0.11.0...v0.12.0) (2020-01-14) ### Bug Fixes * **scanner:** compare file extensions with case insensitive ([91c9cdd](91c9cdd)), closes [#59](#59) * **web reader:** conditional webp support ([ad21152](ad21152)), closes [#65](#65) ### Features * **api:** add endpoints to get previous/next book of a book ([54f583f](54f583f)) * **api:** on-th-fly thumbnail generation for any page ([7167f3e](7167f3e)) * **web reader:** double page support ([77c9004](77c9004)), closes [#61](#61) * **web reader:** remember fit and rtl ([78c181e](78c181e)), closes [#66](#66) * **web reader:** thumbnails explorer ([ec06955](ec06955)), closes [#62](#62) * better management of book analysis errors ([8c26a31](8c26a31))
1 parent 73addd5 commit fadb9ff

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [0.12.0](https://github.com/gotson/komga/compare/v0.11.0...v0.12.0) (2020-01-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **scanner:** compare file extensions with case insensitive ([91c9cdd](https://github.com/gotson/komga/commit/91c9cdd8323d02c792728ed20bb3a4589694bdf0)), closes [#59](https://github.com/gotson/komga/issues/59)
7+
* **web reader:** conditional webp support ([ad21152](https://github.com/gotson/komga/commit/ad2115244aaf5dea0b2f5f667451d62d6c15069c)), closes [#65](https://github.com/gotson/komga/issues/65)
8+
9+
10+
### Features
11+
12+
* **api:** add endpoints to get previous/next book of a book ([54f583f](https://github.com/gotson/komga/commit/54f583f0ce22e105a0bddde0287cc276dbbc12c9))
13+
* **api:** on-th-fly thumbnail generation for any page ([7167f3e](https://github.com/gotson/komga/commit/7167f3ea24cd222ab023838d42231f8560a733e5))
14+
* **web reader:** double page support ([77c9004](https://github.com/gotson/komga/commit/77c9004d5772bb623c27aebe764cbd155a9562cb)), closes [#61](https://github.com/gotson/komga/issues/61)
15+
* **web reader:** remember fit and rtl ([78c181e](https://github.com/gotson/komga/commit/78c181e130b6085a45755aefec61ad181a0802be)), closes [#66](https://github.com/gotson/komga/issues/66)
16+
* **web reader:** thumbnails explorer ([ec06955](https://github.com/gotson/komga/commit/ec06955e22f72e161ebe8c8b1f485b8139e03076)), closes [#62](https://github.com/gotson/komga/issues/62)
17+
* better management of book analysis errors ([8c26a31](https://github.com/gotson/komga/commit/8c26a318fe84ced77fe763711dec78575073678f))
18+
119
# [0.11.0](https://github.com/gotson/komga/compare/v0.10.1...v0.11.0) (2020-01-06)
220

321

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.11.0
1+
version=0.12.0

0 commit comments

Comments
 (0)