mirror of
https://github.com/gotson/komga.git
synced 2025-01-09 04:08:00 +08:00
chore(release): 0.149.1 [skip ci]
## [0.149.1](https://github.com/gotson/komga/compare/v0.149.0...v0.149.1) (2022-02-08) ### Bug Fixes * **api:** cannot delete duplicate page match if it is unknown ([a6dece2
](a6dece2b81
)) * **webui:** display issue for duplicate page card without size ([a9556d9
](a9556d9069
))
This commit is contained in:
parent
a9556d9069
commit
ab6a855091
@ -1,3 +1,11 @@
|
|||||||
|
## [0.149.1](https://github.com/gotson/komga/compare/v0.149.0...v0.149.1) (2022-02-08)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **api:** cannot delete duplicate page match if it is unknown ([a6dece2](https://github.com/gotson/komga/commit/a6dece2b8158deec940198879f7902de6694d972))
|
||||||
|
* **webui:** display issue for duplicate page card without size ([a9556d9](https://github.com/gotson/komga/commit/a9556d9069b1758e4cdb0edc3d08ef700d7854b1))
|
||||||
|
|
||||||
# [0.149.0](https://github.com/gotson/komga/compare/v0.148.3...v0.149.0) (2022-02-08)
|
# [0.149.0](https://github.com/gotson/komga/compare/v0.148.3...v0.149.0) (2022-02-08)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
version=0.149.0
|
version=0.149.1
|
||||||
org.gradle.jvmargs=-Xmx2G
|
org.gradle.jvmargs=-Xmx2G
|
||||||
|
@ -7662,7 +7662,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"o-auth-2-controller"
|
"o-auth-2-controller"
|
||||||
],
|
],
|
||||||
"operationId": "getProviders_1",
|
"operationId": "getProviders",
|
||||||
"responses": {
|
"responses": {
|
||||||
"400": {
|
"400": {
|
||||||
"description": "Bad Request",
|
"description": "Bad Request",
|
||||||
@ -7693,7 +7693,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"o-auth-2-controller"
|
"o-auth-2-controller"
|
||||||
],
|
],
|
||||||
"operationId": "getProviders_6",
|
"operationId": "getProviders_4",
|
||||||
"responses": {
|
"responses": {
|
||||||
"400": {
|
"400": {
|
||||||
"description": "Bad Request",
|
"description": "Bad Request",
|
||||||
@ -7724,7 +7724,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"o-auth-2-controller"
|
"o-auth-2-controller"
|
||||||
],
|
],
|
||||||
"operationId": "getProviders_2",
|
"operationId": "getProviders_1",
|
||||||
"responses": {
|
"responses": {
|
||||||
"400": {
|
"400": {
|
||||||
"description": "Bad Request",
|
"description": "Bad Request",
|
||||||
@ -7755,7 +7755,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"o-auth-2-controller"
|
"o-auth-2-controller"
|
||||||
],
|
],
|
||||||
"operationId": "getProviders_3",
|
"operationId": "getProviders_6",
|
||||||
"responses": {
|
"responses": {
|
||||||
"400": {
|
"400": {
|
||||||
"description": "Bad Request",
|
"description": "Bad Request",
|
||||||
@ -7786,7 +7786,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"o-auth-2-controller"
|
"o-auth-2-controller"
|
||||||
],
|
],
|
||||||
"operationId": "getProviders",
|
"operationId": "getProviders_2",
|
||||||
"responses": {
|
"responses": {
|
||||||
"400": {
|
"400": {
|
||||||
"description": "Bad Request",
|
"description": "Bad Request",
|
||||||
@ -7848,7 +7848,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"o-auth-2-controller"
|
"o-auth-2-controller"
|
||||||
],
|
],
|
||||||
"operationId": "getProviders_4",
|
"operationId": "getProviders_3",
|
||||||
"responses": {
|
"responses": {
|
||||||
"400": {
|
"400": {
|
||||||
"description": "Bad Request",
|
"description": "Bad Request",
|
||||||
@ -8927,12 +8927,6 @@
|
|||||||
"linksLock": {
|
"linksLock": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"links": {
|
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"$ref": "#/components/schemas/WebLinkUpdateDto"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"tags": {
|
"tags": {
|
||||||
"uniqueItems": true,
|
"uniqueItems": true,
|
||||||
"type": "array",
|
"type": "array",
|
||||||
@ -8940,6 +8934,12 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"links": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"$ref": "#/components/schemas/WebLinkUpdateDto"
|
||||||
|
}
|
||||||
|
},
|
||||||
"summary": {
|
"summary": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user