Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2024
1 parent 58ca293 commit 03fb46b
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 44 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
# [1.10.0](https://github.com/gotson/komga/compare/1.9.2...1.10.0) (2024-01-08)
## 🚀 Features
**docker**
- add libarchive for RAR5 support ([6f8467a](https://github.com/gotson/komga/commits/6f8467a))

**komga**
- support for RAR5 via libarchive ([4c1301f](https://github.com/gotson/komga/commits/4c1301f))

**komga-tray**
- add libarchive for RAR5 support on macOS ([536d478](https://github.com/gotson/komga/commits/536d478))

## 🐛 Fixes
**api**
- mark progression fragment handling ([eb24470](https://github.com/gotson/komga/commits/eb24470))
- mark progression timezone handling ([ec97da6](https://github.com/gotson/komga/commits/ec97da6)), closes [#1363](https://github.com/gotson/komga/issues/1363)

**webui**
- webreader crash when reading one-shot from collection context ([bdf9ec9](https://github.com/gotson/komga/commits/bdf9ec9)), closes [#1374](https://github.com/gotson/komga/issues/1374)

## 🔄️ Changes

- ktlint ([8c4a5e3](https://github.com/gotson/komga/commits/8c4a5e3))

## 🛠 Build
**release**
- upload to B2 with conveyor ([cccbc39](https://github.com/gotson/komga/commits/cccbc39))
- limit conveyor cache size ([cabed41](https://github.com/gotson/komga/commits/cabed41))

## 🌐 Translation
**komga-tray**
- translated using Weblate (Chinese (Simplified)) ([58ca293](https://github.com/gotson/komga/commits/58ca293))
- translated using Weblate (Finnish) ([d955db2](https://github.com/gotson/komga/commits/d955db2))
- translated using Weblate (French) ([e623c46](https://github.com/gotson/komga/commits/e623c46))
- translated using Weblate (Spanish) ([5758f6d](https://github.com/gotson/komga/commits/5758f6d))
- translated using Weblate (Dutch) ([8fa8989](https://github.com/gotson/komga/commits/8fa8989))
- added translation using Weblate (Catalan) ([e28c8eb](https://github.com/gotson/komga/commits/e28c8eb))
- translated using Weblate (Russian) ([609368f](https://github.com/gotson/komga/commits/609368f))

**webui**
- translated using Weblate (Chinese (Simplified)) ([19000da](https://github.com/gotson/komga/commits/19000da))
- translated using Weblate (French) ([ea4bead](https://github.com/gotson/komga/commits/ea4bead))
- translated using Weblate (Dutch) ([86b2ec9](https://github.com/gotson/komga/commits/86b2ec9))
- translated using Weblate (Catalan) ([2150ddc](https://github.com/gotson/komga/commits/2150ddc))
- translated using Weblate (Russian) ([3bbe7b9](https://github.com/gotson/komga/commits/3bbe7b9))

## ⚙️ Dependencies
**ci**
- bump conveyor to 13.0 ([7dd05a5](https://github.com/gotson/komga/commits/7dd05a5))
- bump actions/upload-artifact from 3 to 4 ([6d7dfdd](https://github.com/gotson/komga/commits/6d7dfdd))

# [1.9.2](https://github.com/gotson/komga/compare/1.9.1...1.9.2) (2023-12-18)
## 🛠 Build
**release**
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.9.2
version=1.10.0
org.gradle.jvmargs=-Xmx2G
86 changes: 43 additions & 43 deletions komga/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -11798,16 +11798,16 @@
"sort": {
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"empty": {
"type": "boolean"
}
Expand Down Expand Up @@ -11936,16 +11936,16 @@
"sort": {
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"empty": {
"type": "boolean"
}
Expand Down Expand Up @@ -12125,16 +12125,16 @@
"sort": {
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"empty": {
"type": "boolean"
}
Expand Down Expand Up @@ -12625,16 +12625,16 @@
"sort": {
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"empty": {
"type": "boolean"
}
Expand Down Expand Up @@ -12726,16 +12726,16 @@
"sort": {
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"empty": {
"type": "boolean"
}
Expand Down Expand Up @@ -12848,16 +12848,16 @@
"sort": {
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"empty": {
"type": "boolean"
}
Expand Down Expand Up @@ -12894,16 +12894,16 @@
"sort": {
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"empty": {
"type": "boolean"
}
Expand Down Expand Up @@ -12960,16 +12960,16 @@
"sort": {
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"empty": {
"type": "boolean"
}
Expand Down Expand Up @@ -13035,16 +13035,16 @@
"sort": {
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"empty": {
"type": "boolean"
}
Expand Down Expand Up @@ -13081,16 +13081,16 @@
"sort": {
"$ref": "#/components/schemas/SortObject"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"first": {
"type": "boolean"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"type": "integer",
"format": "int32"
},
"empty": {
"type": "boolean"
}
Expand Down Expand Up @@ -13145,9 +13145,6 @@
"type": "number",
"format": "double"
},
"concrete": {
"type": "boolean"
},
"wildcardType": {
"type": "boolean"
},
Expand All @@ -13157,6 +13154,9 @@
"subtypeSuffix": {
"type": "string"
},
"concrete": {
"type": "boolean"
},
"charset": {
"type": "string"
}
Expand Down

0 comments on commit 03fb46b

Please sign in to comment.