chore(release): 0.87.5 [skip ci]

## [0.87.5](https://github.com/gotson/komga/compare/v0.87.4...v0.87.5) (2021-04-26)

### Bug Fixes

* **webui:** double pages could show duplicate pages ([76ba55a](76ba55a124))
* **webui:** mark read progress instantly ([97cc3e0](97cc3e043d)), closes [#475](https://github.com/gotson/komga/issues/475)
* **webui:** scroll continuous reader to top on book change ([d27828d](d27828de13)), closes [#475](https://github.com/gotson/komga/issues/475)
This commit is contained in:
semantic-release-bot 2021-04-26 08:29:52 +00:00
parent d27828de13
commit 8549c69166
3 changed files with 26 additions and 17 deletions

View file

@ -1,3 +1,12 @@
## [0.87.5](https://github.com/gotson/komga/compare/v0.87.4...v0.87.5) (2021-04-26)
### Bug Fixes
* **webui:** double pages could show duplicate pages ([76ba55a](https://github.com/gotson/komga/commit/76ba55a1242cfc90bceaddef8520719ac1165854))
* **webui:** mark read progress instantly ([97cc3e0](https://github.com/gotson/komga/commit/97cc3e043d15255bc53641bdf0b5cd53cb5c14c4)), closes [#475](https://github.com/gotson/komga/issues/475)
* **webui:** scroll continuous reader to top on book change ([d27828d](https://github.com/gotson/komga/commit/d27828de13fdbe348055fe4c23d129a29ad974e8)), closes [#475](https://github.com/gotson/komga/issues/475)
## [0.87.4](https://github.com/gotson/komga/compare/v0.87.3...v0.87.4) (2021-04-21)

View file

@ -1 +1 @@
version=0.87.4
version=0.87.5

View file

@ -544,6 +544,10 @@
"format": "int32",
"type": "integer"
},
"size": {
"format": "int32",
"type": "integer"
},
"numberOfElements": {
"format": "int32",
"type": "integer"
@ -551,10 +555,6 @@
"last": {
"type": "boolean"
},
"size": {
"format": "int32",
"type": "integer"
},
"totalPages": {
"format": "int32",
"type": "integer"
@ -675,6 +675,10 @@
"format": "int32",
"type": "integer"
},
"size": {
"format": "int32",
"type": "integer"
},
"numberOfElements": {
"format": "int32",
"type": "integer"
@ -682,10 +686,6 @@
"last": {
"type": "boolean"
},
"size": {
"format": "int32",
"type": "integer"
},
"totalPages": {
"format": "int32",
"type": "integer"
@ -721,6 +721,10 @@
"format": "int32",
"type": "integer"
},
"size": {
"format": "int32",
"type": "integer"
},
"numberOfElements": {
"format": "int32",
"type": "integer"
@ -728,10 +732,6 @@
"last": {
"type": "boolean"
},
"size": {
"format": "int32",
"type": "integer"
},
"totalPages": {
"format": "int32",
"type": "integer"
@ -816,6 +816,10 @@
"format": "int32",
"type": "integer"
},
"size": {
"format": "int32",
"type": "integer"
},
"numberOfElements": {
"format": "int32",
"type": "integer"
@ -823,10 +827,6 @@
"last": {
"type": "boolean"
},
"size": {
"format": "int32",
"type": "integer"
},
"totalPages": {
"format": "int32",
"type": "integer"