mirror of
https://github.com/gotson/komga.git
synced 2026-01-02 22:08:58 +01:00
chore(release): 0.68.1 [skip ci]
## [0.68.1](https://github.com/gotson/komga/compare/v0.68.0...v0.68.1) (2021-01-11) ### Bug Fixes * **webui:** truncate summary and authors when too long ([9071ad5](9071ad59ef))
This commit is contained in:
parent
9071ad59ef
commit
d35adeaebf
3 changed files with 20 additions and 13 deletions
|
|
@ -1,3 +1,10 @@
|
|||
## [0.68.1](https://github.com/gotson/komga/compare/v0.68.0...v0.68.1) (2021-01-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **webui:** truncate summary and authors when too long ([9071ad5](https://github.com/gotson/komga/commit/9071ad59ef9f52482c73849732ca2967617a6e68))
|
||||
|
||||
# [0.68.0](https://github.com/gotson/komga/compare/v0.67.1...v0.68.0) (2021-01-11)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
version=0.68.0
|
||||
version=0.68.1
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
@ -1325,13 +1325,13 @@
|
|||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"numberOfElements": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"last": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
|
|
@ -1371,13 +1371,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