mirror of
https://github.com/gotson/komga.git
synced 2025-01-08 11:47:47 +08:00
chore(release): 0.87.3 [skip ci]
## [0.87.3](https://github.com/gotson/komga/compare/v0.87.2...v0.87.3) (2021-04-21) ### Bug Fixes * error importing reading list with non-numerical number ([3ef0240
](3ef02409ba
)), closes [#499](https://github.com/gotson/komga/issues/499) * **webui:** stored filters are not validated ([fbb4171
](fbb4171d9b
)), closes [#504](https://github.com/gotson/komga/issues/504)
This commit is contained in:
parent
3ef02409ba
commit
e2b190859b
@ -1,3 +1,11 @@
|
||||
## [0.87.3](https://github.com/gotson/komga/compare/v0.87.2...v0.87.3) (2021-04-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* error importing reading list with non-numerical number ([3ef0240](https://github.com/gotson/komga/commit/3ef02409bac07ee64c0136e34aac6afcf7c1aba4)), closes [#499](https://github.com/gotson/komga/issues/499)
|
||||
* **webui:** stored filters are not validated ([fbb4171](https://github.com/gotson/komga/commit/fbb4171d9bd3727d3826e650fe97822ec146bd4d)), closes [#504](https://github.com/gotson/komga/issues/504)
|
||||
|
||||
## [0.87.2](https://github.com/gotson/komga/compare/v0.87.1...v0.87.2) (2021-04-20)
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
version=0.87.2
|
||||
version=0.87.3
|
||||
|
@ -787,8 +787,7 @@
|
||||
],
|
||||
"properties": {
|
||||
"number": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
"type": "string"
|
||||
},
|
||||
"series": {
|
||||
"type": "string"
|
||||
|
Loading…
Reference in New Issue
Block a user