mirror of
https://github.com/gotson/komga.git
synced 2025-01-08 11:47:47 +08:00
chore(release): 0.108.0 [skip ci]
# [0.108.0](https://github.com/gotson/komga/compare/v0.107.0...v0.108.0) (2021-07-19) ### Bug Fixes * **webui:** add hint to language field in EditSeriesDialog.vue ([fa8b4c3
](fa8b4c3477
)) ### Features * **api:** add released_after query parameter for /books endpoint ([f6dc546
](f6dc546fd9
)) * **webui:** show recently released books in the dashboard ([320450a
](320450a750
)), closes [#569](https://github.com/gotson/komga/issues/569) * import mylar metadata ([528f676
](528f676ce0
)), closes [#550](https://github.com/gotson/komga/issues/550) * import StoryArcNumber from ComicInfo.xml ([2012f8b
](2012f8be98
)), closes [#573](https://github.com/gotson/komga/issues/573) * refresh series metadata if series.json file changed ([5cc14b5
](5cc14b57f8
)) * **webui:** library options to import mylar metadata ([e6602c6
](e6602c60be
))
This commit is contained in:
parent
61d041b7d5
commit
253d548971
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,3 +1,20 @@
|
||||
# [0.108.0](https://github.com/gotson/komga/compare/v0.107.0...v0.108.0) (2021-07-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **webui:** add hint to language field in EditSeriesDialog.vue ([fa8b4c3](https://github.com/gotson/komga/commit/fa8b4c34770769cb2c8a3891a165d02934228964))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **api:** add released_after query parameter for /books endpoint ([f6dc546](https://github.com/gotson/komga/commit/f6dc546fd99b5e68fd560616b1ddca530dbbaab1))
|
||||
* **webui:** show recently released books in the dashboard ([320450a](https://github.com/gotson/komga/commit/320450a7507e901246072be091152ebfd14aee5d)), closes [#569](https://github.com/gotson/komga/issues/569)
|
||||
* import mylar metadata ([528f676](https://github.com/gotson/komga/commit/528f676ce0fca3a4a1162aebf35076e247154741)), closes [#550](https://github.com/gotson/komga/issues/550)
|
||||
* import StoryArcNumber from ComicInfo.xml ([2012f8b](https://github.com/gotson/komga/commit/2012f8be98561d834009a4d73a0245c7b2da753c)), closes [#573](https://github.com/gotson/komga/issues/573)
|
||||
* refresh series metadata if series.json file changed ([5cc14b5](https://github.com/gotson/komga/commit/5cc14b57f84e1f817388b788b687e0bf1117da48))
|
||||
* **webui:** library options to import mylar metadata ([e6602c6](https://github.com/gotson/komga/commit/e6602c60be9fc04c0faeea6d732028deb66bd985))
|
||||
|
||||
# [0.107.0](https://github.com/gotson/komga/compare/v0.106.1...v0.107.0) (2021-07-19)
|
||||
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
version=0.107.0
|
||||
version=0.108.0
|
||||
org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G
|
||||
|
@ -560,6 +560,10 @@
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
@ -567,10 +571,6 @@
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"totalPages": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
@ -695,6 +695,10 @@
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
@ -702,10 +706,6 @@
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"totalPages": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
@ -773,6 +773,10 @@
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
@ -780,10 +784,6 @@
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"totalPages": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
@ -838,6 +838,10 @@
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
@ -845,10 +849,6 @@
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"totalPages": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
@ -914,6 +914,10 @@
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
@ -921,10 +925,6 @@
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"totalPages": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
@ -960,6 +960,10 @@
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
@ -967,10 +971,6 @@
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"totalPages": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
@ -1179,6 +1179,7 @@
|
||||
"importEpubBook",
|
||||
"importEpubSeries",
|
||||
"importLocalArtwork",
|
||||
"importMylarSeries",
|
||||
"name",
|
||||
"repairExtensions",
|
||||
"root",
|
||||
@ -1192,6 +1193,9 @@
|
||||
"importComicInfoReadList": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"importMylarSeries": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"emptyTrashAfterScan": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@ -1247,6 +1251,7 @@
|
||||
"importEpubBook",
|
||||
"importEpubSeries",
|
||||
"importLocalArtwork",
|
||||
"importMylarSeries",
|
||||
"name",
|
||||
"repairExtensions",
|
||||
"root",
|
||||
@ -1260,6 +1265,9 @@
|
||||
"importComicInfoReadList": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"importMylarSeries": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"emptyTrashAfterScan": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@ -1651,6 +1659,7 @@
|
||||
"importEpubBook",
|
||||
"importEpubSeries",
|
||||
"importLocalArtwork",
|
||||
"importMylarSeries",
|
||||
"name",
|
||||
"repairExtensions",
|
||||
"root",
|
||||
@ -1664,6 +1673,9 @@
|
||||
"importComicInfoReadList": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"importMylarSeries": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"emptyTrashAfterScan": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@ -5677,6 +5689,15 @@
|
||||
"name": "read_status",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"format": "date",
|
||||
"type": "string"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "released_after",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "array",
|
||||
|
Loading…
Reference in New Issue
Block a user