mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
chore(release): 1.10.3 [skip ci]
This commit is contained in:
parent
2ec326586a
commit
5427eafc40
3 changed files with 17 additions and 4 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,3 +1,16 @@
|
|||
# [1.10.3](https://github.com/gotson/komga/compare/1.10.2...1.10.3) (2024-01-23)
|
||||
## 🐛 Fixes
|
||||
**komga**
|
||||
- add field alias for Mylar series.json ([bc5a73a](https://github.com/gotson/komga/commits/bc5a73a))
|
||||
|
||||
## 🔄️ Changes
|
||||
**komga**
|
||||
- remove deprecated property ([2ec3265](https://github.com/gotson/komga/commits/2ec3265))
|
||||
|
||||
## 🛠 Build
|
||||
**release**
|
||||
- stop publishing Conveyor old-site ([9d1b82a](https://github.com/gotson/komga/commits/9d1b82a))
|
||||
|
||||
# [1.10.2](https://github.com/gotson/komga/compare/1.10.1...1.10.2) (2024-01-22)
|
||||
## 🐛 Fixes
|
||||
**komga**
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
version=1.10.2
|
||||
version=1.10.3
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
|
|
|
|||
|
|
@ -9617,15 +9617,15 @@
|
|||
"analyzeDimensions": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"oneshotsDirectory": {
|
||||
"type": "string"
|
||||
},
|
||||
"scanDirectoryExclusions": {
|
||||
"uniqueItems": true,
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"oneshotsDirectory": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"description": "Fields to update. You can omit fields you don\u0027t want to update."
|
||||
|
|
|
|||
Loading…
Reference in a new issue