mirror of
https://github.com/gotson/komga.git
synced 2025-01-08 11:47:47 +08:00
chore(release): 1.7.2 [skip ci]
This commit is contained in:
parent
091015ed48
commit
bc49ce46e0
42
CHANGELOG.md
42
CHANGELOG.md
@ -1,3 +1,45 @@
|
||||
# [1.7.2](https://github.com/gotson/komga/compare/1.7.1...1.7.2) (2023-11-09)
|
||||
## 🐛 Fixes
|
||||
**komga**
|
||||
- check temp directory exists and is writable on startup ([4999edd](https://github.com/gotson/komga/commits/4999edd)), closes [#1283](https://github.com/gotson/komga/issues/1283)
|
||||
- task FixThumbnailsWithoutMetadata could not fix sidecar covers ([9d2d007](https://github.com/gotson/komga/commits/9d2d007)), closes [#1287](https://github.com/gotson/komga/issues/1287)
|
||||
|
||||
## 🔄️ Changes
|
||||
**komga**
|
||||
- ktlint format ([ea52a5e](https://github.com/gotson/komga/commits/ea52a5e))
|
||||
|
||||
## 🛠 Build
|
||||
**conveyor**
|
||||
- remove space in windows installer name ([d51fdeb](https://github.com/gotson/komga/commits/d51fdeb))
|
||||
- adjust JDK module list ([74d04d0](https://github.com/gotson/komga/commits/74d04d0))
|
||||
- bump conveyor from 11.4 to 12.0 ([e30a93b](https://github.com/gotson/komga/commits/e30a93b))
|
||||
- change windows installer name ([2c87700](https://github.com/gotson/komga/commits/2c87700))
|
||||
- hard-code module list ([5911431](https://github.com/gotson/komga/commits/5911431))
|
||||
- fix config file ([b80de03](https://github.com/gotson/komga/commits/b80de03))
|
||||
- use the Apple notarization API ([0704e9f](https://github.com/gotson/komga/commits/0704e9f))
|
||||
|
||||
**jreleaser**
|
||||
- add release introduction to the release notes ([d52ba95](https://github.com/gotson/komga/commits/d52ba95))
|
||||
|
||||
**release**
|
||||
- upload conveyor logs ([e631313](https://github.com/gotson/komga/commits/e631313))
|
||||
- fix secret decoding ([0995c26](https://github.com/gotson/komga/commits/0995c26))
|
||||
- create secret folder before decoding ([4ddd51e](https://github.com/gotson/komga/commits/4ddd51e))
|
||||
|
||||
**tests**
|
||||
- use conveyor detect config file ([0f6b7cc](https://github.com/gotson/komga/commits/0f6b7cc))
|
||||
- add missing config for conveyor ([39825e4](https://github.com/gotson/komga/commits/39825e4))
|
||||
- build jdk module list and compare with historical ([33e10f5](https://github.com/gotson/komga/commits/33e10f5))
|
||||
|
||||
## 🌐 Translation
|
||||
|
||||
- translated using Weblate (Chinese (Simplified)) ([091015e](https://github.com/gotson/komga/commits/091015e))
|
||||
- translated using Weblate (Finnish) ([44a8db0](https://github.com/gotson/komga/commits/44a8db0))
|
||||
|
||||
## ⚙️ Dependencies
|
||||
**komga**
|
||||
- bump nightmonkeys imageio from 0.6.1 to 0.6.2 ([25eb6c0](https://github.com/gotson/komga/commits/25eb6c0)), closes [#1289](https://github.com/gotson/komga/issues/1289)
|
||||
|
||||
# [1.7.1](https://github.com/gotson/komga/compare/1.7.0...1.7.1) (2023-11-02)
|
||||
## 🐛 Fixes
|
||||
**docker**
|
||||
|
@ -1,2 +1,2 @@
|
||||
version=1.7.1
|
||||
version=1.7.2
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
|
@ -10691,18 +10691,18 @@
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"alternateTitles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/AlternateTitleUpdateDto"
|
||||
}
|
||||
},
|
||||
"sharingLabels": {
|
||||
"uniqueItems": true,
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"alternateTitles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/AlternateTitleUpdateDto"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Metadata fields to update. Set a field to null to unset the metadata. You can omit fields you don\u0027t want to update."
|
||||
@ -11461,16 +11461,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"
|
||||
}
|
||||
@ -11599,16 +11599,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"
|
||||
}
|
||||
@ -11788,16 +11788,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"
|
||||
}
|
||||
@ -12280,16 +12280,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"
|
||||
}
|
||||
@ -12373,16 +12373,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"
|
||||
}
|
||||
@ -12495,16 +12495,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"
|
||||
}
|
||||
@ -12541,16 +12541,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"
|
||||
}
|
||||
@ -12607,16 +12607,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"
|
||||
}
|
||||
@ -12682,16 +12682,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"
|
||||
}
|
||||
@ -12728,16 +12728,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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user