Commit graph

3322 commits

Author SHA1 Message Date
semantic-release-bot
856b0a50ba chore(release): 0.24.10 [skip ci]
## [0.24.10](https://github.com/gotson/komga/compare/v0.24.9...v0.24.10) (2020-03-25)

### Bug Fixes

* **opds:** add summary and authors to book entries ([2414792](241479292a))
* **webui:** properly display newline in book summary ([15d95ac](15d95ac442))
2020-03-25 03:58:31 +00:00
Gauthier Roebroeck
241479292a fix(opds): add summary and authors to book entries 2020-03-25 11:37:27 +08:00
Gauthier Roebroeck
15d95ac442 fix(webui): properly display newline in book summary 2020-03-25 11:37:27 +08:00
semantic-release-bot
1677d147e4 chore(release): 0.24.9 [skip ci]
## [0.24.9](https://github.com/gotson/komga/compare/v0.24.8...v0.24.9) (2020-03-24)

### Bug Fixes

* **webui:** redirect to initial page after login ([5f61597](5f61597125)), closes [#122](https://github.com/gotson/komga/issues/122)
2020-03-24 03:43:02 +00:00
Gauthier Roebroeck
5f61597125 fix(webui): redirect to initial page after login
closes #122
2020-03-24 11:21:08 +08:00
Gauthier Roebroeck
5c903502e8 refactor(webui): set eslint comma-dangle for multi-line 2020-03-24 11:04:00 +08:00
Gauthier Roebroeck
aa0f2f4d46 docs(readme): add sponsors section in README.md [ci skip] 2020-03-23 17:46:38 +08:00
semantic-release-bot
8d0666491e chore(release): 0.24.8 [skip ci]
## [0.24.8](https://github.com/gotson/komga/compare/v0.24.7...v0.24.8) (2020-03-23)

### Bug Fixes

* **api:** check if authors field is set ([9218e6b](9218e6bb26)), closes [#120](https://github.com/gotson/komga/issues/120)
2020-03-23 04:20:52 +00:00
Gauthier Roebroeck
9218e6bb26 fix(api): check if authors field is set
closes #120
2020-03-23 11:57:55 +08:00
semantic-release-bot
5ff0bfb50d chore(release): 0.24.7 [skip ci]
## [0.24.7](https://github.com/gotson/komga/compare/v0.24.6...v0.24.7) (2020-03-23)

### Bug Fixes

* **webui:** fix metadata dialogs on xs screens ([112837a](112837a163))
2020-03-23 03:32:04 +00:00
Gauthier Roebroeck
112837a163 fix(webui): fix metadata dialogs on xs screens 2020-03-23 11:06:16 +08:00
semantic-release-bot
4566877908 chore(release): 0.24.6 [skip ci]
## [0.24.6](https://github.com/gotson/komga/compare/v0.24.5...v0.24.6) (2020-03-21)

### Bug Fixes

* **api:** use etag on book thumbnails ([871a92a](871a92a783)), closes [#117](https://github.com/gotson/komga/issues/117)
2020-03-21 03:36:09 +00:00
Gauthier Roebroeck
871a92a783 fix(api): use etag on book thumbnails
closes #117
2020-03-21 11:15:39 +08:00
semantic-release-bot
9f1bdba43a chore(release): 0.24.5 [skip ci]
## [0.24.5](https://github.com/gotson/komga/compare/v0.24.4...v0.24.5) (2020-03-20)

### Bug Fixes

* **api:** find book siblings by metadata.numberSort ([1902e72](1902e72f86))
* **api:** series thumbnail is of first book by metadata.numberSort ([0721f31](0721f31e2f))
* **opds:** books are ordered by metadata.numberSort ([60edbe1](60edbe1090))
* **opds:** display book metadata title instead of name ([d06da57](d06da572b6))
* **opds:** search series by metadata.title ([f4466b4](f4466b45bf))
2020-03-20 13:39:36 +00:00
Gauthier Roebroeck
1902e72f86 fix(api): find book siblings by metadata.numberSort 2020-03-20 21:18:46 +08:00
Gauthier Roebroeck
0721f31e2f fix(api): series thumbnail is of first book by metadata.numberSort 2020-03-20 21:18:46 +08:00
Gauthier Roebroeck
d06da572b6 fix(opds): display book metadata title instead of name 2020-03-20 21:18:46 +08:00
Gauthier Roebroeck
60edbe1090 fix(opds): books are ordered by metadata.numberSort 2020-03-20 21:18:45 +08:00
Gauthier Roebroeck
f4466b45bf fix(opds): search series by metadata.title 2020-03-20 21:18:45 +08:00
semantic-release-bot
11ce5a5b5c chore(release): 0.24.4 [skip ci]
## [0.24.4](https://github.com/gotson/komga/compare/v0.24.3...v0.24.4) (2020-03-20)

### Bug Fixes

* **edit series dialog:** better form handling ([c225829](c2258294ce))
2020-03-20 08:49:19 +00:00
Gauthier Roebroeck
c2258294ce fix(edit series dialog): better form handling
error messages if title/titleSort is missing
only send updated fields to API
display MIXED placeholder in status when editing multiple series with different status
fix dialog display on small screen height
2020-03-20 16:28:30 +08:00
semantic-release-bot
274c54a126 chore(release): 0.24.3 [skip ci]
## [0.24.3](https://github.com/gotson/komga/compare/v0.24.2...v0.24.3) (2020-03-20)

### Bug Fixes

* **webui:** change page title on book change ([2d0e21b](2d0e21b0b8))
2020-03-20 01:49:04 +00:00
Gauthier Roebroeck
2d0e21b0b8 fix(webui): change page title on book change 2020-03-20 09:28:21 +08:00
semantic-release-bot
ef765ffa3e chore(release): 0.24.2 [skip ci]
## [0.24.2](https://github.com/gotson/komga/compare/v0.24.1...v0.24.2) (2020-03-19)

### Bug Fixes

* **webui:** use metadata title for display name ([64c3356](64c33565c5))
2020-03-19 13:08:14 +00:00
Gauthier Roebroeck
64c33565c5 fix(webui): use metadata title for display name 2020-03-19 20:47:35 +08:00
semantic-release-bot
106eed11fa chore(release): 0.24.1 [skip ci]
## [0.24.1](https://github.com/gotson/komga/compare/v0.24.0...v0.24.1) (2020-03-19)

### Bug Fixes

* **api:** search books by metadata title ([487b18d](487b18d15b))
* **api:** search series by metadata title ([51dd917](51dd917249))
* **book card:** use book metadata ([ea1bdc6](ea1bdc646a))
* **browse series:** hide toolbar on selection ([e6d014f](e6d014f1ac))
* **searchbox:** display book metadata title instead of name ([26d37a0](26d37a0fc9))
2020-03-19 05:37:50 +00:00
Gauthier Roebroeck
487b18d15b fix(api): search books by metadata title
instead of name
2020-03-19 13:16:53 +08:00
Gauthier Roebroeck
51dd917249 fix(api): search series by metadata title
instead of name
2020-03-19 13:16:53 +08:00
Gauthier Roebroeck
ea1bdc646a fix(book card): use book metadata
for number and title
2020-03-19 13:16:53 +08:00
Gauthier Roebroeck
26d37a0fc9 fix(searchbox): display book metadata title instead of name 2020-03-19 13:16:53 +08:00
Gauthier Roebroeck
e6d014f1ac fix(browse series): hide toolbar on selection 2020-03-19 13:16:53 +08:00
semantic-release-bot
ce8e27b459 chore(release): 0.24.0 [skip ci]
# [0.24.0](https://github.com/gotson/komga/compare/v0.23.0...v0.24.0) (2020-03-18)

### Bug Fixes

* **add library:** special characters handling ([15afa93](15afa93431))

### Features

* **book reader:** set reading direction from metadata ([30e766b](30e766be16))
* **book reader:** vertical reading mode ([ca03111](ca03111b0b))
2020-03-18 08:02:00 +00:00
Gauthier Roebroeck
15afa93431 fix(add library): special characters handling
some directories with special characters could not be explored and selected
2020-03-18 15:41:14 +08:00
Gauthier Roebroeck
ca03111b0b feat(book reader): vertical reading mode
move background-color to top container to avoid display glitch
2020-03-18 15:41:14 +08:00
Gauthier Roebroeck
8b1b7c1a99 refactor(book reader): simplify flipDirection 2020-03-18 15:41:13 +08:00
Gauthier Roebroeck
30e766be16 feat(book reader): set reading direction from metadata 2020-03-18 15:41:13 +08:00
Gauthier Roebroeck
c6647c17dc refactor(book reader): remove unused code 2020-03-18 15:41:13 +08:00
semantic-release-bot
aafb345466 chore(release): 0.23.0 [skip ci]
# [0.23.0](https://github.com/gotson/komga/compare/v0.22.2...v0.23.0) (2020-03-18)

### Features

* **book reader:** background color settings ([2c87e7b](2c87e7bba6)), closes [#113](https://github.com/gotson/komga/issues/113)
* **book reader:** pressing ESC will close the toolbars ([791f5df](791f5dff08))
2020-03-18 03:18:05 +00:00
Gauthier Roebroeck
4625804926 Merge remote-tracking branch 'origin/master' 2020-03-18 10:57:42 +08:00
Gauthier Roebroeck
2c87e7bba6 feat(book reader): background color settings
closes #113
2020-03-18 10:57:26 +08:00
Gauthier Roebroeck
a90b47cee9 refactor: simplify settings-select
use item.text and item.value instead of mandatory slots
remove the reader specific ReaderReadingDirection enum
2020-03-18 10:54:22 +08:00
Gauthier Roebroeck
791f5dff08 feat(book reader): pressing ESC will close the toolbars 2020-03-18 10:52:34 +08:00
Gauthier Roebroeck
824ceb370e refactor(book reader): replace dialog with bottom-sheet 2020-03-18 10:46:18 +08:00
semantic-release-bot
e961662e73 chore(release): 0.22.2 [skip ci]
## [0.22.2](https://github.com/gotson/komga/compare/v0.22.1...v0.22.2) (2020-03-17)

### Bug Fixes

* **webui:** change page size on media analysis screen ([afc2cd4](afc2cd4e70))
2020-03-17 10:07:10 +00:00
Gauthier Roebroeck
afc2cd4e70 fix(webui): change page size on media analysis screen
All was not working properly, using 20/50/100 instead of the default values
2020-03-17 17:46:08 +08:00
semantic-release-bot
49e259f7fe chore(release): 0.22.1 [skip ci]
## [0.22.1](https://github.com/gotson/komga/compare/v0.22.0...v0.22.1) (2020-03-17)

### Bug Fixes

* use JDBC update statements for database migration ([f68e035](f68e0352fd))
2020-03-17 06:36:46 +00:00
Gauthier Roebroeck
f68e0352fd fix: use JDBC update statements for database migration
avoid issues with special characters
2020-03-17 14:16:02 +08:00
semantic-release-bot
25a6613df5 chore(release): 0.22.0 [skip ci]
# [0.22.0](https://github.com/gotson/komga/compare/v0.21.0...v0.22.0) (2020-03-17)

### Features

* support for book metadata ([6a53e8f](6a53e8fd6b)), closes [#48](https://github.com/gotson/komga/issues/48) [#43](https://github.com/gotson/komga/issues/43)
2020-03-17 03:42:48 +00:00
Gauthier Roebroeck
6d9a54420c refactor: remove console.log 2020-03-17 11:22:06 +08:00
Gauthier Roebroeck
4c16d1a858 Merge remote-tracking branch 'origin/master' 2020-03-17 11:05:02 +08:00