Skip to content

Commit

Permalink
chore(release): 0.158.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.158.0](v0.157.5...v0.158.0) (2023-01-12)

### Bug Fixes

* close SSE connections during shutdown ([3f773d1](3f773d1)), closes [#1028](#1028)
* translated using Weblate  ([f06c680](f06c680))

### Features

* library option to append ComicInfo Volume to Series title ([63b3c83](63b3c83))
* **webui:** navigate back to collection from series ([db56a38](db56a38)), closes [#1042](#1042)
* **webui:** order collections/readlists by most recently modified in the Add To dialog ([592f87c](592f87c)), closes [#862](#862)
  • Loading branch information
semantic-release-bot committed Jan 12, 2023
1 parent f06c680 commit 7303606
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.157.5
version=0.158.0
org.gradle.jvmargs=-Xmx2G
24 changes: 18 additions & 6 deletions komga/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -8589,6 +8589,7 @@
"importComicInfoCollection",
"importComicInfoReadList",
"importComicInfoSeries",
"importComicInfoSeriesAppendVolume",
"importEpubBook",
"importEpubSeries",
"importLocalArtwork",
Expand Down Expand Up @@ -8620,6 +8621,9 @@
"importComicInfoReadList": {
"type": "boolean"
},
"importComicInfoSeriesAppendVolume": {
"type": "boolean"
},
"importEpubBook": {
"type": "boolean"
},
Expand Down Expand Up @@ -9093,6 +9097,7 @@
"importComicInfoCollection",
"importComicInfoReadList",
"importComicInfoSeries",
"importComicInfoSeriesAppendVolume",
"importEpubBook",
"importEpubSeries",
"importLocalArtwork",
Expand Down Expand Up @@ -9124,6 +9129,9 @@
"importComicInfoReadList": {
"type": "boolean"
},
"importComicInfoSeriesAppendVolume": {
"type": "boolean"
},
"importEpubBook": {
"type": "boolean"
},
Expand Down Expand Up @@ -9187,6 +9195,7 @@
"importComicInfoCollection",
"importComicInfoReadList",
"importComicInfoSeries",
"importComicInfoSeriesAppendVolume",
"importEpubBook",
"importEpubSeries",
"importLocalArtwork",
Expand Down Expand Up @@ -9222,6 +9231,9 @@
"importComicInfoReadList": {
"type": "boolean"
},
"importComicInfoSeriesAppendVolume": {
"type": "boolean"
},
"importEpubBook": {
"type": "boolean"
},
Expand Down Expand Up @@ -9789,19 +9801,19 @@
"$ref": "#/components/schemas/WebLinkUpdateDto"
}
},
"authors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AuthorUpdateDto"
}
},
"isbn": {
"type": "string"
},
"releaseDate": {
"type": "string",
"format": "date"
},
"authors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AuthorUpdateDto"
}
},
"summary": {
"type": "string"
}
Expand Down

0 comments on commit 7303606

Please sign in to comment.