Gauthier Roebroeck
9eeb3cfddf
build: simplify dev environment
2022-01-24 14:00:44 +08:00
Gauthier Roebroeck
996366528d
fix(opds): links are missing the publisher parameter
...
closes #777
2022-01-24 13:56:45 +08:00
Gauthier Roebroeck
49ae566968
refactor: adjust some log levels
2022-01-19 22:10:10 +08:00
semantic-release-bot
7365b67bf5
chore(release): 0.145.0 [skip ci]
...
# [0.145.0](https://github.com/gotson/komga/compare/v0.144.0...v0.145.0 ) (2022-01-19)
### Features
* check changed book hash before resetting during scan ([39f686b ](39f686bebe ))
* import ComicInfo Tags element ([d3daaf1 ](d3daaf1f9c )), closes [#541 ](https://github.com/gotson/komga/issues/541 )
* tasks concurrency (configurable) ([2fd95e5 ](2fd95e5a7f ))
2022-01-19 08:52:39 +00:00
Gauthier Roebroeck
2fd95e5a7f
feat: tasks concurrency (configurable)
2022-01-19 16:39:20 +08:00
Gauthier Roebroeck
39f686bebe
feat: check changed book hash before resetting during scan
2022-01-19 16:39:20 +08:00
Gauthier Roebroeck
27d81b0ea6
build: use config-dir for local development
2022-01-19 16:39:20 +08:00
Gauthier Roebroeck
d3daaf1f9c
feat: import ComicInfo Tags element
...
closes #541
2022-01-19 16:39:20 +08:00
semantic-release-bot
cc6f4228ba
chore(release): 0.144.0 [skip ci]
...
# [0.144.0](https://github.com/gotson/komga/compare/v0.143.1...v0.144.0 ) (2022-01-13)
### Bug Fixes
* change artemis port ([4fb7dc7 ](4fb7dc75ec ))
### Features
* configurable config directory ([c643d55 ](c643d55ee8 ))
2022-01-13 08:41:21 +00:00
Gauthier Roebroeck
4fb7dc75ec
fix: change artemis port
...
should fix live lock error on Windows
2022-01-13 16:26:11 +08:00
Gauthier Roebroeck
c643d55ee8
feat: configurable config directory
2022-01-13 16:26:11 +08:00
semantic-release-bot
96dee1d70c
chore(release): 0.143.1 [skip ci]
...
## [0.143.1](https://github.com/gotson/komga/compare/v0.143.0...v0.143.1 ) (2022-01-10)
### Bug Fixes
* find duplicate books by hash and file size ([4e055f0 ](4e055f037a )), closes [#771 ](https://github.com/gotson/komga/issues/771 )
* improper json deserialization when missing mandatory fields ([594194f ](594194fafd ))
2022-01-10 06:11:55 +00:00
Gauthier Roebroeck
4e055f037a
fix: find duplicate books by hash and file size
...
closes #771
2022-01-10 13:58:27 +08:00
Gauthier Roebroeck
594194fafd
fix: improper json deserialization when missing mandatory fields
2022-01-10 13:58:27 +08:00
semantic-release-bot
ebf94cbeea
chore(release): 0.143.0 [skip ci]
...
# [0.143.0](https://github.com/gotson/komga/compare/v0.142.0...v0.143.0 ) (2022-01-06)
### Features
* add library options for hashing and dimensions analysis ([5d4ec94 ](5d4ec94e01 )), closes [#645 ](https://github.com/gotson/komga/issues/645 )
* get file size for pages during analysis ([432ed4e ](432ed4e14c ))
* hash pages to detect duplicates ([195ec29 ](195ec29d6d ))
* **webui:** display page size in book import dialog ([6f26c2c ](6f26c2c926 ))
2022-01-06 08:34:09 +00:00
Gauthier Roebroeck
6f26c2c926
feat(webui): display page size in book import dialog
2022-01-06 16:17:24 +08:00
Gauthier Roebroeck
432ed4e14c
feat: get file size for pages during analysis
2022-01-06 16:17:24 +08:00
Gauthier Roebroeck
5d4ec94e01
feat: add library options for hashing and dimensions analysis
...
closes #645
2022-01-06 16:17:24 +08:00
Gauthier Roebroeck
3962e8ee6e
refactor: move library checks to task receiver
2022-01-06 16:17:24 +08:00
Gauthier Roebroeck
195ec29d6d
feat: hash pages to detect duplicates
2022-01-06 16:17:24 +08:00
Gauthier Roebroeck
f23d16d387
docs: update swagger annotation
2022-01-05 11:27:31 +08:00
Gauthier Roebroeck
7bd5454dc2
style: reformat for dangling comma
2022-01-05 10:33:41 +08:00
semantic-release-bot
10efc291a0
chore(release): 0.142.0 [skip ci]
...
# [0.142.0](https://github.com/gotson/komga/compare/v0.141.0...v0.142.0 ) (2021-12-31)
### Features
* **api:** get duplicate books by filehash ([3c97c20 ](3c97c20481 ))
* **webui:** new duplicates tab in server settings ([38ad00c ](38ad00c307 )), closes [#590 ](https://github.com/gotson/komga/issues/590 )
2021-12-31 06:52:54 +00:00
Gauthier Roebroeck
38ad00c307
feat(webui): new duplicates tab in server settings
...
closes #590
2021-12-31 14:37:26 +08:00
Gauthier Roebroeck
3c97c20481
feat(api): get duplicate books by filehash
2021-12-31 14:37:26 +08:00
Gauthier Roebroeck
ba5072a731
refactor: missing i18n keys
2021-12-31 14:37:26 +08:00
semantic-release-bot
40c8b2a272
chore(release): 0.141.0 [skip ci]
...
# [0.141.0](https://github.com/gotson/komga/compare/v0.140.0...v0.141.0 ) (2021-12-31)
### Bug Fixes
* translated using Weblate ([f06d967 ](f06d9677b9 ))
* **webui:** edit book dialog would not save or reset properly ([e4b912e ](e4b912e607 ))
### Features
* **api:** search series by completeness ([494bdf2 ](494bdf28a1 ))
* **webui:** filter series by completeness ([c3a3fa3 ](c3a3fa343b )), closes [#590 ](https://github.com/gotson/komga/issues/590 )
2021-12-31 03:07:54 +00:00
Gauthier Roebroeck
4744e76aa6
test: fix tests
2021-12-31 10:50:22 +08:00
Weblate (bot)
f06d9677b9
fix: translated using Weblate
...
Currently translated at 100.0% (552 of 552 strings)
Co-authored-by: Eric <spice2wolf@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/zh_Hans/
Translation: komga/webui
Co-authored-by: Eric <spice2wolf@gmail.com>
2021-12-31 10:19:53 +08:00
Gauthier Roebroeck
c3a3fa343b
feat(webui): filter series by completeness
...
part of #590
2021-12-31 10:19:22 +08:00
Gauthier Roebroeck
494bdf28a1
feat(api): search series by completeness
2021-12-31 10:19:22 +08:00
Gauthier Roebroeck
e4b912e607
fix(webui): edit book dialog would not save or reset properly
2021-12-31 10:19:22 +08:00
semantic-release-bot
d6611db081
chore(release): 0.140.0 [skip ci]
...
# [0.140.0](https://github.com/gotson/komga/compare/v0.139.0...v0.140.0 ) (2021-12-29)
### Bug Fixes
* translated using Weblate ([b6f2696 ](b6f269641e ))
* **webui:** adjust import views display on small screens ([394123d ](394123d263 ))
### Features
* parse translator field from epub ([4f6f85c ](4f6f85c474 ))
* parse Web element from ComicInfo.xml ([5a464fd ](5a464fd13e )), closes [#750 ](https://github.com/gotson/komga/issues/750 )
* **webui:** display book links ([ff38516 ](ff38516b11 )), closes [#750 ](https://github.com/gotson/komga/issues/750 )
* **webui:** edit book links ([7195547 ](719554766c ))
2021-12-29 08:48:51 +00:00
Weblate (bot)
b6f269641e
fix: translated using Weblate
...
Currently translated at 94.1% (513 of 545 strings)
fix: translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (545 of 545 strings)
fix: translated using Weblate (French)
Currently translated at 100.0% (545 of 545 strings)
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Nathan <bonnemainsnathan@gmail.com>
Co-authored-by: f3rr31 <5920873@disroot.org>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/fr/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/hu/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/zh_Hans/
Translation: komga/webui
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Nathan <bonnemainsnathan@gmail.com>
Co-authored-by: f3rr31 <5920873@disroot.org>
2021-12-29 16:32:44 +08:00
Gauthier Roebroeck
719554766c
feat(webui): edit book links
2021-12-29 16:20:52 +08:00
Gauthier Roebroeck
394123d263
fix(webui): adjust import views display on small screens
2021-12-29 13:59:41 +08:00
Gauthier Roebroeck
0a8aa3e4bb
refactor: fix incorrect type
2021-12-29 13:59:07 +08:00
Gauthier Roebroeck
79cd7db589
refactor: remove unused commented code
2021-12-29 13:59:07 +08:00
Gauthier Roebroeck
ff38516b11
feat(webui): display book links
...
closes #750
2021-12-29 13:59:07 +08:00
Gauthier Roebroeck
1c32273268
refactor(webui): use rtl class and elements
2021-12-28 18:51:59 +08:00
Gauthier Roebroeck
6d3fe6922c
refactor: express BookMetadataPatchCapability as a set instead of list
2021-12-28 18:51:59 +08:00
Gauthier Roebroeck
5a464fd13e
feat: parse Web element from ComicInfo.xml
...
closes #750
2021-12-28 18:51:58 +08:00
Gauthier Roebroeck
4f6f85c474
feat: parse translator field from epub
2021-12-28 14:51:29 +08:00
Gauthier Roebroeck
ab4b22a0e4
ci: dependabot for github actions
2021-12-24 14:22:13 +08:00
semantic-release-bot
90823eb34a
chore(release): 0.139.0 [skip ci]
...
# [0.139.0](https://github.com/gotson/komga/compare/v0.138.0...v0.139.0 ) (2021-12-23)
### Bug Fixes
* translated using Weblate ([5c69c05 ](5c69c058fe ))
* upgrade lucene version ([4ee30dd ](4ee30dde96 ))
### Features
* detect JPEG XL images ([610c51f ](610c51fd5d ))
* **webreader:** add fullscreen keyboard shortcut ([a72a3ba ](a72a3bab62 ))
* **webreader:** detect browser support for JPEG XL ([27f5ba6 ](27f5ba6348 ))
* **webui:** move read lists import view in import menu ([2529a96 ](2529a9623a ))
2021-12-23 08:40:36 +00:00
Gauthier Roebroeck
585a92a6e4
ci: use temurin jdk
2021-12-23 16:23:28 +08:00
Gauthier Roebroeck
5484220307
ci: remove unused setup-java action
2021-12-23 16:23:28 +08:00
Weblate (bot)
5c69c058fe
fix: translated using Weblate
...
Currently translated at 100.0% (544 of 544 strings)
Co-authored-by: Eric <spice2wolf@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/zh_Hans/
Translation: komga/webui
Co-authored-by: Eric <spice2wolf@gmail.com>
2021-12-23 16:20:12 +08:00
Gauthier Roebroeck
2529a9623a
feat(webui): move read lists import view in import menu
2021-12-23 16:15:45 +08:00
Gauthier Roebroeck
c1f299b9c1
build(webui): even more eslint mumbo jumbo
2021-12-23 16:14:45 +08:00