Skip to content

Commit

Permalink
chore(release): 0.56.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.56.0](gotson/komga@v0.55.1...v0.56.0) (2020-08-14)

### Bug Fixes

* **webui:** change grid size for sm screens ([18280be](gotson@18280be))

### Features

* **api:** unpaged queries for books ([8f8054e](gotson@8f8054e))
* **webui:** library option to import local artwork ([cba0a2e](gotson@cba0a2e))
* **webui:** navigate to series books from book details screen ([48e92c7](gotson@48e92c7)), closes [gotson#272](gotson#272)
* library option to import local artwork ([eefb802](gotson@eefb802))
* **webui:** scanner option per library ([fca0180](gotson@fca0180))
* scanner option per library ([4da6ff9](gotson@4da6ff9))
* **api:** http eTag caching for all API calls ([fe22cb5](gotson@fe22cb5))
  • Loading branch information
semantic-release-bot committed Aug 14, 2020
1 parent 18280be commit fd1ecd8
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.55.1
version=0.56.0
51 changes: 51 additions & 0 deletions komga/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,15 @@
},
"importComicInfoCollection": {
"type": "boolean"
},
"importLocalArtwork": {
"type": "boolean"
},
"scanDeep": {
"type": "boolean"
},
"scanForceModifiedTime": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -429,6 +438,15 @@
},
"importComicInfoCollection": {
"type": "boolean"
},
"importLocalArtwork": {
"type": "boolean"
},
"scanDeep": {
"type": "boolean"
},
"scanForceModifiedTime": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -762,6 +780,15 @@
},
"importComicInfoCollection": {
"type": "boolean"
},
"importLocalArtwork": {
"type": "boolean"
},
"scanDeep": {
"type": "boolean"
},
"scanForceModifiedTime": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -1219,6 +1246,14 @@
}
},
"parameters": [
{
"schema": {
"type": "boolean"
},
"in": "query",
"name": "unpaged",
"required": false
},
{
"schema": {
"type": "integer"
Expand Down Expand Up @@ -2024,6 +2059,14 @@
"name": "read_status",
"required": false
},
{
"schema": {
"type": "boolean"
},
"in": "query",
"name": "unpaged",
"required": false
},
{
"schema": {
"type": "integer"
Expand Down Expand Up @@ -2718,6 +2761,14 @@
"name": "read_status",
"required": false
},
{
"schema": {
"type": "boolean"
},
"in": "query",
"name": "unpaged",
"required": false
},
{
"schema": {
"type": "integer"
Expand Down

0 comments on commit fd1ecd8

Please sign in to comment.