Skip to content

Commit

Permalink
chore(release): 1.12.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 4, 2024
1 parent 4351086 commit ee9011d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [1.12.1](https://github.com/gotson/komga/compare/1.12.0...1.12.1) (2024-09-04)
## 🐛 Fixes
**kobo**
- better handling of missing port from Kobo Sync requests ([4cd838a](https://github.com/gotson/komga/commits/4cd838a))
- use the total progression sent by Kobo ([be37127](https://github.com/gotson/komga/commits/be37127))
- correctly propagate metadata update during kobo sync ([20e7c29](https://github.com/gotson/komga/commits/20e7c29))
- properly store total progression on state update ([fcde9c9](https://github.com/gotson/komga/commits/fcde9c9))
- properly mark book as read when finished on Kobo ([c3fc37a](https://github.com/gotson/komga/commits/c3fc37a))

**webui**
- only show API key copy button if clipboard is available ([4351086](https://github.com/gotson/komga/commits/4351086)), closes [#1675](https://github.com/gotson/komga/issues/1675)

## 🔄️ Changes

- adjust loglevel for LoginListener ([2c260b1](https://github.com/gotson/komga/commits/2c260b1))

## 🛠 Build
**webui**
- update Browserslist db ([63e1c0c](https://github.com/gotson/komga/commits/63e1c0c))

## 📝 Documentation

- add kobo sync in readme ([02e8d30](https://github.com/gotson/komga/commits/02e8d30))

# [1.12.0](https://github.com/gotson/komga/compare/1.11.3...1.12.0) (2024-08-29)
## 🚀 Features
**kobo**
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.12.0
version=1.12.1
org.gradle.jvmargs=-Xmx2G
9 changes: 9 additions & 0 deletions komga/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12409,6 +12409,11 @@
"serverContextPath": {
"pattern": "^\\/[\\w-\\/]*[a-zA-Z0-9]$",
"type": "string"
},
"koboPort": {
"maximum": 65535,
"type": "integer",
"format": "int32"
}
}
},
Expand Down Expand Up @@ -13663,6 +13668,10 @@
},
"koboProxy": {
"type": "boolean"
},
"koboPort": {
"type": "integer",
"format": "int32"
}
}
},
Expand Down

0 comments on commit ee9011d

Please sign in to comment.