Skip to content

Commit

Permalink
chore(release): 1.8.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2023
1 parent 6e4a3ec commit 255cb98
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# [1.8.4](https://github.com/gotson/komga/compare/1.8.3...1.8.4) (2023-12-06)
## 🐛 Fixes
**webui**
- force pre-render of images in the webreader ([7ab5eb3](https://github.com/gotson/komga/commits/7ab5eb3)), closes [#1323](https://github.com/gotson/komga/issues/1323)
- update browserlist ([0a0eaca](https://github.com/gotson/komga/commits/0a0eaca)), closes [#1253](https://github.com/gotson/komga/issues/1253)

## 🔄️ Changes
**webui**
- rename BookReader to DivinaReader ([c628807](https://github.com/gotson/komga/commits/c628807))

## 🛠 Build
**conveyor**
- disable update escape hatch for MS Store ([6e4a3ec](https://github.com/gotson/komga/commits/6e4a3ec))

## 🌐 Translation
**komga-tray**
- add empty translation files for all languages ([8de029d](https://github.com/gotson/komga/commits/8de029d))
- internationalization for desktop app tray menu ([1ad0cd2](https://github.com/gotson/komga/commits/1ad0cd2))

**webui**
- translated using Weblate (Chinese (Simplified)) ([2260da1](https://github.com/gotson/komga/commits/2260da1))
- translated using Weblate (Finnish) ([f04e03c](https://github.com/gotson/komga/commits/f04e03c))
- translated using Weblate (French) ([f7480ce](https://github.com/gotson/komga/commits/f7480ce))
- translated using Weblate (Spanish) ([af14751](https://github.com/gotson/komga/commits/af14751))

## ⚙️ Dependencies
**ci**
- bump actions/setup-java from 3 to 4 ([c97a322](https://github.com/gotson/komga/commits/c97a322))

# [1.8.3](https://github.com/gotson/komga/compare/1.8.2...1.8.3) (2023-11-30)
## 🐛 Fixes
**api**
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=1.8.3
version=1.8.4
org.gradle.jvmargs=-Xmx2G
6 changes: 3 additions & 3 deletions komga/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10586,9 +10586,6 @@
"type": "string"
}
},
"ageRestriction": {
"$ref": "#/components/schemas/AgeRestrictionUpdateDto"
},
"labelsAllow": {
"uniqueItems": true,
"type": "array",
Expand All @@ -10603,6 +10600,9 @@
"type": "string"
}
},
"ageRestriction": {
"$ref": "#/components/schemas/AgeRestrictionUpdateDto"
},
"sharedLibraries": {
"$ref": "#/components/schemas/SharedLibrariesUpdateDto"
}
Expand Down

0 comments on commit 255cb98

Please sign in to comment.