From 4b028e8296a736d21197423e72ad0d3610a4777e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 31 Jul 2020 02:46:50 +0000 Subject: [PATCH] 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](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) --- CHANGELOG.md | 13 +++++++++++++ gradle.properties | 2 +- komga/docs/openapi.json | 8 ++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a339183d..8fffdd89 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/gradle.properties b/gradle.properties index 9e94b846..58544f70 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.50.1 +version=0.51.0 diff --git a/komga/docs/openapi.json b/komga/docs/openapi.json index 6e1e7930..475bf3af 100644 --- a/komga/docs/openapi.json +++ b/komga/docs/openapi.json @@ -583,8 +583,16 @@ "fileName": { "type": "string" }, + "width": { + "format": "int32", + "type": "integer" + }, "mediaType": { "type": "string" + }, + "height": { + "format": "int32", + "type": "integer" } } },