Commit graph

1276 commits

Author SHA1 Message Date
Gauthier Roebroeck
12e94b6970 build: rerun springboot build info task when needed 2021-04-28 09:53:46 +08:00
Gauthier Roebroeck
f2a3c88a30 refactor: remove deprecated configuration property 2021-04-28 09:37:48 +08:00
semantic-release-bot
6b721c82a9 chore(release): 0.89.1 [skip ci]
## [0.89.1](https://github.com/gotson/komga/compare/v0.89.0...v0.89.1) (2021-04-28)

### Bug Fixes

* **webreader:** incorrect double pages display ([ece9813](ece981345f))
* **webui:** all libraries should show browse view by default ([3e1bf89](3e1bf89bdb))
* **webui:** dashboard would not reload properly ([18e3e21](18e3e21f06))
2021-04-28 01:12:01 +00:00
Gauthier Roebroeck
1c0c292202 refactor: remove newline in translation file 2021-04-28 08:53:01 +08:00
Gauthier Roebroeck
285562dba9 refactor(webui): simplify dashboard reload 2021-04-28 08:41:51 +08:00
Gauthier Roebroeck
ece981345f fix(webreader): incorrect double pages display 2021-04-28 08:34:13 +08:00
Gauthier Roebroeck
3e1bf89bdb fix(webui): all libraries should show browse view by default 2021-04-28 08:17:52 +08:00
Gauthier Roebroeck
18e3e21f06 fix(webui): dashboard would not reload properly 2021-04-28 08:17:11 +08:00
semantic-release-bot
f4ca3f22e9 chore(release): 0.89.0 [skip ci]
# [0.89.0](https://github.com/gotson/komga/compare/v0.88.1...v0.89.0) (2021-04-27)

### Bug Fixes

* **webui:** home link would not show as active ([4c6b3f5](4c6b3f5e5e))
* **webui:** wrong comparison could show error in javascript console ([b345c30](b345c30d12))

### Features

* **webui:** display library navigation within toolbar ([a6252ff](a6252ff2e8)), closes [#234](https://github.com/gotson/komga/issues/234)
* **webui:** remember view within library ([b1931aa](b1931aa892)), closes [#367](https://github.com/gotson/komga/issues/367)
* Added a 'Recommended' tab in the library views for a library specific dashboard like the home page ([b26559d](b26559dc47))
2021-04-27 14:35:55 +00:00
Gauthier
638f40831f
Merge pull request #494 from edwinbadillo/recommended-library
feat: Added a 'Recommended' tab in the library views for a library specific dashboard like the home page
2021-04-27 22:19:57 +08:00
Gauthier Roebroeck
dc999119e2 test: fix ondeck tests following refactoring 2021-04-27 21:58:55 +08:00
Gauthier Roebroeck
c99b6cdf3e Merge branch 'master' into recommended-library
# Conflicts:
#	komga-webui/src/services/komga-books.service.ts
2021-04-27 21:46:15 +08:00
Gauthier Roebroeck
b1931aa892 feat(webui): remember view within library
closes #367
2021-04-27 21:41:23 +08:00
Gauthier Roebroeck
b345c30d12 fix(webui): wrong comparison could show error in javascript console 2021-04-27 21:37:38 +08:00
Gauthier Roebroeck
a6252ff2e8 feat(webui): display library navigation within toolbar
use bottom navigation only for XS screens

closes #234
2021-04-27 21:36:07 +08:00
Gauthier Roebroeck
4c6b3f5e5e fix(webui): home link would not show as active
route would not match because of redirect
2021-04-27 21:30:12 +08:00
Gauthier Roebroeck
2a3398f768 refactor: proper parameter passing
use beforeRouteUpdate
remove chip in toolbar
2021-04-27 21:29:21 +08:00
Gauthier Roebroeck
34b2beb993 refactor: add filter by library for ondeck 2021-04-27 21:21:14 +08:00
Gauthier Roebroeck
2f6858a132 refactor: use proper annotation for api doc 2021-04-27 21:19:48 +08:00
Gauthier Roebroeck
a2f5a84487 refactor: openapi spec is generated automatically by CI 2021-04-27 21:19:05 +08:00
Gauthier Roebroeck
b1bdba930f build: change pre-commit for ktlint 2021-04-27 14:53:41 +08:00
Gauthier Roebroeck
3754c4bbe7 build: fix dependency update for non-stable versions 2021-04-27 09:53:47 +08:00
semantic-release-bot
51582ea503 chore(release): 0.88.1 [skip ci]
## [0.88.1](https://github.com/gotson/komga/compare/v0.88.0...v0.88.1) (2021-04-26)

### Bug Fixes

* replace java webp library ([f658f9a](f658f9abe0))
2021-04-26 10:19:16 +00:00
Gauthier Roebroeck
64c72f7628 refactor: lint 2021-04-26 18:03:38 +08:00
Gauthier Roebroeck
f658f9abe0 fix: replace java webp library
the replacement is much faster, especially on page analysis
it's almost as fast as the native library
2021-04-26 17:18:47 +08:00
semantic-release-bot
6069d63049 chore(release): 0.88.0 [skip ci]
# [0.88.0](https://github.com/gotson/komga/compare/v0.87.5...v0.88.0) (2021-04-26)

### Features

* **webui:** ability to read incognito ([dc0cc13](dc0cc13807))
2021-04-26 09:05:36 +00:00
Gauthier Roebroeck
dc0cc13807 feat(webui): ability to read incognito 2021-04-26 16:50:24 +08:00
semantic-release-bot
8549c69166 chore(release): 0.87.5 [skip ci]
## [0.87.5](https://github.com/gotson/komga/compare/v0.87.4...v0.87.5) (2021-04-26)

### Bug Fixes

* **webui:** double pages could show duplicate pages ([76ba55a](76ba55a124))
* **webui:** mark read progress instantly ([97cc3e0](97cc3e043d)), closes [#475](https://github.com/gotson/komga/issues/475)
* **webui:** scroll continuous reader to top on book change ([d27828d](d27828de13)), closes [#475](https://github.com/gotson/komga/issues/475)
2021-04-26 08:29:52 +00:00
Gauthier Roebroeck
d27828de13 fix(webui): scroll continuous reader to top on book change
closes #475
2021-04-26 16:14:31 +08:00
Gauthier Roebroeck
97cc3e043d fix(webui): mark read progress instantly
closes #475
2021-04-26 16:14:31 +08:00
Gauthier Roebroeck
5c99f09b8b ci: run webui tests 2021-04-26 16:14:31 +08:00
Gauthier Roebroeck
76ba55a124 fix(webui): double pages could show duplicate pages 2021-04-26 16:14:31 +08:00
semantic-release-bot
0a965b0cd2 chore(release): 0.87.4 [skip ci]
## [0.87.4](https://github.com/gotson/komga/compare/v0.87.3...v0.87.4) (2021-04-21)

### Bug Fixes

* **api:** filter referential data by access rights ([09fa5e9](09fa5e95a5)), closes [#492](https://github.com/gotson/komga/issues/492)
2021-04-21 09:58:14 +00:00
Gauthier Roebroeck
09fa5e95a5 fix(api): filter referential data by access rights
closes #492
2021-04-21 17:43:15 +08:00
semantic-release-bot
e2b190859b chore(release): 0.87.3 [skip ci]
## [0.87.3](https://github.com/gotson/komga/compare/v0.87.2...v0.87.3) (2021-04-21)

### Bug Fixes

* error importing reading list with non-numerical number ([3ef0240](3ef02409ba)), closes [#499](https://github.com/gotson/komga/issues/499)
* **webui:** stored filters are not validated ([fbb4171](fbb4171d9b)), closes [#504](https://github.com/gotson/komga/issues/504)
2021-04-21 02:20:13 +00:00
Gauthier Roebroeck
3ef02409ba fix: error importing reading list with non-numerical number
closes #499
2021-04-21 10:02:49 +08:00
Gauthier Roebroeck
fbb4171d9b fix(webui): stored filters are not validated
closes #504
2021-04-21 10:02:49 +08:00
semantic-release-bot
c5e0e100da chore(release): 0.87.2 [skip ci]
## [0.87.2](https://github.com/gotson/komga/compare/v0.87.1...v0.87.2) (2021-04-20)

### Bug Fixes

* translated using Weblate (Esperanto) ([19ff72f](19ff72f9e3))
* **importer:** keep metadata when upgrading book ([a3b8866](a3b88667d0))
* prevent transient scanning of directories that are part of existing libraries ([8a92b84](8a92b84fd0))
* **importer:** prevent import of files that are in an existing library ([b0170c7](b0170c7c88))
2021-04-20 08:37:29 +00:00
Hosted Weblate
19ff72f9e3 fix: translated using Weblate (Esperanto)
Currently translated at 100.0% (429 of 429 strings)

fix: translated using Weblate (Italian)

Currently translated at 98.6% (423 of 429 strings)

fix: translated using Weblate (Swedish)

Currently translated at 100.0% (429 of 429 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (429 of 429 strings)

Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com>
Co-authored-by: phlostically <phlostically@mailinator.com>
Co-authored-by: 峰裕 <1006945671@qq.com>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/eo/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/it/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/sv/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/zh_Hans/
Translation: komga/webui
(cherry picked from commit 5e0b105f72)
2021-04-20 16:20:20 +08:00
Gauthier Roebroeck
a3b88667d0 fix(importer): keep metadata when upgrading book 2021-04-20 16:16:02 +08:00
Gauthier Roebroeck
c8ffc15b76 refactor: add warning and info about book import feature 2021-04-20 16:01:43 +08:00
Gauthier Roebroeck
8a92b84fd0 fix: prevent transient scanning of directories that are part of existing libraries 2021-04-20 16:01:43 +08:00
Gauthier Roebroeck
e83eded07b refactor: reduce toString output to avoid log overload 2021-04-20 16:01:43 +08:00
Gauthier Roebroeck
b0170c7c88 fix(importer): prevent import of files that are in an existing library 2021-04-20 16:01:43 +08:00
semantic-release-bot
69622d56b2 chore(release): 0.87.1 [skip ci]
## [0.87.1](https://github.com/gotson/komga/compare/v0.87.0...v0.87.1) (2021-04-20)

### Bug Fixes

* **importer:** hardlink fails inside docker ([24cf181](24cf1819b0))
2021-04-20 02:22:19 +00:00
Gauthier Roebroeck
24cf1819b0 fix(importer): hardlink fails inside docker
docker does not support hardlinks between different mounts
fallback to copy in that case
2021-04-20 10:05:10 +08:00
semantic-release-bot
7650050fe1 chore(release): 0.87.0 [skip ci]
# [0.87.0](https://github.com/gotson/komga/compare/v0.86.0...v0.87.0) (2021-04-19)

### Bug Fixes

* translated using Weblate (Esperanto) ([#506](https://github.com/gotson/komga/issues/506)) ([248f474](248f47458c))

### Features

* **api:** import books ([d41dcef](d41dcefd3e))
* **api:** support for transient books ([02b0893](02b08932ba))
* **webui:** import books ([13b304d](13b304dd14))
* added translation using Weblate (Esperanto, Polish) ([f3cc6f6](f3cc6f6e91))
2021-04-19 09:52:10 +00:00
Weblate (bot)
248f47458c
fix: translated using Weblate (Esperanto) (#506)
Currently translated at 100.0% (387 of 387 strings)

Co-authored-by: phlostically <phlostically@mailinator.com>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/eo/
Translation: komga/webui

Co-authored-by: phlostically <phlostically@mailinator.com>
2021-04-19 17:33:44 +08:00
Gauthier Roebroeck
237536e7be refactor: use RtlIcon 2021-04-19 17:31:37 +08:00
Gauthier Roebroeck
13b304dd14 feat(webui): import books
Books can be imported directly into an existing Series
2021-04-19 17:31:37 +08:00