chore(release): 0.158.0 [skip ci]

# [0.158.0](https://github.com/gotson/komga/compare/v0.157.5...v0.158.0) (2023-01-12)

### Bug Fixes

* close SSE connections during shutdown ([3f773d1](3f773d1ed7)), closes [#1028](https://github.com/gotson/komga/issues/1028)
* translated using Weblate  ([f06c680](f06c68067f))

### Features

* library option to append ComicInfo Volume to Series title ([63b3c83](63b3c83ce2))
* **webui:** navigate back to collection from series ([db56a38](db56a38476)), closes [#1042](https://github.com/gotson/komga/issues/1042)
* **webui:** order collections/readlists by most recently modified in the Add To dialog ([592f87c](592f87ca79)), closes [#862](https://github.com/gotson/komga/issues/862)
This commit is contained in:
semantic-release-bot 2023-01-12 09:53:40 +00:00
parent f06c68067f
commit 7303606c36
3 changed files with 34 additions and 7 deletions

View File

@ -1,3 +1,18 @@
# [0.158.0](https://github.com/gotson/komga/compare/v0.157.5...v0.158.0) (2023-01-12)
### Bug Fixes
* close SSE connections during shutdown ([3f773d1](https://github.com/gotson/komga/commit/3f773d1ed74fb265ea53f181cc22f71f1855c76e)), closes [#1028](https://github.com/gotson/komga/issues/1028)
* translated using Weblate ([f06c680](https://github.com/gotson/komga/commit/f06c68067faefeef51d67381c7527b10ff8f30a1))
### Features
* library option to append ComicInfo Volume to Series title ([63b3c83](https://github.com/gotson/komga/commit/63b3c83ce2cf6dbd43a7d437a876731b35321afa))
* **webui:** navigate back to collection from series ([db56a38](https://github.com/gotson/komga/commit/db56a38476d8c8680e32dcb38c368ea50dd4af40)), closes [#1042](https://github.com/gotson/komga/issues/1042)
* **webui:** order collections/readlists by most recently modified in the Add To dialog ([592f87c](https://github.com/gotson/komga/commit/592f87ca794e52e1d374ffc1d6b1c5c4c231274b)), closes [#862](https://github.com/gotson/komga/issues/862)
## [0.157.5](https://github.com/gotson/komga/compare/v0.157.4...v0.157.5) (2022-11-22)

View File

@ -1,2 +1,2 @@
version=0.157.5
version=0.158.0
org.gradle.jvmargs=-Xmx2G

View File

@ -8589,6 +8589,7 @@
"importComicInfoCollection",
"importComicInfoReadList",
"importComicInfoSeries",
"importComicInfoSeriesAppendVolume",
"importEpubBook",
"importEpubSeries",
"importLocalArtwork",
@ -8620,6 +8621,9 @@
"importComicInfoReadList": {
"type": "boolean"
},
"importComicInfoSeriesAppendVolume": {
"type": "boolean"
},
"importEpubBook": {
"type": "boolean"
},
@ -9093,6 +9097,7 @@
"importComicInfoCollection",
"importComicInfoReadList",
"importComicInfoSeries",
"importComicInfoSeriesAppendVolume",
"importEpubBook",
"importEpubSeries",
"importLocalArtwork",
@ -9124,6 +9129,9 @@
"importComicInfoReadList": {
"type": "boolean"
},
"importComicInfoSeriesAppendVolume": {
"type": "boolean"
},
"importEpubBook": {
"type": "boolean"
},
@ -9187,6 +9195,7 @@
"importComicInfoCollection",
"importComicInfoReadList",
"importComicInfoSeries",
"importComicInfoSeriesAppendVolume",
"importEpubBook",
"importEpubSeries",
"importLocalArtwork",
@ -9222,6 +9231,9 @@
"importComicInfoReadList": {
"type": "boolean"
},
"importComicInfoSeriesAppendVolume": {
"type": "boolean"
},
"importEpubBook": {
"type": "boolean"
},
@ -9789,6 +9801,12 @@
"$ref": "#/components/schemas/WebLinkUpdateDto"
}
},
"authors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AuthorUpdateDto"
}
},
"isbn": {
"type": "string"
},
@ -9796,12 +9814,6 @@
"type": "string",
"format": "date"
},
"authors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AuthorUpdateDto"
}
},
"summary": {
"type": "string"
}