mirror of
https://github.com/gotson/komga.git
synced 2025-01-08 11:47:47 +08:00
chore(release): 0.92.0 [skip ci]
# [0.92.0](https://github.com/gotson/komga/compare/v0.91.3...v0.92.0) (2021-05-05) ### Features * **webui:** library dialog options for extension repair ([f6ad0f0
](f6ad0f0012
)) * repair file extensions ([39cd31c
](39cd31cbb6
)) * **webui:** show in progress books as unread ([db95544
](db955447f9
)), closes [#526](https://github.com/gotson/komga/issues/526)
This commit is contained in:
parent
f6ad0f0012
commit
19e302b140
@ -1,3 +1,12 @@
|
||||
# [0.92.0](https://github.com/gotson/komga/compare/v0.91.3...v0.92.0) (2021-05-05)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **webui:** library dialog options for extension repair ([f6ad0f0](https://github.com/gotson/komga/commit/f6ad0f0012b7d67a4cdbb95bad11cc5dcc8e2e9f))
|
||||
* repair file extensions ([39cd31c](https://github.com/gotson/komga/commit/39cd31cbb6f8b50e36620c36f394d6d06822a3a2))
|
||||
* **webui:** show in progress books as unread ([db95544](https://github.com/gotson/komga/commit/db955447f95e5946062a5aa91c5dbd356d8e0f82)), closes [#526](https://github.com/gotson/komga/issues/526)
|
||||
|
||||
## [0.91.3](https://github.com/gotson/komga/compare/v0.91.2...v0.91.3) (2021-05-05)
|
||||
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
version=0.91.3
|
||||
version=0.92.0
|
||||
org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G
|
||||
|
@ -1035,11 +1035,15 @@
|
||||
"importEpubSeries",
|
||||
"importLocalArtwork",
|
||||
"name",
|
||||
"repairExtensions",
|
||||
"root",
|
||||
"scanDeep",
|
||||
"scanForceModifiedTime"
|
||||
],
|
||||
"properties": {
|
||||
"repairExtensions": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"importComicInfoReadList": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@ -1095,11 +1099,15 @@
|
||||
"importEpubSeries",
|
||||
"importLocalArtwork",
|
||||
"name",
|
||||
"repairExtensions",
|
||||
"root",
|
||||
"scanDeep",
|
||||
"scanForceModifiedTime"
|
||||
],
|
||||
"properties": {
|
||||
"repairExtensions": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"importComicInfoReadList": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@ -1491,11 +1499,15 @@
|
||||
"importEpubSeries",
|
||||
"importLocalArtwork",
|
||||
"name",
|
||||
"repairExtensions",
|
||||
"root",
|
||||
"scanDeep",
|
||||
"scanForceModifiedTime"
|
||||
],
|
||||
"properties": {
|
||||
"repairExtensions": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"importComicInfoReadList": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user