mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
chore(release): 1.2.1 [skip ci]
This commit is contained in:
parent
ba6b723486
commit
fc28c521a4
3 changed files with 62 additions and 41 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -1,3 +1,24 @@
|
||||||
|
# [1.2.1](https://github.com/gotson/komga/compare/v1.2.0...v1.2.1) (2023-07-17)
|
||||||
|
## 🐛 Fixes
|
||||||
|
**api**
|
||||||
|
- show values for actuator /env and /config-props endpoints ([e6eaf2f](https://github.com/gotson/komga/commits/e6eaf2f))
|
||||||
|
|
||||||
|
**webui**
|
||||||
|
- metrics pie charts show library name in tooltip ([318a444](https://github.com/gotson/komga/commits/318a444)), closes [#1159](https://github.com/gotson/komga/issues/1159)
|
||||||
|
|
||||||
|
## 📝 Documentation
|
||||||
|
|
||||||
|
- fix link in DOCKERHUB.md ([5e1755c](https://github.com/gotson/komga/commits/5e1755c))
|
||||||
|
|
||||||
|
## 🌐 Translation
|
||||||
|
|
||||||
|
- translated using Weblate (Indonesian) ([ba6b723](https://github.com/gotson/komga/commits/ba6b723))
|
||||||
|
- translated using Weblate (Chinese (Simplified)) ([cd1ac38](https://github.com/gotson/komga/commits/cd1ac38))
|
||||||
|
- translated using Weblate (Chinese (Traditional)) ([c010b33](https://github.com/gotson/komga/commits/c010b33))
|
||||||
|
- translated using Weblate (Tamil) ([bd8b819](https://github.com/gotson/komga/commits/bd8b819))
|
||||||
|
- translated using Weblate (Swedish) ([42230ed](https://github.com/gotson/komga/commits/42230ed))
|
||||||
|
- translated using Weblate (Spanish) ([e0159b6](https://github.com/gotson/komga/commits/e0159b6))
|
||||||
|
|
||||||
# [1.2.0](https://github.com/gotson/komga/compare/v1.1.0...v1.2.0) (2023-07-13)
|
# [1.2.0](https://github.com/gotson/komga/compare/v1.1.0...v1.2.0) (2023-07-13)
|
||||||
## 🚀 Features
|
## 🚀 Features
|
||||||
**api**
|
**api**
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
version=1.2.0
|
version=1.2.1
|
||||||
org.gradle.jvmargs=-Xmx2G
|
org.gradle.jvmargs=-Xmx2G
|
||||||
|
|
|
||||||
|
|
@ -9596,16 +9596,16 @@
|
||||||
"pageable": {
|
"pageable": {
|
||||||
"$ref": "#/components/schemas/PageableObject"
|
"$ref": "#/components/schemas/PageableObject"
|
||||||
},
|
},
|
||||||
|
"numberOfElements": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
},
|
||||||
"first": {
|
"first": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"last": {
|
"last": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"numberOfElements": {
|
|
||||||
"type": "integer",
|
|
||||||
"format": "int32"
|
|
||||||
},
|
|
||||||
"empty": {
|
"empty": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
|
|
@ -9734,16 +9734,16 @@
|
||||||
"pageable": {
|
"pageable": {
|
||||||
"$ref": "#/components/schemas/PageableObject"
|
"$ref": "#/components/schemas/PageableObject"
|
||||||
},
|
},
|
||||||
|
"numberOfElements": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
},
|
||||||
"first": {
|
"first": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"last": {
|
"last": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"numberOfElements": {
|
|
||||||
"type": "integer",
|
|
||||||
"format": "int32"
|
|
||||||
},
|
|
||||||
"empty": {
|
"empty": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
|
|
@ -9839,16 +9839,16 @@
|
||||||
"pageable": {
|
"pageable": {
|
||||||
"$ref": "#/components/schemas/PageableObject"
|
"$ref": "#/components/schemas/PageableObject"
|
||||||
},
|
},
|
||||||
|
"numberOfElements": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
},
|
||||||
"first": {
|
"first": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"last": {
|
"last": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"numberOfElements": {
|
|
||||||
"type": "integer",
|
|
||||||
"format": "int32"
|
|
||||||
},
|
|
||||||
"empty": {
|
"empty": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
|
|
@ -10323,16 +10323,16 @@
|
||||||
"pageable": {
|
"pageable": {
|
||||||
"$ref": "#/components/schemas/PageableObject"
|
"$ref": "#/components/schemas/PageableObject"
|
||||||
},
|
},
|
||||||
|
"numberOfElements": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
},
|
||||||
"first": {
|
"first": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"last": {
|
"last": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"numberOfElements": {
|
|
||||||
"type": "integer",
|
|
||||||
"format": "int32"
|
|
||||||
},
|
|
||||||
"empty": {
|
"empty": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
|
|
@ -10416,16 +10416,16 @@
|
||||||
"pageable": {
|
"pageable": {
|
||||||
"$ref": "#/components/schemas/PageableObject"
|
"$ref": "#/components/schemas/PageableObject"
|
||||||
},
|
},
|
||||||
|
"numberOfElements": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
},
|
||||||
"first": {
|
"first": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"last": {
|
"last": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"numberOfElements": {
|
|
||||||
"type": "integer",
|
|
||||||
"format": "int32"
|
|
||||||
},
|
|
||||||
"empty": {
|
"empty": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
|
|
@ -10538,16 +10538,16 @@
|
||||||
"pageable": {
|
"pageable": {
|
||||||
"$ref": "#/components/schemas/PageableObject"
|
"$ref": "#/components/schemas/PageableObject"
|
||||||
},
|
},
|
||||||
|
"numberOfElements": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
},
|
||||||
"first": {
|
"first": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"last": {
|
"last": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"numberOfElements": {
|
|
||||||
"type": "integer",
|
|
||||||
"format": "int32"
|
|
||||||
},
|
|
||||||
"empty": {
|
"empty": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
|
|
@ -10584,16 +10584,16 @@
|
||||||
"pageable": {
|
"pageable": {
|
||||||
"$ref": "#/components/schemas/PageableObject"
|
"$ref": "#/components/schemas/PageableObject"
|
||||||
},
|
},
|
||||||
|
"numberOfElements": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
},
|
||||||
"first": {
|
"first": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"last": {
|
"last": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"numberOfElements": {
|
|
||||||
"type": "integer",
|
|
||||||
"format": "int32"
|
|
||||||
},
|
|
||||||
"empty": {
|
"empty": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
|
|
@ -10650,16 +10650,16 @@
|
||||||
"pageable": {
|
"pageable": {
|
||||||
"$ref": "#/components/schemas/PageableObject"
|
"$ref": "#/components/schemas/PageableObject"
|
||||||
},
|
},
|
||||||
|
"numberOfElements": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
},
|
||||||
"first": {
|
"first": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"last": {
|
"last": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"numberOfElements": {
|
|
||||||
"type": "integer",
|
|
||||||
"format": "int32"
|
|
||||||
},
|
|
||||||
"empty": {
|
"empty": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
|
|
@ -10725,16 +10725,16 @@
|
||||||
"pageable": {
|
"pageable": {
|
||||||
"$ref": "#/components/schemas/PageableObject"
|
"$ref": "#/components/schemas/PageableObject"
|
||||||
},
|
},
|
||||||
|
"numberOfElements": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
},
|
||||||
"first": {
|
"first": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"last": {
|
"last": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"numberOfElements": {
|
|
||||||
"type": "integer",
|
|
||||||
"format": "int32"
|
|
||||||
},
|
|
||||||
"empty": {
|
"empty": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
|
|
@ -10771,16 +10771,16 @@
|
||||||
"pageable": {
|
"pageable": {
|
||||||
"$ref": "#/components/schemas/PageableObject"
|
"$ref": "#/components/schemas/PageableObject"
|
||||||
},
|
},
|
||||||
|
"numberOfElements": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
},
|
||||||
"first": {
|
"first": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"last": {
|
"last": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"numberOfElements": {
|
|
||||||
"type": "integer",
|
|
||||||
"format": "int32"
|
|
||||||
},
|
|
||||||
"empty": {
|
"empty": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue