mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
chore(release): 1.8.1 [skip ci]
This commit is contained in:
parent
85cae8af64
commit
c9cb93c6ab
3 changed files with 9 additions and 4 deletions
|
|
@ -1,3 +1,8 @@
|
|||
# [1.8.1](https://github.com/gotson/komga/compare/1.8.0...1.8.1) (2023-11-28)
|
||||
## 🐛 Fixes
|
||||
**api**
|
||||
- set X-Frame-Options header to same origin for epubreader ([85cae8a](https://github.com/gotson/komga/commits/85cae8a))
|
||||
|
||||
# [1.8.0](https://github.com/gotson/komga/compare/1.7.2...1.8.0) (2023-11-28)
|
||||
## 🚀 Features
|
||||
**api**
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
version=1.8.0
|
||||
version=1.8.1
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
|
|
|
|||
|
|
@ -12872,6 +12872,9 @@
|
|||
"type": "number",
|
||||
"format": "double"
|
||||
},
|
||||
"concrete": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"wildcardType": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
@ -12881,9 +12884,6 @@
|
|||
"subtypeSuffix": {
|
||||
"type": "string"
|
||||
},
|
||||
"concrete": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"charset": {
|
||||
"type": "string"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue