mirror of
https://github.com/gotson/komga.git
synced 2025-01-08 11:47:47 +08:00
chore(release): 0.56.0 [skip ci]
# [0.56.0](https://github.com/gotson/komga/compare/v0.55.1...v0.56.0) (2020-08-14) ### Bug Fixes * **webui:** change grid size for sm screens ([18280be
](18280beb95
)) ### Features * **api:** unpaged queries for books ([8f8054e
](8f8054e1d8
)) * **webui:** library option to import local artwork ([cba0a2e
](cba0a2e701
)) * **webui:** navigate to series books from book details screen ([48e92c7
](48e92c7580
)), closes [#272](https://github.com/gotson/komga/issues/272) * library option to import local artwork ([eefb802
](eefb80213a
)) * **webui:** scanner option per library ([fca0180
](fca018033d
)) * scanner option per library ([4da6ff9
](4da6ff9fd4
)) * **api:** http eTag caching for all API calls ([fe22cb5
](fe22cb5ce6
))
This commit is contained in:
parent
18280beb95
commit
fd1ecd8574
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,3 +1,21 @@
|
||||
# [0.56.0](https://github.com/gotson/komga/compare/v0.55.1...v0.56.0) (2020-08-14)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **webui:** change grid size for sm screens ([18280be](https://github.com/gotson/komga/commit/18280beb95b44bb9dfeec9f81cfe04b97c225fdd))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **api:** unpaged queries for books ([8f8054e](https://github.com/gotson/komga/commit/8f8054e1d859928cc249cb5631283da498be908d))
|
||||
* **webui:** library option to import local artwork ([cba0a2e](https://github.com/gotson/komga/commit/cba0a2e701e4d508d2a1b68da7ae7e6c5673846c))
|
||||
* **webui:** navigate to series books from book details screen ([48e92c7](https://github.com/gotson/komga/commit/48e92c7580f93e01d9e90a43870d3c1ed04c66cf)), closes [#272](https://github.com/gotson/komga/issues/272)
|
||||
* library option to import local artwork ([eefb802](https://github.com/gotson/komga/commit/eefb80213a89903a01ca0114d319feb1e83bb041))
|
||||
* **webui:** scanner option per library ([fca0180](https://github.com/gotson/komga/commit/fca018033dd094e0ddf6b0ca3a447b65d492aaa4))
|
||||
* scanner option per library ([4da6ff9](https://github.com/gotson/komga/commit/4da6ff9fd44d2283c31adc5a3185e0ad642255f3))
|
||||
* **api:** http eTag caching for all API calls ([fe22cb5](https://github.com/gotson/komga/commit/fe22cb5ce6157a23d9b01cd6fb2139555d5a2da5))
|
||||
|
||||
## [0.55.1](https://github.com/gotson/komga/compare/v0.55.0...v0.55.1) (2020-08-14)
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
version=0.55.1
|
||||
version=0.56.0
|
||||
|
@ -400,6 +400,15 @@
|
||||
},
|
||||
"importComicInfoCollection": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"importLocalArtwork": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanDeep": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanForceModifiedTime": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -429,6 +438,15 @@
|
||||
},
|
||||
"importComicInfoCollection": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"importLocalArtwork": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanDeep": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanForceModifiedTime": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -762,6 +780,15 @@
|
||||
},
|
||||
"importComicInfoCollection": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"importLocalArtwork": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanDeep": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scanForceModifiedTime": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1219,6 +1246,14 @@
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "unpaged",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "integer"
|
||||
@ -2024,6 +2059,14 @@
|
||||
"name": "read_status",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "unpaged",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "integer"
|
||||
@ -2718,6 +2761,14 @@
|
||||
"name": "read_status",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "unpaged",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "integer"
|
||||
|
Loading…
Reference in New Issue
Block a user