mirror of
https://github.com/gotson/komga.git
synced 2026-05-06 03:27:08 +02:00
chore(release): 0.51.0 [skip ci]
# [0.51.0](https://github.com/gotson/komga/compare/v0.50.1...v0.51.0) (2020-07-31) ### Bug Fixes * **webreader:** cycle image fit would not persist setting ([e5272d2](e5272d2243)) ### Features * **webreader:** better display of landscape images ([09984a4](09984a4284)), closes [#123](https://github.com/gotson/komga/issues/123) * get images dimension during media analysis ([f9d55ec](f9d55ecfd0)), closes [#123](https://github.com/gotson/komga/issues/123)
This commit is contained in:
parent
d95c9a838c
commit
4b028e8296
3 changed files with 22 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,3 +1,16 @@
|
|||
# [0.51.0](https://github.com/gotson/komga/compare/v0.50.1...v0.51.0) (2020-07-31)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **webreader:** cycle image fit would not persist setting ([e5272d2](https://github.com/gotson/komga/commit/e5272d224383d9afdc183dfc626937ba87fc27cf))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **webreader:** better display of landscape images ([09984a4](https://github.com/gotson/komga/commit/09984a4284c6ee9a50c7457ea9271fc36c58b770)), closes [#123](https://github.com/gotson/komga/issues/123)
|
||||
* get images dimension during media analysis ([f9d55ec](https://github.com/gotson/komga/commit/f9d55ecfd0743a3c0e07f5f63725d25e6183af0c)), closes [#123](https://github.com/gotson/komga/issues/123)
|
||||
|
||||
## [0.50.1](https://github.com/gotson/komga/compare/v0.50.0...v0.50.1) (2020-07-30)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
version=0.50.1
|
||||
version=0.51.0
|
||||
|
|
|
|||
|
|
@ -583,8 +583,16 @@
|
|||
"fileName": {
|
||||
"type": "string"
|
||||
},
|
||||
"width": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"mediaType": {
|
||||
"type": "string"
|
||||
},
|
||||
"height": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue