Commit graph

1399 commits

Author SHA1 Message Date
Gauthier Roebroeck
b162cdeba3 perf: remove subquery 2021-05-25 17:50:21 +08:00
Gauthier Roebroeck
8b5ae64dd5 perf: missing database index 2021-05-25 17:50:21 +08:00
semantic-release-bot
51fd260399 chore(release): 0.96.3 [skip ci]
## [0.96.3](https://github.com/gotson/komga/compare/v0.96.2...v0.96.3) (2021-05-24)

### Performance Improvements

* page streaming performance ([8de01a6](8de01a6fd7))
2021-05-24 09:08:37 +00:00
Gauthier Roebroeck
8de01a6fd7 perf: page streaming performance
cache the zip or pdf document to avoid recreating it at every page access
2021-05-24 16:14:09 +08:00
semantic-release-bot
02f61bac0a chore(release): 0.96.2 [skip ci]
## [0.96.2](https://github.com/gotson/komga/compare/v0.96.1...v0.96.2) (2021-05-22)

### Bug Fixes

* cors filter causing issues ([0708ce7](0708ce750c)), closes [#543](https://github.com/gotson/komga/issues/543)
2021-05-22 07:28:11 +00:00
Gauthier Roebroeck
0708ce750c fix: cors filter causing issues
should address #543
2021-05-22 15:14:49 +08:00
semantic-release-bot
29e98adbcf chore(release): 0.96.1 [skip ci]
## [0.96.1](https://github.com/gotson/komga/compare/v0.96.0...v0.96.1) (2021-05-21)

### Bug Fixes

* **webreader:** incorrect tooltip for read incognito button ([d1616a9](d1616a98cd))
* **webui:** count in progress books as unread in series filter and card ([fa9d40f](fa9d40f84c))
2021-05-21 01:16:26 +00:00
Gauthier Roebroeck
d1616a98cd fix(webreader): incorrect tooltip for read incognito button 2021-05-21 09:01:54 +08:00
Gauthier Roebroeck
fa9d40f84c fix(webui): count in progress books as unread in series filter and card 2021-05-21 08:38:50 +08:00
semantic-release-bot
3bd43c43b1 chore(release): 0.96.0 [skip ci]
# [0.96.0](https://github.com/gotson/komga/compare/v0.95.5...v0.96.0) (2021-05-20)

### Bug Fixes

* **webui:** add autofocus on some dialogs ([339570e](339570e17c))
* **webui:** display file browser errors in snackbar ([80a520c](80a520cfe5))
* remove the library path tooltip ([1285ae4](1285ae4a7e))
* translated using Weblate (Italian) ([#539](https://github.com/gotson/komga/issues/539)) ([7200046](7200046ea5))

### Features

* **webui:** add back button on book view ([d03acea](d03aceae1a))
* **webui:** book import path is saved to local storage ([2473090](2473090c36))
* **webui:** change default theme to system ([b7a371b](b7a371b7ea))
* **webui:** show the library name on the search drop down ([f85c60b](f85c60bd1a))
2021-05-20 10:22:09 +00:00
Gauthier Roebroeck
80a520cfe5 fix(webui): display file browser errors in snackbar 2021-05-20 18:09:26 +08:00
Gauthier Roebroeck
b7a371b7ea feat(webui): change default theme to system 2021-05-20 18:09:26 +08:00
Gauthier Roebroeck
2473090c36 feat(webui): book import path is saved to local storage 2021-05-20 18:09:26 +08:00
Gauthier Roebroeck
339570e17c fix(webui): add autofocus on some dialogs 2021-05-20 18:09:26 +08:00
Weblate (bot)
7200046ea5
fix: translated using Weblate (Italian) (#539)
Currently translated at 100.0% (442 of 442 strings)

fix: translated using Weblate (Italian)

Currently translated at 100.0% (441 of 441 strings)

fix: translated using Weblate (German)

Currently translated at 100.0% (441 of 441 strings)

fix: translated using Weblate (German)

Currently translated at 100.0% (441 of 441 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: M <mhannig@gmx.de>
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/de/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/it/
Translation: komga/webui

Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: M <mhannig@gmx.de>
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com>
2021-05-20 17:35:41 +08:00
Gauthier Roebroeck
1285ae4a7e fix: remove the library path tooltip 2021-05-20 17:26:43 +08:00
Ben Kuskopf
d03aceae1a
feat(webui): add back button on book view
* Add a back to arrow to the navigation on the book page to return to the books series

* Update BrowseBook.vue

* feat: conditional back button depending on context

also uses proper tooltip instead of title

Co-authored-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com>
2021-05-20 17:25:11 +08:00
Ben Kuskopf
f85c60bd1a
feat(webui): show the library name on the search drop down
* Show the library name on the search drop down

* refactor: use mustache and add prefix

Co-authored-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com>
2021-05-20 17:06:05 +08:00
semantic-release-bot
1329d2763b chore(release): 0.95.5 [skip ci]
## [0.95.5](https://github.com/gotson/komga/compare/v0.95.4...v0.95.5) (2021-05-20)

### Bug Fixes

* allow cors configuration ([f435b9d](f435b9dc78)), closes [#540](https://github.com/gotson/komga/issues/540)
2021-05-20 04:39:25 +00:00
Gauthier Roebroeck
f435b9dc78 fix: allow cors configuration
allowed origins can be set via komga.cors.allowed-origins

closes #540
2021-05-20 12:26:38 +08:00
semantic-release-bot
0e42806ab4 chore(release): 0.95.4 [skip ci]
## [0.95.4](https://github.com/gotson/komga/compare/v0.95.3...v0.95.4) (2021-05-17)

### Bug Fixes

* book conversion would fail if page dimensions were missing ([e8e46a0](e8e46a0834))
2021-05-17 08:36:31 +00:00
Gauthier Roebroeck
e8e46a0834 fix: book conversion would fail if page dimensions were missing 2021-05-17 16:22:01 +08:00
semantic-release-bot
521004bd17 chore(release): 0.95.3 [skip ci]
## [0.95.3](https://github.com/gotson/komga/compare/v0.95.2...v0.95.3) (2021-05-17)

### Bug Fixes

* fix rar books with potential issues ([8befde0](8befde0ea8))
2021-05-17 07:40:36 +00:00
Gauthier Roebroeck
8befde0ea8 fix: fix rar books with potential issues
fix the media type generated prior to tika 1.24
this prevented extension repair and cbz conversion
fix rar files that could have been incorrectly analyzed prior to 0.91.3
2021-05-17 15:25:29 +08:00
semantic-release-bot
740fa6583a chore(release): 0.95.2 [skip ci]
## [0.95.2](https://github.com/gotson/komga/compare/v0.95.1...v0.95.2) (2021-05-14)

### Bug Fixes

* **api:** better handling of tachiyomi tracking ([a7ab0da](a7ab0da025))
2021-05-14 02:03:59 +00:00
Gauthier Roebroeck
a7ab0da025 fix(api): better handling of tachiyomi tracking
read progress returns the last book read in a continuous fashion
don't mark books as unread when tachiyomi updates progress, only read
2021-05-14 09:51:33 +08:00
semantic-release-bot
571d54a526 chore(release): 0.95.1 [skip ci]
## [0.95.1](https://github.com/gotson/komga/compare/v0.95.0...v0.95.1) (2021-05-11)

### Bug Fixes

* **webui:** import details dialog not updated correctly ([33cb083](33cb0836ba))
2021-05-11 09:55:36 +00:00
Gauthier Roebroeck
33cb0836ba fix(webui): import details dialog not updated correctly
if a matching book was found before, then removed, the dialog would still display that book's pages
2021-05-11 17:41:43 +08:00
semantic-release-bot
ca7cf7de90 chore(release): 0.95.0 [skip ci]
# [0.95.0](https://github.com/gotson/komga/compare/v0.94.0...v0.95.0) (2021-05-10)

### Features

* **api:** mark read progress for read lists with Tachiyomi format ([0177ee3](0177ee3e08))
* **api:** mark read progress for series with Tachiyomi format ([82af4b3](82af4b3bbf))
2021-05-10 10:09:12 +00:00
Gauthier Roebroeck
0177ee3e08 feat(api): mark read progress for read lists with Tachiyomi format 2021-05-10 17:54:46 +08:00
Gauthier Roebroeck
82af4b3bbf feat(api): mark read progress for series with Tachiyomi format 2021-05-10 17:54:46 +08:00
semantic-release-bot
94720b49c1 chore(release): 0.94.0 [skip ci]
# [0.94.0](https://github.com/gotson/komga/compare/v0.93.0...v0.94.0) (2021-05-09)

### Features

* added translation using Weblate (Vietnamese) ([648f0d4](648f0d40ff))
2021-05-09 04:05:24 +00:00
Weblate (bot)
648f0d40ff
feat: added translation using Weblate (Vietnamese)
Currently translated at 100.0% (441 of 441 strings)

fix: translated using Weblate (Vietnamese)

Currently translated at 100.0% (441 of 441 strings)

fix: translated using Weblate (Hungarian)

Currently translated at 100.0% (441 of 441 strings)

fix: translated using Weblate (Italian)

Currently translated at 100.0% (441 of 441 strings)

fix: translated using Weblate (Japanese)

Currently translated at 100.0% (441 of 441 strings)

fix: translated using Weblate (German)

Currently translated at 100.0% (441 of 441 strings)

fix: translated using Weblate (French)

Currently translated at 100.0% (441 of 441 strings)

feat: added translation using Weblate (Vietnamese)

Co-authored-by: Gauthier <gauthier.roebroeck@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: Norbert Kovács <kovinor123@gmail.com>
Co-authored-by: Quyen Truong <quyent22@cs.washington.edu>
Co-authored-by: Yoshihiro Fujimoto <fuji.44mt@gmail.com>
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/hu/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/it/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/ja/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/vi/
Translation: komga/webui

Co-authored-by: Gauthier <gauthier.roebroeck@gmail.com>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: Norbert Kovács <kovinor123@gmail.com>
Co-authored-by: Quyen Truong <quyent22@cs.washington.edu>
Co-authored-by: Yoshihiro Fujimoto <fuji.44mt@gmail.com>
2021-05-09 11:50:06 +08:00
semantic-release-bot
d7a53cfa04 chore(release): 0.93.0 [skip ci]
# [0.93.0](https://github.com/gotson/komga/compare/v0.92.1...v0.93.0) (2021-05-06)

### Features

* added translation using Weblate (Hungarian) ([3abc8bd](3abc8bde92))
2021-05-06 08:35:15 +00:00
Weblate (bot)
3abc8bde92
feat: added translation using Weblate (Hungarian)
Currently translated at 100.0% (441 of 441 strings)

fix: translated using Weblate (Italian)

Currently translated at 99.7% (440 of 441 strings)

fix: translated using Weblate (Japanese)

Currently translated at 100.0% (441 of 441 strings)

fix: translated using Weblate (Swedish)

Currently translated at 100.0% (441 of 441 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (441 of 441 strings)

fix: translated using Weblate (Portuguese (Brazil))

Currently translated at 78.9% (348 of 441 strings)

chore: update translation files

Updated by "Cleanup translation files" hook in Weblate.

fix: translated using Weblate (Esperanto)

Currently translated at 100.0% (439 of 439 strings)

fix: translated using Weblate (Portuguese (Brazil))

Currently translated at 72.4% (318 of 439 strings)

fix: translated using Weblate (Italian)

Currently translated at 100.0% (439 of 439 strings)

fix: translated using Weblate (Swedish)

Currently translated at 100.0% (439 of 439 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (439 of 439 strings)

fix: translated using Weblate (German)

Currently translated at 99.3% (436 of 439 strings)

fix: translated using Weblate (French)

Currently translated at 100.0% (439 of 439 strings)

fix: translated using Weblate (Hungarian)

Currently translated at 100.0% (436 of 436 strings)

fix: translated using Weblate (Italian)

Currently translated at 100.0% (436 of 436 strings)

fix: translated using Weblate (German)

Currently translated at 100.0% (436 of 436 strings)

feat: added translation using Weblate (Hungarian)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: M <mhannig@gmx.de>
Co-authored-by: Norbi <kovinor123@gmail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com>
Co-authored-by: Thiago Souza <thiagops28@hotmail.com>
Co-authored-by: Yoshihiro Fujimoto <fuji.44mt@gmail.com>
Co-authored-by: phlostically <phlostically@mailinator.com>
Co-authored-by: 峰裕 <1006945671@qq.com>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/de/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/eo/
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/it/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/ja/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/pt_BR/
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: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: M <mhannig@gmx.de>
Co-authored-by: Norbi <kovinor123@gmail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com>
Co-authored-by: Thiago Souza <thiagops28@hotmail.com>
Co-authored-by: Yoshihiro Fujimoto <fuji.44mt@gmail.com>
Co-authored-by: phlostically <phlostically@mailinator.com>
Co-authored-by: 峰裕 <1006945671@qq.com>
2021-05-06 16:05:24 +08:00
semantic-release-bot
feb145bd74 chore(release): 0.92.1 [skip ci]
## [0.92.1](https://github.com/gotson/komga/compare/v0.92.0...v0.92.1) (2021-05-06)

### Bug Fixes

* priority tasks could be executed out of order ([55b2883](55b288388f))
2021-05-06 07:34:15 +00:00
Gauthier Roebroeck
55b288388f fix: priority tasks could be executed out of order 2021-05-06 15:20:15 +08:00
semantic-release-bot
19e302b140 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)
2021-05-05 08:54:57 +00:00
Gauthier Roebroeck
f6ad0f0012 feat(webui): library dialog options for extension repair 2021-05-05 16:39:45 +08:00
Gauthier Roebroeck
7f70f85b8e build: declare inputs for jooqGenerate task 2021-05-05 16:39:00 +08:00
Gauthier Roebroeck
39cd31cbb6 feat: repair file extensions 2021-05-05 16:38:32 +08:00
Gauthier Roebroeck
350570b293 refactor: jooq fetch by field 2021-05-05 16:36:52 +08:00
Gauthier Roebroeck
db955447f9 feat(webui): show in progress books as unread
closes #526
2021-05-05 15:44:34 +08:00
semantic-release-bot
36c132b07d chore(release): 0.91.3 [skip ci]
## [0.91.3](https://github.com/gotson/komga/compare/v0.91.2...v0.91.3) (2021-05-05)

### Bug Fixes

* rar extractor could mis-analyze some images ([bd15aec](bd15aecccc))
2021-05-05 06:44:27 +00:00
Gauthier Roebroeck
bd15aecccc fix: rar extractor could mis-analyze some images 2021-05-05 14:29:23 +08:00
semantic-release-bot
f1dcd65ac3 chore(release): 0.91.2 [skip ci]
## [0.91.2](https://github.com/gotson/komga/compare/v0.91.1...v0.91.2) (2021-05-05)

### Bug Fixes

* book conversion could fail because of different path separators ([e577e4a](e577e4a78f))
2021-05-05 01:38:08 +00:00
Gauthier Roebroeck
e577e4a78f fix: book conversion could fail because of different path separators 2021-05-05 09:25:18 +08:00
semantic-release-bot
5a0a21d953 chore(release): 0.91.1 [skip ci]
## [0.91.1](https://github.com/gotson/komga/compare/v0.91.0...v0.91.1) (2021-05-04)

### Bug Fixes

* **opds:** acquisition link is not a valid url ([00ade7f](00ade7fb36)), closes [#525](https://github.com/gotson/komga/issues/525)
2021-05-04 14:30:59 +00:00
Gauthier Roebroeck
00ade7fb36 fix(opds): acquisition link is not a valid url
closes #525
2021-05-04 22:17:02 +08:00
semantic-release-bot
6725a189c0 chore(release): 0.91.0 [skip ci]
# [0.91.0](https://github.com/gotson/komga/compare/v0.90.3...v0.91.0) (2021-05-04)

### Features

* **webui:** automatic book conversion in library settings ([1c3e853](1c3e853202))
* automatic book conversion to cbz ([dc2663e](dc2663ecb7))
2021-05-04 10:40:05 +00:00