semantic-release-bot
afb8fbf3d5
chore(release): 0.62.4 [skip ci]
...
## [0.62.4](https://github.com/gotson/komga/compare/v0.62.3...v0.62.4 ) (2020-09-05)
### Bug Fixes
* **api:** openAPI spec fields marked as required ([8f228db ](8f228dbb18 )), closes [#308 ](https://github.com/gotson/komga/issues/308 )
2020-09-05 06:03:13 +00:00
Gauthier Roebroeck
8f228dbb18
fix(api): openAPI spec fields marked as required
...
closes #308
2020-09-05 13:33:41 +08:00
semantic-release-bot
515a8014f1
chore(release): 0.62.3 [skip ci]
...
## [0.62.3](https://github.com/gotson/komga/compare/v0.62.2...v0.62.3 ) (2020-09-01)
### Bug Fixes
* **webui:** clear selection after action performed ([e0cff70 ](e0cff70ff5 )), closes [#303 ](https://github.com/gotson/komga/issues/303 )
* **webui:** edit series dialog could incorrectly display MIXED placeholder ([5d3f061 ](5d3f061a81 ))
* **webui:** filter values could be duplicated ([e91954f ](e91954f6bd ))
* **webui:** theme is not restored properly ([432dc91 ](432dc91562 )), closes [#304 ](https://github.com/gotson/komga/issues/304 )
2020-09-01 04:15:05 +00:00
Gauthier Roebroeck
5d3f061a81
fix(webui): edit series dialog could incorrectly display MIXED placeholder
2020-09-01 11:45:20 +08:00
Gauthier Roebroeck
e91954f6bd
fix(webui): filter values could be duplicated
2020-09-01 11:41:42 +08:00
Gauthier Roebroeck
e0cff70ff5
fix(webui): clear selection after action performed
...
closes #303
2020-09-01 11:37:52 +08:00
Gauthier Roebroeck
432dc91562
fix(webui): theme is not restored properly
...
closes #304
2020-09-01 11:37:52 +08:00
semantic-release-bot
229a9b6573
chore(release): 0.62.2 [skip ci]
...
## [0.62.2](https://github.com/gotson/komga/compare/v0.62.1...v0.62.2 ) (2020-08-31)
### Bug Fixes
* **opds:** latest series sort inverted ([bddc008 ](bddc008552 )), closes [#301 ](https://github.com/gotson/komga/issues/301 )
* **webui:** compute scrollability on mount, fix right chevron when using display scaling ([8928959 ](8928959fdb ))
2020-08-31 03:26:45 +00:00
Florian Böhm
8928959fdb
fix(webui): compute scrollability on mount, fix right chevron when using display scaling
2020-08-31 10:57:39 +08:00
Gauthier Roebroeck
bddc008552
fix(opds): latest series sort inverted
...
closes #301
2020-08-31 10:48:13 +08:00
semantic-release-bot
825085a617
chore(release): 0.62.1 [skip ci]
...
## [0.62.1](https://github.com/gotson/komga/compare/v0.62.0...v0.62.1 ) (2020-08-28)
### Bug Fixes
* series genre is not imported from metadata ([58fac36 ](58fac365ad ))
2020-08-28 07:25:02 +00:00
Gauthier Roebroeck
58fac365ad
fix: series genre is not imported from metadata
2020-08-28 14:55:47 +08:00
semantic-release-bot
18774cfdc5
chore(release): 0.62.0 [skip ci]
...
# [0.62.0](https://github.com/gotson/komga/compare/v0.61.0...v0.62.0 ) (2020-08-28)
### Bug Fixes
* **webui:** correct label in library edit dialog ([c532e50 ](c532e50489 ))
* **webui:** restore library filter for language and age rating ([dc064f2 ](dc064f20ec ))
### Features
* **api:** filter collection's series ([cfa06a9 ](cfa06a9d2b ))
* **api:** get all age ratings ([be80d86 ](be80d86d6c ))
* **api:** get referential data by collection ([d7fd296 ](d7fd296492 ))
* **api:** search series by age rating ([f51d575 ](f51d575bda ))
* **webui:** filter collection content ([fc905ef ](fc905ef9b5 )), closes [#270 ](https://github.com/gotson/komga/issues/270 )
* **webui:** filter series by age rating ([01eef83 ](01eef838a2 ))
2020-08-28 04:16:32 +00:00
Gauthier Roebroeck
fc905ef9b5
feat(webui): filter collection content
...
closes #270
2020-08-28 11:47:45 +08:00
Gauthier Roebroeck
dc064f20ec
fix(webui): restore library filter for language and age rating
2020-08-28 11:36:06 +08:00
Gauthier Roebroeck
cfa06a9d2b
feat(api): filter collection's series
2020-08-28 11:35:21 +08:00
Gauthier Roebroeck
d7fd296492
feat(api): get referential data by collection
2020-08-28 11:34:32 +08:00
Gauthier Roebroeck
01eef838a2
feat(webui): filter series by age rating
2020-08-28 10:19:19 +08:00
Gauthier Roebroeck
f51d575bda
feat(api): search series by age rating
2020-08-28 10:18:47 +08:00
Gauthier Roebroeck
be80d86d6c
feat(api): get all age ratings
2020-08-28 10:18:01 +08:00
Gauthier Roebroeck
93efd98f68
refactor: remove unused params in non read-progress search
2020-08-28 10:17:24 +08:00
Gauthier Roebroeck
c532e50489
fix(webui): correct label in library edit dialog
2020-08-28 07:42:35 +08:00
semantic-release-bot
ec1753c561
chore(release): 0.61.0 [skip ci]
...
# [0.61.0](https://github.com/gotson/komga/compare/v0.60.0...v0.61.0 ) (2020-08-27)
### Bug Fixes
* **webui:** contextual filters ([f515819 ](f5158197de )), closes [#290 ](https://github.com/gotson/komga/issues/290 )
* **webui:** disable filter panels with no values ([57cc6c4 ](57cc6c48d3 ))
### Features
* **api:** filter referential data by library or series ([982983e ](982983e3db )), closes [#290 ](https://github.com/gotson/komga/issues/290 )
* **webreader:** add double page no cover layout ([5fe015e ](5fe015ede0 )), closes [#103 ](https://github.com/gotson/komga/issues/103 )
2020-08-27 10:04:41 +00:00
Gauthier Roebroeck
f5158197de
fix(webui): contextual filters
...
closes #290
2020-08-27 17:36:00 +08:00
Gauthier Roebroeck
57cc6c48d3
fix(webui): disable filter panels with no values
2020-08-27 17:36:00 +08:00
Gauthier Roebroeck
982983e3db
feat(api): filter referential data by library or series
...
required for #290
2020-08-27 17:36:00 +08:00
Gauthier Roebroeck
5fe015ede0
feat(webreader): add double page no cover layout
...
this layout displays double spreads, but doesn't place the first/last page as single
this commit also fixes a bug where the penultimate page would be missing
in double pages for books with an odd number of pages
closes #103
2020-08-27 17:36:00 +08:00
semantic-release-bot
bb7e31e02e
chore(release): 0.60.0 [skip ci]
...
# [0.60.0](https://github.com/gotson/komga/compare/v0.59.2...v0.60.0 ) (2020-08-27)
### Bug Fixes
* ignore blank metadata fields ([c8c5df2 ](c8c5df2701 )), closes [#288 ](https://github.com/gotson/komga/issues/288 )
* series genre is not imported from metadata ([d0815dd ](d0815dd80e ))
### Features
* handle multiple story arcs in ComicInfoProvider ([f4451bf ](f4451bfd41 )), closes [#282 ](https://github.com/gotson/komga/issues/282 )
2020-08-27 07:41:16 +00:00
Gauthier Roebroeck
c8c5df2701
fix: ignore blank metadata fields
...
should address #288
2020-08-27 15:12:11 +08:00
Gauthier Roebroeck
d0815dd80e
fix: series genre is not imported from metadata
2020-08-27 15:12:11 +08:00
Gauthier Roebroeck
f4451bfd41
feat: handle multiple story arcs in ComicInfoProvider
...
StoryArc tag will be split on commas (',')
closes #282
2020-08-27 15:12:11 +08:00
semantic-release-bot
8a079cec80
chore(release): 0.59.2 [skip ci]
...
## [0.59.2](https://github.com/gotson/komga/compare/v0.59.1...v0.59.2 ) (2020-08-27)
### Bug Fixes
* potential incorrect read progress for series ([7b90244 ](7b90244bdd ))
### Performance Improvements
* add sql indexes ([41f3e8d ](41f3e8dc63 ))
* lazy sql joins ([6eb7669 ](6eb7669858 ))
2020-08-27 03:27:13 +00:00
Gauthier Roebroeck
41f3e8dc63
perf: add sql indexes
2020-08-27 10:57:00 +08:00
Gauthier Roebroeck
6eb7669858
perf: lazy sql joins
2020-08-27 10:27:37 +08:00
Gauthier Roebroeck
7b90244bdd
fix: potential incorrect read progress for series
2020-08-27 09:30:44 +08:00
semantic-release-bot
dfa6ad0b31
chore(release): 0.59.1 [skip ci]
...
## [0.59.1](https://github.com/gotson/komga/compare/v0.59.0...v0.59.1 ) (2020-08-25)
### Bug Fixes
* incorrect read progress for books ([107d7db ](107d7db394 )), closes [#286 ](https://github.com/gotson/komga/issues/286 )
2020-08-25 23:18:17 +00:00
Gauthier Roebroeck
107d7db394
fix: incorrect read progress for books
...
read progress for books would show incorrectly, leaking from other users
closes #286
2020-08-25 21:46:40 +08:00
semantic-release-bot
373ddd453f
chore(release): 0.59.0 [skip ci]
...
# [0.59.0](https://github.com/gotson/komga/compare/v0.58.1...v0.59.0 ) (2020-08-25)
### Bug Fixes
* **api:** do not return empty language ([2ab3c9c ](2ab3c9ca95 ))
* **webui:** field should not display if empty ([968e297 ](968e297af0 ))
### Features
* **api:** get all languages ([115ad42 ](115ad42d9c ))
* **api:** get all publishers ([1929061 ](1929061393 ))
* **api:** search books by tag ([f46f1a0 ](f46f1a0e96 ))
* **api:** search series by genre ([da4a0aa ](da4a0aa10b ))
* **api:** search series by language ([723d7c1 ](723d7c1fe9 ))
* **api:** search series by publisher ([e4b0b2d ](e4b0b2d1f7 ))
* **api:** search series by tag ([7bd1de6 ](7bd1de6f78 ))
* **api:** search series' books by tag ([940d5d3 ](940d5d3410 ))
* **webui:** color coded chips for series status ([fb8a8c4 ](fb8a8c4228 ))
* **webui:** more filter criteria ([4d22d9c ](4d22d9c8e8 )), closes [#283 ](https://github.com/gotson/komga/issues/283 ) [#34 ](https://github.com/gotson/komga/issues/34 )
* **webui:** navigation drawer for sort/filter ([28598cb ](28598cbef5 )), closes [#283 ](https://github.com/gotson/komga/issues/283 )
2020-08-25 10:47:19 +00:00
Gauthier Roebroeck
4d22d9c8e8
feat(webui): more filter criteria
...
filter libraries by: genre, tag, publisher, language
filter series by: tag
closes #283 , closes #34
2020-08-25 18:17:05 +08:00
Gauthier Roebroeck
940d5d3410
feat(api): search series' books by tag
2020-08-25 18:12:49 +08:00
Gauthier Roebroeck
2ab3c9ca95
fix(api): do not return empty language
2020-08-25 18:11:56 +08:00
Gauthier Roebroeck
1929061393
feat(api): get all publishers
2020-08-25 18:11:32 +08:00
Gauthier Roebroeck
28598cbef5
feat(webui): navigation drawer for sort/filter
...
preliminary to #283
2020-08-25 15:37:39 +08:00
Gauthier Roebroeck
9440654340
build: disable eslint warning in dev
2020-08-25 15:33:04 +08:00
Gauthier Roebroeck
da4a0aa10b
feat(api): search series by genre
2020-08-24 17:47:49 +08:00
Gauthier Roebroeck
7bd1de6f78
feat(api): search series by tag
2020-08-24 17:44:23 +08:00
Gauthier Roebroeck
f46f1a0e96
feat(api): search books by tag
2020-08-24 17:40:53 +08:00
Gauthier Roebroeck
723d7c1fe9
feat(api): search series by language
2020-08-24 17:30:42 +08:00
Gauthier Roebroeck
115ad42d9c
feat(api): get all languages
2020-08-24 17:27:26 +08:00
Gauthier Roebroeck
e4b0b2d1f7
feat(api): search series by publisher
2020-08-24 17:27:05 +08:00