mirror of
https://github.com/gotson/komga.git
synced 2025-12-15 21:12:27 +01:00
chore(release): 0.67.0 [skip ci]
# [0.67.0](https://github.com/gotson/komga/compare/v0.66.1...v0.67.0) (2021-01-06) ### Features * **webui:** filter collections/readlists in Add To dialog ([1b422a2](1b422a2086)), closes [#378](https://github.com/gotson/komga/issues/378)
This commit is contained in:
parent
1b422a2086
commit
a338d30396
3 changed files with 20 additions and 13 deletions
|
|
@ -1,3 +1,10 @@
|
|||
# [0.67.0](https://github.com/gotson/komga/compare/v0.66.1...v0.67.0) (2021-01-06)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **webui:** filter collections/readlists in Add To dialog ([1b422a2](https://github.com/gotson/komga/commit/1b422a2086113dce613121c46a79272d13e6b114)), closes [#378](https://github.com/gotson/komga/issues/378)
|
||||
|
||||
## [0.66.1](https://github.com/gotson/komga/compare/v0.66.0...v0.66.1) (2021-01-06)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
version=0.66.1
|
||||
version=0.67.0
|
||||
|
|
|
|||
|
|
@ -40,13 +40,13 @@
|
|||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
@ -859,13 +859,13 @@
|
|||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
@ -1321,13 +1321,13 @@
|
|||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
@ -1367,13 +1367,13 @@
|
|||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
|
|||
Loading…
Reference in a new issue