mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
chore(release): 1.11.3 [skip ci]
This commit is contained in:
parent
eeb5898210
commit
8040eb45fc
3 changed files with 45 additions and 7 deletions
38
CHANGELOG.md
38
CHANGELOG.md
|
|
@ -1,3 +1,41 @@
|
|||
# [1.11.3](https://github.com/gotson/komga/compare/1.11.2...1.11.3) (2024-08-26)
|
||||
## 🐛 Fixes
|
||||
**api**
|
||||
- some metrics are not updated ([da35140](https://github.com/gotson/komga/commits/da35140)), closes [#1643](https://github.com/gotson/komga/issues/1643)
|
||||
- known page hash cannot be sorted by file size ([bf71f8e](https://github.com/gotson/komga/commits/bf71f8e)), closes [#1610](https://github.com/gotson/komga/issues/1610)
|
||||
|
||||
**docker**
|
||||
- broken Dockerfile ([796a4ed](https://github.com/gotson/komga/commits/796a4ed))
|
||||
|
||||
**komga-tray**
|
||||
- libheif.dll had no avif support ([f743aae](https://github.com/gotson/komga/commits/f743aae)), closes [#1624](https://github.com/gotson/komga/issues/1624)
|
||||
|
||||
**webui**
|
||||
- footer text displayed over book content ([6794e24](https://github.com/gotson/komga/commits/6794e24)), closes [#1489](https://github.com/gotson/komga/issues/1489)
|
||||
- auto-scroll upward does not work when dragging elements ([835bff4](https://github.com/gotson/komga/commits/835bff4)), closes [#1652](https://github.com/gotson/komga/issues/1652)
|
||||
|
||||
## 🏎 Perf
|
||||
|
||||
- faster zip entry extraction ([eeb5898](https://github.com/gotson/komga/commits/eeb5898))
|
||||
|
||||
## 🔄️ Changes
|
||||
|
||||
- better logging for sqlite pools ([6a51f34](https://github.com/gotson/komga/commits/6a51f34))
|
||||
|
||||
## 🛠 Build
|
||||
**webui**
|
||||
- update Browserslist db ([eec2474](https://github.com/gotson/komga/commits/eec2474))
|
||||
|
||||
**unscoped**
|
||||
- add browserlist update action ([b93459a](https://github.com/gotson/komga/commits/b93459a))
|
||||
|
||||
## ⚙️ Dependencies
|
||||
**ci**
|
||||
- bump gradle/actions from 3 to 4 ([6482b34](https://github.com/gotson/komga/commits/6482b34))
|
||||
|
||||
**webui**
|
||||
- bump axios from 1.6.0 to 1.7.4 in /komga-webui ([f177fab](https://github.com/gotson/komga/commits/f177fab))
|
||||
|
||||
# [1.11.2](https://github.com/gotson/komga/compare/1.11.1...1.11.2) (2024-07-25)
|
||||
## 🐛 Fixes
|
||||
**docker**
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
version=1.11.2
|
||||
version=1.11.3
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
|
|
|
|||
|
|
@ -11337,6 +11337,9 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"ageRestriction": {
|
||||
"$ref": "#/components/schemas/AgeRestrictionUpdateDto"
|
||||
},
|
||||
"labelsAllow": {
|
||||
"uniqueItems": true,
|
||||
"type": "array",
|
||||
|
|
@ -11351,9 +11354,6 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"ageRestriction": {
|
||||
"$ref": "#/components/schemas/AgeRestrictionUpdateDto"
|
||||
},
|
||||
"sharedLibraries": {
|
||||
"$ref": "#/components/schemas/SharedLibrariesUpdateDto"
|
||||
}
|
||||
|
|
@ -13750,9 +13750,6 @@
|
|||
"type": "number",
|
||||
"format": "double"
|
||||
},
|
||||
"concrete": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"wildcardType": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
@ -13762,6 +13759,9 @@
|
|||
"subtypeSuffix": {
|
||||
"type": "string"
|
||||
},
|
||||
"concrete": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"charset": {
|
||||
"type": "string"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue