Commit graph

1684 commits

Author SHA1 Message Date
semantic-release-bot
256fcf0095 chore(release): 0.81.1 [skip ci]
## [0.81.1](https://github.com/gotson/komga/compare/v0.81.0...v0.81.1) (2021-03-16)

### Bug Fixes

* prevent crash during h2 cleanup if parent folder is null ([bd20ff6](bd20ff67cc))
* translated using Weblate (French) ([a5f7dc5](a5f7dc5daf))
* translated using Weblate (Japanese) ([7c95fff](7c95fffccf))
* translated using Weblate (Swedish) ([1b72135](1b72135bef))
2021-03-16 09:55:57 +00:00
Gauthier Roebroeck
bd20ff67cc fix: prevent crash during h2 cleanup if parent folder is null 2021-03-16 17:37:23 +08:00
Gauthier Roebroeck
4ecf20c062 Merge remote-tracking branch 'weblate/master'
# Conflicts:
#	komga-webui/src/locales/ar.json
#	komga-webui/src/locales/fr.json
#	komga-webui/src/locales/ja.json
#	komga-webui/src/locales/nb.json
#	komga-webui/src/locales/sv.json
#	komga-webui/src/locales/zh-Hans.json
2021-03-16 10:17:23 +08:00
semantic-release-bot
3190ab7a58 chore(release): 0.81.0 [skip ci]
# [0.81.0](https://github.com/gotson/komga/compare/v0.80.0...v0.81.0) (2021-03-15)

### Features

* remove H2 dependencies ([50248e7](50248e7233)), closes [#455](https://github.com/gotson/komga/issues/455)
* sort series by books count ([b51e491](b51e4917e1)), closes [#459](https://github.com/gotson/komga/issues/459)
2021-03-15 08:59:19 +00:00
Shjosan
7c95fffccf
fix: translated using Weblate (Japanese)
Currently translated at 99.7% (362 of 363 strings)

Translation: komga/webui
Translate-URL: https://hosted.weblate.org/projects/komga/webui/ja/
2021-03-15 09:42:32 +01:00
Nathan
a5f7dc5daf
fix: translated using Weblate (French)
Currently translated at 100.0% (363 of 363 strings)

Translation: komga/webui
Translate-URL: https://hosted.weblate.org/projects/komga/webui/fr/
2021-03-15 09:42:32 +01:00
Gauthier Roebroeck
50248e7233 feat: remove H2 dependencies
Komga will delete old H2 database files and backups on startup for cleanup

closes #455
2021-03-15 16:41:19 +08:00
Gauthier Roebroeck
4bb0eda34a build: upgrade jooq version to 3.14.8 2021-03-15 15:12:11 +08:00
Gauthier Roebroeck
e284cc457e build: replace jooq gradle plugin
closes #451
2021-03-15 14:05:30 +08:00
Gauthier Roebroeck
c44fd3f426 refactor: i18n parameter 2021-03-15 11:23:33 +08:00
Gauthier Roebroeck
b51e4917e1 feat: sort series by books count
closes #459
2021-03-15 10:57:33 +08:00
Hosted Weblate
1b72135bef
fix: translated using Weblate (Swedish)
Currently translated at 100.0% (363 of 363 strings)

fix: translated using Weblate (Arabic)

Currently translated at 100.0% (363 of 363 strings)

fix: translated using Weblate (Swedish)

Currently translated at 100.0% (363 of 363 strings)

fix: translated using Weblate (French)

Currently translated at 100.0% (363 of 363 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (363 of 363 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (362 of 362 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (362 of 362 strings)

fix: translated using Weblate (French)

Currently translated at 100.0% (362 of 362 strings)

fix: translated using Weblate (Japanese)

Currently translated at 100.0% (360 of 360 strings)

fix: translated using Weblate (Swedish)

Currently translated at 100.0% (360 of 360 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (360 of 360 strings)

fix: translated using Weblate (Korean)

Currently translated at 78.6% (283 of 360 strings)

fix: translated using Weblate (French)

Currently translated at 100.0% (360 of 360 strings)

fix: translated using Weblate (Japanese)

Currently translated at 99.1% (348 of 351 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (351 of 351 strings)

fix: translated using Weblate (Norwegian Bokmål)

Currently translated at 98.2% (345 of 351 strings)

fix: translated using Weblate (French)

Currently translated at 99.1% (348 of 351 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (351 of 351 strings)

fix: translated using Weblate (French)

Currently translated at 100.0% (346 of 346 strings)

Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Gauthier <gauthier.roebroeck@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Satoru KURASHIKI <lurdan@gmail.com>
Co-authored-by: Shjosan <git.sockr@mailhero.io>
Co-authored-by: sam5558 <mourabbi.salim@gmail.com>
Co-authored-by: 峰裕 <1006945671@qq.com>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/ar/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/fr/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/ja/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/ko/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/sv/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/zh_Hans/
Translation: komga/webui
2021-03-13 15:03:01 +01:00
Gauthier Roebroeck
3b95629126 refactor: simplify isbn validation 2021-03-12 16:54:34 +08:00
Gauthier Roebroeck
062e532a69 build: increase heap for tests 2021-03-12 16:38:36 +08:00
Gauthier Roebroeck
76c3b25386 ci: store and publish test results 2021-03-12 16:38:36 +08:00
Gauthier Roebroeck
261a2177d3 refactor: remove moment.js
closes #452
2021-03-12 14:42:41 +08:00
Gauthier Roebroeck
83ff4d23a8 chore: missing i18n key 2021-03-12 11:39:58 +08:00
Gauthier Roebroeck
3a7f393272 refactor: simpler isbn verification 2021-03-12 10:23:36 +08:00
Gauthier Roebroeck
bcefe227ec refactor: extract i18n strings 2021-03-12 10:08:32 +08:00
semantic-release-bot
6c0b0f0111 chore(release): 0.80.0 [skip ci]
# [0.80.0](https://github.com/gotson/komga/compare/v0.79.1...v0.80.0) (2021-03-11)

### Features

* localize server side errors ([cbe47ea](cbe47ea593))

### Performance Improvements

* prevent failing tasks ([07cec50](07cec50417))
2021-03-11 15:15:12 +00:00
Gauthier Roebroeck
cbe47ea593 feat: localize server side errors 2021-03-11 22:47:46 +08:00
Gauthier Roebroeck
07cec50417 perf: prevent failing tasks
do not try to generate thumbnail and refresh metadata for books in error
2021-03-11 22:47:46 +08:00
Gauthier Roebroeck
01ab0f7756 refactor: simplify code 2021-03-11 22:47:46 +08:00
semantic-release-bot
8418ce8da0 chore(release): 0.79.1 [skip ci]
## [0.79.1](https://github.com/gotson/komga/compare/v0.79.0...v0.79.1) (2021-03-10)

### Performance Improvements

* reduce disk usage during filesystem scan ([e154583](e154583d30))
2021-03-10 10:13:12 +00:00
Gauthier Roebroeck
903bcb387e refactor: replaced deprecated key 2021-03-10 17:57:29 +08:00
Gauthier Roebroeck
e154583d30 perf: reduce disk usage during filesystem scan 2021-03-10 17:49:46 +08:00
semantic-release-bot
da8fe86d53 chore(release): 0.79.0 [skip ci]
# [0.79.0](https://github.com/gotson/komga/compare/v0.78.0...v0.79.0) (2021-03-10)

### Bug Fixes

* **api:** some metadata fields would not unset if set to null ([1996071](1996071794))
* **webui:** only show writers and pencillers on series screen ([6101e83](6101e83292))

### Features

* **webui:** group checkbox for advanced library options ([6fa0324](6fa0324666))
* **webui:** manage isbn barcode import for libraries ([ee1a0a2](ee1a0a2aa0))
* **webui:** show and edit ISBN for book ([65c16f1](65c16f109f))
* read ISBN from barcode ([6431b1f](6431b1f000)), closes [#380](https://github.com/gotson/komga/issues/380) [#381](https://github.com/gotson/komga/issues/381)
2021-03-10 07:57:01 +00:00
Gauthier Roebroeck
6101e83292 fix(webui): only show writers and pencillers on series screen 2021-03-10 15:40:06 +08:00
Gauthier Roebroeck
7e3626c9ef refactor: remove unused code 2021-03-10 15:40:06 +08:00
Gauthier Roebroeck
65c16f109f feat(webui): show and edit ISBN for book 2021-03-10 15:40:06 +08:00
Gauthier Roebroeck
6fa0324666 feat(webui): group checkbox for advanced library options 2021-03-10 15:40:06 +08:00
Gauthier Roebroeck
ee1a0a2aa0 feat(webui): manage isbn barcode import for libraries 2021-03-10 15:40:06 +08:00
Gauthier Roebroeck
1996071794 fix(api): some metadata fields would not unset if set to null 2021-03-10 15:40:06 +08:00
Gauthier Roebroeck
6431b1f000 feat: read ISBN from barcode
closes #380, closes #381
2021-03-10 15:40:06 +08:00
semantic-release-bot
2987260ca6 chore(release): 0.78.0 [skip ci]
# [0.78.0](https://github.com/gotson/komga/compare/v0.77.3...v0.78.0) (2021-03-09)

### Bug Fixes

* **webui:** adjust read and download button icon size ([6cdc777](6cdc777be9))

### Features

* add Japanese translation ([8e5748d](8e5748d973))
2021-03-09 09:20:27 +00:00
Weblate (bot)
8e5748d973
feat: add Japanese translation
Co-authored-by: Gauthier <gauthier.roebroeck@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Satoru KURASHIKI <lurdan@gmail.com>
Co-authored-by: Shjosan <git.sockr@mailhero.io>
Co-authored-by: Snd-R <io.rain@yandex.ru>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/fr/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/ja/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/ru/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/sv/
Translation: komga/webui

Co-authored-by: Gauthier <gauthier.roebroeck@gmail.com>
Co-authored-by: Satoru KURASHIKI <lurdan@gmail.com>
Co-authored-by: Shjosan <git.sockr@mailhero.io>
Co-authored-by: Snd-R <io.rain@yandex.ru>
2021-03-09 16:40:26 +08:00
Gauthier Roebroeck
4a75381d83 chore: i18n 2021-03-09 16:38:14 +08:00
Gauthier Roebroeck
c2c974417a build: update dependencies 2021-03-09 16:36:42 +08:00
Gauthier Roebroeck
a83fa3c3c1 test: fileSystemScanner tests with symlinks 2021-03-08 13:58:54 +08:00
Gauthier Roebroeck
9934a2fc36 build: update dependencies 2021-03-08 10:51:51 +08:00
Gauthier Roebroeck
c1e48ada08 build: update Gradle to 6.8.3 2021-03-08 10:51:51 +08:00
Gauthier Roebroeck
cbe65a72b6 build: upgrade spring boot to 2.4.3 2021-03-08 10:51:51 +08:00
Gauthier Roebroeck
4aa7af5187 build: npm upgrade 2021-03-08 10:51:51 +08:00
Gauthier Roebroeck
6cdc777be9 fix(webui): adjust read and download button icon size 2021-03-08 10:51:51 +08:00
semantic-release-bot
ef3b27670a chore(release): 0.77.3 [skip ci]
## [0.77.3](https://github.com/gotson/komga/compare/v0.77.2...v0.77.3) (2021-03-05)

### Bug Fixes

* translated using Weblate (Swedish) ([04c1dde](04c1dde4ee))
2021-03-05 01:16:41 +00:00
Weblate (bot)
04c1dde4ee
fix: translated using Weblate (Swedish)
Currently translated at 100.0% (346 of 346 strings)

fix: translated using Weblate (Swedish)

Currently translated at 100.0% (346 of 346 strings)

fix: translated using Weblate (Swedish)

Currently translated at 81.2% (281 of 346 strings)

fix: translated using Weblate (Swedish)

Currently translated at 73.1% (253 of 346 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (346 of 346 strings)

fix: translated using Weblate (German)

Currently translated at 94.7% (328 of 346 strings)

fix: translated using Weblate (Arabic)

Currently translated at 95.0% (329 of 346 strings)

fix: translated using Weblate (French)

Currently translated at 100.0% (346 of 346 strings)

fix: translated using Weblate (French)

Currently translated at 100.0% (346 of 346 strings)

feat: added translation using Weblate (Swedish)

fix: translated using Weblate (Russian)

Currently translated at 100.0% (343 of 343 strings)

Co-authored-by: Gauthier <gauthier.roebroeck@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Kiwi-13-plo <lonchampp@gmail.com>
Co-authored-by: M <mhannig@gmx.de>
Co-authored-by: Shjosan <git.sockr@mailhero.io>
Co-authored-by: Snd-R <io.rain@yandex.ru>
Co-authored-by: sam5558 <mourabbi.salim@gmail.com>
Co-authored-by: 峰裕 <1006945671@qq.com>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/ar/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/de/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/fr/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/ru/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/sv/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/zh_Hans/
Translation: komga/webui

Co-authored-by: Gauthier <gauthier.roebroeck@gmail.com>
Co-authored-by: Kiwi-13-plo <lonchampp@gmail.com>
Co-authored-by: M <mhannig@gmx.de>
Co-authored-by: Shjosan <git.sockr@mailhero.io>
Co-authored-by: Snd-R <io.rain@yandex.ru>
Co-authored-by: sam5558 <mourabbi.salim@gmail.com>
Co-authored-by: 峰裕 <1006945671@qq.com>
2021-03-05 09:01:34 +08:00
semantic-release-bot
99d88c376c chore(release): 0.77.2 [skip ci]
## [0.77.2](https://github.com/gotson/komga/compare/v0.77.1...v0.77.2) (2021-03-03)

### Bug Fixes

* **webui:** keyboard navigation in searchbox results ([604ccf1](604ccf1192)), closes [#250](https://github.com/gotson/komga/issues/250)
* **webui:** rearrange browse series and books views ([a5c7b17](a5c7b17829))
2021-03-03 08:34:31 +00:00
Gauthier Roebroeck
604ccf1192 fix(webui): keyboard navigation in searchbox results
closes #250
2021-03-03 16:20:38 +08:00
Gauthier Roebroeck
a5c7b17829 fix(webui): rearrange browse series and books views 2021-03-03 14:08:37 +08:00
semantic-release-bot
7cc837cc41 chore(release): 0.77.1 [skip ci]
## [0.77.1](https://github.com/gotson/komga/compare/v0.77.0...v0.77.1) (2021-03-02)

### Bug Fixes

* **webui:** show only author roles present ([847b704](847b7044a0))
2021-03-02 08:09:50 +00:00