chore(release): 0.110.0 [skip ci]

# [0.110.0](https://github.com/gotson/komga/compare/v0.109.1...v0.110.0) (2021-07-26)

### Bug Fixes

* translated using Weblate ([770f2fa](770f2fa216))

### Features

* **webui:** add library option to choose series cover ([afe2b64](afe2b64a15)), closes [#312](https://github.com/gotson/komga/issues/312)
* **webui:** add recently read books section on dashboard ([f4527ec](f4527ec1fa))
* add library option to choose series cover ([8e94b8e](8e94b8e444)), closes [#312](https://github.com/gotson/komga/issues/312)
This commit is contained in:
semantic-release-bot 2021-07-26 07:30:48 +00:00
parent 770f2fa216
commit 15598f5d7a
3 changed files with 48 additions and 4 deletions

View file

@ -1,3 +1,17 @@
# [0.110.0](https://github.com/gotson/komga/compare/v0.109.1...v0.110.0) (2021-07-26)
### Bug Fixes
* translated using Weblate ([770f2fa](https://github.com/gotson/komga/commit/770f2fa2162599669f455766f788dd4775cd9396))
### Features
* **webui:** add library option to choose series cover ([afe2b64](https://github.com/gotson/komga/commit/afe2b64a15ab68f8db10f13827c5c41ed6ca902a)), closes [#312](https://github.com/gotson/komga/issues/312)
* **webui:** add recently read books section on dashboard ([f4527ec](https://github.com/gotson/komga/commit/f4527ec1fa9c4436d19178245b6f7566f19308be))
* add library option to choose series cover ([8e94b8e](https://github.com/gotson/komga/commit/8e94b8e4448b7600433ceb6850b02d97afb4414a)), closes [#312](https://github.com/gotson/komga/issues/312)
## [0.109.1](https://github.com/gotson/komga/compare/v0.109.0...v0.109.1) (2021-07-26)

View file

@ -1,2 +1,2 @@
version=0.109.1
version=0.110.0
org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G

View file

@ -1200,12 +1200,22 @@
"repairExtensions",
"root",
"scanDeep",
"scanForceModifiedTime"
"scanForceModifiedTime",
"seriesCover"
],
"properties": {
"repairExtensions": {
"type": "boolean"
},
"seriesCover": {
"type": "string",
"enum": [
"FIRST",
"FIRST_UNREAD_OR_FIRST",
"FIRST_UNREAD_OR_LAST",
"LAST"
]
},
"importComicInfoReadList": {
"type": "boolean"
},
@ -1272,12 +1282,22 @@
"repairExtensions",
"root",
"scanDeep",
"scanForceModifiedTime"
"scanForceModifiedTime",
"seriesCover"
],
"properties": {
"repairExtensions": {
"type": "boolean"
},
"seriesCover": {
"type": "string",
"enum": [
"FIRST",
"FIRST_UNREAD_OR_FIRST",
"FIRST_UNREAD_OR_LAST",
"LAST"
]
},
"importComicInfoReadList": {
"type": "boolean"
},
@ -1680,12 +1700,22 @@
"repairExtensions",
"root",
"scanDeep",
"scanForceModifiedTime"
"scanForceModifiedTime",
"seriesCover"
],
"properties": {
"repairExtensions": {
"type": "boolean"
},
"seriesCover": {
"type": "string",
"enum": [
"FIRST",
"FIRST_UNREAD_OR_FIRST",
"FIRST_UNREAD_OR_LAST",
"LAST"
]
},
"importComicInfoReadList": {
"type": "boolean"
},