Commit Graph

223 Commits

Author SHA1 Message Date
semantic-release-bot
91ecfdc3c7 chore(release): 0.98.0 [skip ci]
# [0.98.0](https://github.com/gotson/komga/compare/v0.97.3...v0.98.0) (2021-06-08)

### Features

* delete empty read lists and collections ([159c767](159c767929)), closes [#551](https://github.com/gotson/komga/issues/551)
2021-06-08 03:06:09 +00:00
semantic-release-bot
e0aa505908 chore(release): 0.97.3 [skip ci]
## [0.97.3](https://github.com/gotson/komga/compare/v0.97.2...v0.97.3) (2021-06-03)

### Bug Fixes

* translated using Weblate ([45f2bb4](45f2bb47f9))
* **api:** updating read progress from tachiyomi would mess up On Deck ([480871c](480871c966))
2021-06-03 03:50:58 +00:00
semantic-release-bot
8da5de663e chore(release): 0.97.2 [skip ci]
## [0.97.2](https://github.com/gotson/komga/compare/v0.97.1...v0.97.2) (2021-06-01)

### Bug Fixes

* **webui:** replace searchbox for authors in filter panel ([14e6718](14e6718252))
2021-06-01 03:51:45 +00:00
semantic-release-bot
61ca80dc72 chore(release): 0.97.1 [skip ci]
## [0.97.1](https://github.com/gotson/komga/compare/v0.97.0...v0.97.1) (2021-06-01)

### Bug Fixes

* **webui:** favicon for iOS, Android and Windows 10 ([#547](https://github.com/gotson/komga/issues/547)) ([da99052](da99052954))
2021-06-01 00:52:52 +00:00
semantic-release-bot
14a974c8ae chore(release): 0.97.0 [skip ci]
# [0.97.0](https://github.com/gotson/komga/compare/v0.96.5...v0.97.0) (2021-05-31)

### Bug Fixes

* series would be updated at each scan even if not modified ([d05237f](d05237f5ed))
* **webui:** fix combobox search value remaining after list selection ([d114b0e](d114b0efb2))

### Features

* **api:** search authors by name and role ([a45a73c](a45a73c8bd))
* **webui:** filter series by read and in progress status ([4195ecb](4195ecbb9a))
* **webui:** in progress and read filter for series and collection ([b41499d](b41499d775))
* **webui:** reset filter button ([3219dc4](3219dc4bb2))
* **webui:** search authors in filters ([b908ac1](b908ac140b))

### Performance Improvements

* **webui:** load background data in parallel when possible ([c0d7be9](c0d7be9627))
2021-05-31 10:22:50 +00:00
semantic-release-bot
a6c47f1b85 chore(release): 0.96.5 [skip ci]
## [0.96.5](https://github.com/gotson/komga/compare/v0.96.4...v0.96.5) (2021-05-27)

### Bug Fixes

* **webui:** show recent books before series ([7f49bfa](7f49bfa05e))

### Performance Improvements

* add db index to speed up webui dashboard ([ecc1dd4](ecc1dd412d))
* precompute series book counts ([c3b352a](c3b352aca0))
2021-05-27 02:24:31 +00:00
semantic-release-bot
ae671709fe chore(release): 0.96.4 [skip ci]
## [0.96.4](https://github.com/gotson/komga/compare/v0.96.3...v0.96.4) (2021-05-25)

### Performance Improvements

* missing database index ([8b5ae64](8b5ae64dd5))
* remove subquery ([b162cde](b162cdeba3))
2021-05-25 10:04:28 +00: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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
semantic-release-bot
740ad476d1 chore(release): 0.90.3 [skip ci]
## [0.90.3](https://github.com/gotson/komga/compare/v0.90.2...v0.90.3) (2021-05-04)

### Bug Fixes

* **webreader:** browser back button would not honor page in query param ([dc4bd44](dc4bd440d9))
2021-05-04 06:18:05 +00:00
semantic-release-bot
9c737ea235 chore(release): 0.90.2 [skip ci]
## [0.90.2](https://github.com/gotson/komga/compare/v0.90.1...v0.90.2) (2021-05-04)

### Bug Fixes

* priority tasks ([6ee968b](6ee968be92))
2021-05-04 02:02:55 +00:00
semantic-release-bot
a75807daf8 chore(release): 0.90.1 [skip ci]
## [0.90.1](https://github.com/gotson/komga/compare/v0.90.0...v0.90.1) (2021-05-03)

### Bug Fixes

* better stream handling for rar and zip files ([ebc8df2](ebc8df2053))
2021-05-03 01:47:18 +00:00
semantic-release-bot
910af6f36f chore(release): 0.90.0 [skip ci]
# [0.90.0](https://github.com/gotson/komga/compare/v0.89.3...v0.90.0) (2021-04-30)

### Features

* added translation using Weblate (Dutch) ([e15f174](e15f174ff1))
2021-04-30 01:54:53 +00:00
semantic-release-bot
581e166abe chore(release): 0.89.3 [skip ci]
## [0.89.3](https://github.com/gotson/komga/compare/v0.89.2...v0.89.3) (2021-04-29)

### Bug Fixes

* **webreader:** progress not marked correctly ([f3c541c](f3c541cd14)), closes [#518](https://github.com/gotson/komga/issues/518)
2021-04-29 10:45:05 +00:00
semantic-release-bot
f304aaf2f6 chore(release): 0.89.2 [skip ci]
## [0.89.2](https://github.com/gotson/komga/compare/v0.89.1...v0.89.2) (2021-04-28)

### Bug Fixes

* add configuration to unload native webp library ([64a805e](64a805e019))
* native webp library excludes support for armv7l ([731e07a](731e07a070)), closes [#488](https://github.com/gotson/komga/issues/488)
2021-04-28 09:54:42 +00: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
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
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
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
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
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
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
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
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
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
semantic-release-bot
03241a636a chore(release): 0.86.0 [skip ci]
# [0.86.0](https://github.com/gotson/komga/compare/v0.85.1...v0.86.0) (2021-04-07)

### Bug Fixes

* **webui:** series year incorrectly formatted ([d166207](d166207912))

### Features

* added translation using Weblate (Finnish) ([81142ab](81142ab570))
2021-04-07 02:31:22 +00:00
semantic-release-bot
3834d415ae chore(release): 0.85.1 [skip ci]
## [0.85.1](https://github.com/gotson/komga/compare/v0.85.0...v0.85.1) (2021-03-31)

### Bug Fixes

* **webreader:** settings are not persisted ([d202dc2](d202dc239a)), closes [#489](https://github.com/gotson/komga/issues/489)
2021-03-31 02:16:58 +00:00
semantic-release-bot
4198e2d968 chore(release): 0.85.0 [skip ci]
# [0.85.0](https://github.com/gotson/komga/compare/v0.84.1...v0.85.0) (2021-03-29)

### Bug Fixes

* **webui:** page size chooser would not always reflect the actual value ([5ee4230](5ee423030f))

### Features

* **webui:** change/restore theme even on login page ([7f7c6c3](7f7c6c3e6f))
2021-03-29 03:12:27 +00:00
semantic-release-bot
1451d226fb chore(release): 0.84.1 [skip ci]
## [0.84.1](https://github.com/gotson/komga/compare/v0.84.0...v0.84.1) (2021-03-24)

### Bug Fixes

* download current page not working on mobile ([f98d791](f98d7915c5))
2021-03-24 14:12:34 +00:00
semantic-release-bot
b5f19a10af chore(release): 0.84.0 [skip ci]
# [0.84.0](https://github.com/gotson/komga/compare/v0.83.0...v0.84.0) (2021-03-24)

### Features

* download current page from webreader ([93cec4e](93cec4e4e5)), closes [#469](https://github.com/gotson/komga/issues/469)
2021-03-24 08:46:09 +00:00
semantic-release-bot
d230e9a31d chore(release): 0.83.0 [skip ci]
# [0.83.0](https://github.com/gotson/komga/compare/v0.82.1...v0.83.0) (2021-03-22)

### Bug Fixes

* refresh series metadata and aggregation after book deletion ([9e44437](9e4443765b))
* skip ISBN barcode provider if not enabled in library ([9cb63b5](9cb63b5798))

### Features

* import ISBN from epub metadata, split authors on comma ([52fceec](52fceecaa9))

### Performance Improvements

* only refresh relevant metadata providers on series sort ([3dccb9a](3dccb9a6a7))
2021-03-22 08:26:26 +00:00
semantic-release-bot
f7f3efd0dd chore(release): 0.82.1 [skip ci]
## [0.82.1](https://github.com/gotson/komga/compare/v0.82.0...v0.82.1) (2021-03-22)

### Bug Fixes

* **webui:** display status instead of pages on cards for books not ready ([dcf065f](dcf065f005))
* translated using Weblate ([a01b764](a01b764b07))
2021-03-22 04:12:06 +00:00
semantic-release-bot
622e41d6ac chore(release): 0.82.0 [skip ci]
# [0.82.0](https://github.com/gotson/komga/compare/v0.81.1...v0.82.0) (2021-03-19)

### Features

* **webui:** import ComicRack lists as read lists ([8b0dac3](8b0dac3125))
* added translation using Weblate (Italian)  ([e5343d7](e5343d7ab4))
* import ComicRack lists as read lists ([c1e4357](c1e435762c)), closes [#464](https://github.com/gotson/komga/issues/464)
2021-03-19 02:43:01 +00:00
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