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 |
|
Gauthier Roebroeck
|
6a53e8fd6b
|
feat: support for book metadata
closes #48, closes #43
|
2020-03-17 10:55:30 +08:00 |
|
Gauthier Roebroeck
|
f69f73df08
|
refactor: add checks on SeriesMetadata
|
2020-03-17 10:52:32 +08:00 |
|
Gauthier Roebroeck
|
8f160eda92
|
build: use in-memory database for tests
|
2020-03-17 10:50:21 +08:00 |
|
Gauthier Roebroeck
|
c6ac3beabe
|
build: add momentjs
|
2020-03-16 16:54:23 +08:00 |
|
Gauthier Roebroeck
|
3176cd2858
|
refactor: use lodash for capitalize
|
2020-03-16 16:54:04 +08:00 |
|
Gauthier Roebroeck
|
241b441c56
|
refactor: simplify handling of series status
|
2020-03-16 16:53:06 +08:00 |
|
Gauthier Roebroeck
|
d4e888beed
|
build: add vue-moment
|
2020-03-16 16:52:39 +08:00 |
|
Gauthier Roebroeck
|
1d93039574
|
refactor: change badge prop to slot
|
2020-03-16 16:52:30 +08:00 |
|
Gauthier Roebroeck
|
473e469de2
|
refactor: move enums to their own files
|
2020-03-16 16:51:46 +08:00 |
|
Gauthier Roebroeck
|
1f86fff057
|
refactor: rename enum
|
2020-03-16 16:51:16 +08:00 |
|
Gauthier Roebroeck
|
879e4f8962
|
refactor: javascript to typescript
|
2020-03-16 16:51:07 +08:00 |
|
Gauthier Roebroeck
|
a2cbe5b642
|
refactor: submit form on enter
|
2020-03-16 16:50:58 +08:00 |
|
Gauthier Roebroeck
|
d965b0011b
|
refactor: javascript to typescript
|
2020-03-16 16:50:43 +08:00 |
|
Gauthier Roebroeck
|
18522b6e9b
|
refactor: javascript to typescript
|
2020-03-16 16:50:33 +08:00 |
|
semantic-release-bot
|
dcad66eb67
|
chore(release): 0.21.0 [skip ci]
# [0.21.0](https://github.com/gotson/komga/compare/v0.20.0...v0.21.0) (2020-03-10)
### Bug Fixes
* **scanner:** follow symlinks when scanning libraries ([1044262](1044262a1c)), closes [#96](https://github.com/gotson/komga/issues/96)
### Features
* docker multi-arch images ([d54c67b](d54c67b3df))
|
2020-03-10 07:52:26 +00:00 |
|
Gauthier Roebroeck
|
d54c67b3df
|
feat: docker multi-arch images
|
2020-03-10 15:31:46 +08:00 |
|
Gauthier Roebroeck
|
a7a96145c0
|
build: add gradle run configuration for continuous build
to leverage on Spring Boot dev tools live reload
|
2020-03-10 15:31:46 +08:00 |
|
Gauthier Roebroeck
|
8a9b957f20
|
test: add tests for SeriesMetadata API updates
|
2020-03-10 15:31:46 +08:00 |
|
Gauthier Roebroeck
|
09302795da
|
refactor: add validators on SeriesMetadata
|
2020-03-10 15:31:46 +08:00 |
|
Gauthier Roebroeck
|
ebcd29cb6f
|
refactor: validate SeriesMetadataUpdateDto
use validators instead of checks in the controller code
|
2020-03-10 15:31:46 +08:00 |
|
Gauthier Roebroeck
|
8ac49e8f57
|
refactor: extract SeriesMetadataDto constructor
|
2020-03-10 15:31:46 +08:00 |
|
Gauthier Roebroeck
|
1044262a1c
|
fix(scanner): follow symlinks when scanning libraries
closes #96
|
2020-03-10 15:31:46 +08:00 |
|
Gauthier Roebroeck
|
02700df0d9
|
refactor: change book number from float to int
|
2020-03-10 15:31:46 +08:00 |
|
Gauthier Roebroeck
|
f6fcb97446
|
refactor: simplify SeriesMetadata constructor
|
2020-03-10 15:31:46 +08:00 |
|
semantic-release-bot
|
d391ff0715
|
chore(release): 0.20.0 [skip ci]
# [0.20.0](https://github.com/gotson/komga/compare/v0.19.0...v0.20.0) (2020-03-05)
### Features
* add default location for database ([ce50403](ce50403a86))
|
2020-03-05 15:05:17 +00:00 |
|
Gauthier Roebroeck
|
1fda2f5104
|
docs: simplify DOCKERHUB.md
|
2020-03-05 22:05:41 +08:00 |
|
Gauthier Roebroeck
|
2b1290dde7
|
docs: update DEVELOPING.md with profile changes
|
2020-03-05 21:01:16 +08:00 |
|