Skip to content

Commit

Permalink
chore(release): 0.36.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.36.0](v0.35.2...v0.36.0) (2020-06-08)

### Bug Fixes

* strip accented characters for title sort when creating series ([6f1e36e](6f1e36e)), closes [#188](#188)
* **webui:** prevent cropping on book thumbnails ([e038857](e038857)), closes [#191](#191)

### Features

* **api:** on deck books ([1b6a030](1b6a030)), closes [#131](#131)
* **webui:** add On Deck section on dashboard ([37c935e](37c935e)), closes [#131](#131)
  • Loading branch information
semantic-release-bot committed Jun 8, 2020
1 parent 6f1e36e commit c303794
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.36.0](https://github.com/gotson/komga/compare/v0.35.2...v0.36.0) (2020-06-08)


### Bug Fixes

* strip accented characters for title sort when creating series ([6f1e36e](https://github.com/gotson/komga/commit/6f1e36e7dc3087445a55c0b5a360a932c2a3778f)), closes [#188](https://github.com/gotson/komga/issues/188)
* **webui:** prevent cropping on book thumbnails ([e038857](https://github.com/gotson/komga/commit/e038857887f180ed4fa147064cad84febf647567)), closes [#191](https://github.com/gotson/komga/issues/191)


### Features

* **api:** on deck books ([1b6a030](https://github.com/gotson/komga/commit/1b6a030ab568a657e9d7b3c89292ebd8e05d6611)), closes [#131](https://github.com/gotson/komga/issues/131)
* **webui:** add On Deck section on dashboard ([37c935e](https://github.com/gotson/komga/commit/37c935ec9a0d5ada86eb0ee8f9b201422a532e6d)), closes [#131](https://github.com/gotson/komga/issues/131)

## [0.35.2](https://github.com/gotson/komga/compare/v0.35.1...v0.35.2) (2020-06-08)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.35.2
version=0.36.0

0 comments on commit c303794

Please sign in to comment.