mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
chore(release): 0.132.1 [skip ci]
## [0.132.1](https://github.com/gotson/komga/compare/v0.132.0...v0.132.1) (2021-11-07) ### Bug Fixes * remove session concurrency ([ac05560](ac0556044f)), closes [#717](https://github.com/gotson/komga/issues/717) * series titleSort not updated when folder is renamed ([b972601](b972601856)), closes [#718](https://github.com/gotson/komga/issues/718)
This commit is contained in:
parent
ac0556044f
commit
3ba029efef
3 changed files with 15 additions and 7 deletions
|
|
@ -1,3 +1,11 @@
|
|||
## [0.132.1](https://github.com/gotson/komga/compare/v0.132.0...v0.132.1) (2021-11-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove session concurrency ([ac05560](https://github.com/gotson/komga/commit/ac0556044f98b70f7bbc737f05dd342c73afae98)), closes [#717](https://github.com/gotson/komga/issues/717)
|
||||
* series titleSort not updated when folder is renamed ([b972601](https://github.com/gotson/komga/commit/b9726018565f07b067aa65c9c05aeba20bcaa05e)), closes [#718](https://github.com/gotson/komga/issues/718)
|
||||
|
||||
# [0.132.0](https://github.com/gotson/komga/compare/v0.131.0...v0.132.0) (2021-10-06)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
version=0.132.0
|
||||
version=0.132.1
|
||||
org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G
|
||||
|
|
|
|||
|
|
@ -7767,7 +7767,7 @@
|
|||
},
|
||||
"/api/v1/oauth2/providers": {
|
||||
"head": {
|
||||
"operationId": "getProviders_2",
|
||||
"operationId": "getProviders_1",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
|
|
@ -7798,7 +7798,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"operationId": "getProviders_6",
|
||||
"operationId": "getProviders_3",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
|
|
@ -7860,7 +7860,7 @@
|
|||
]
|
||||
},
|
||||
"get": {
|
||||
"operationId": "getProviders_4",
|
||||
"operationId": "getProviders_2",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
|
|
@ -7891,7 +7891,7 @@
|
|||
]
|
||||
},
|
||||
"options": {
|
||||
"operationId": "getProviders_5",
|
||||
"operationId": "getProviders_4",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
|
|
@ -7922,7 +7922,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"operationId": "getProviders_3",
|
||||
"operationId": "getProviders_6",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
|
|
@ -7953,7 +7953,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"operationId": "getProviders_1",
|
||||
"operationId": "getProviders_5",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
|
|
|
|||
Loading…
Reference in a new issue