semantic-release-bot
d35adeaebf
chore(release): 0.68.1 [skip ci]
...
## [0.68.1](https://github.com/gotson/komga/compare/v0.68.0...v0.68.1 ) (2021-01-11)
### Bug Fixes
* **webui:** truncate summary and authors when too long ([9071ad5 ](9071ad59ef ))
2021-01-11 14:42:59 +00:00
Gauthier Roebroeck
9071ad59ef
fix(webui): truncate summary and authors when too long
...
summary can be expanded by clicking a 'read more' button
authors are truncated with an ellipsis, full text will show on hover
reorder summary and authors for browse book view
2021-01-11 22:28:58 +08:00
semantic-release-bot
ecb6f2014f
chore(release): 0.68.0 [skip ci]
...
# [0.68.0](https://github.com/gotson/komga/compare/v0.67.1...v0.68.0 ) (2021-01-11)
### Features
* **webui:** display book aggregated data on series screen ([e642174 ](e642174c84 )), closes [#181 ](https://github.com/gotson/komga/issues/181 )
* aggregate book information at series level ([eb029d9 ](eb029d9bb5 ))
2021-01-11 09:36:50 +00:00
Gauthier Roebroeck
e642174c84
feat(webui): display book aggregated data on series screen
...
closes #181
2021-01-11 17:23:08 +08:00
Gauthier Roebroeck
eb029d9bb5
feat: aggregate book information at series level
2021-01-11 17:23:08 +08:00
semantic-release-bot
fc27ec86a3
chore(release): 0.67.1 [skip ci]
...
## [0.67.1](https://github.com/gotson/komga/compare/v0.67.0...v0.67.1 ) (2021-01-09)
### Bug Fixes
* scanner should ignore hidden files ([2d72b47 ](2d72b47cdf ))
* scanner would not ignore hidden directories properly ([1cbcdaa ](1cbcdaa0a1 ))
2021-01-09 03:29:42 +00:00
Gauthier Roebroeck
1cbcdaa0a1
fix: scanner would not ignore hidden directories properly
2021-01-09 11:16:41 +08:00
Gauthier Roebroeck
2d72b47cdf
fix: scanner should ignore hidden files
2021-01-09 11:11:23 +08:00
Gauthier Roebroeck
52ce9a575a
style: apply ktlint to whole project
2021-01-08 16:45:34 +08:00
Gauthier Roebroeck
6b769884ed
build: fix repos for gradle
2021-01-08 16:45:34 +08:00
Gauthier Roebroeck
231fbbee60
build: fix editorconfig and disable max line for kotlin
...
intelliJ messes the format
2021-01-08 16:45:34 +08:00
Gauthier Roebroeck
7448d6f40f
build: apply ktlint to idea
2021-01-08 16:45:34 +08:00
Gauthier Roebroeck
d7beef15c5
build: add gradle ktlint plugin
2021-01-08 16:45:34 +08:00
Gauthier Roebroeck
d4aebfa618
build: add IntelliJ code styles
2021-01-08 16:45:34 +08:00
semantic-release-bot
a338d30396
chore(release): 0.67.0 [skip ci]
...
# [0.67.0](https://github.com/gotson/komga/compare/v0.66.1...v0.67.0 ) (2021-01-06)
### Features
* **webui:** filter collections/readlists in Add To dialog ([1b422a2 ](1b422a2086 )), closes [#378 ](https://github.com/gotson/komga/issues/378 )
2021-01-06 09:26:50 +00:00
Gauthier Roebroeck
1b422a2086
feat(webui): filter collections/readlists in Add To dialog
...
closes #378
2021-01-06 17:13:31 +08:00
semantic-release-bot
da072945e7
chore(release): 0.66.1 [skip ci]
...
## [0.66.1](https://github.com/gotson/komga/compare/v0.66.0...v0.66.1 ) (2021-01-06)
### Bug Fixes
* **webui:** context navigation messed up ([ba61660 ](ba6166031b ))
2021-01-06 09:10:02 +00:00
Gauthier Roebroeck
ba6166031b
fix(webui): context navigation messed up
2021-01-06 16:57:38 +08:00
dependabot[bot]
6bf31f50c3
build(deps): bump axios from 0.19.2 to 0.21.1 in /komga-webui
...
Bumps [axios](https://github.com/axios/axios ) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-01-06 16:57:08 +08:00
semantic-release-bot
3bdd90db1f
chore(release): 0.66.0 [skip ci]
...
# [0.66.0](https://github.com/gotson/komga/compare/v0.65.0...v0.66.0 ) (2021-01-06)
### Bug Fixes
* **api:** endpoint for books in readlist is not filtered properly ([cdca78b ](cdca78b38f ))
### Features
* **api:** find previous/next book in readlist ([bcfb203 ](bcfb203f74 ))
* **webreader:** navigate between books of a readlist ([3a3d85c ](3a3d85c3fc )), closes [#310 ](https://github.com/gotson/komga/issues/310 )
* **webui:** navigate between books of a readlist ([88d4342 ](88d4342ef5 ))
2021-01-06 08:16:45 +00:00
Gauthier Roebroeck
3a3d85c3fc
feat(webreader): navigate between books of a readlist
...
closes #310
2021-01-06 16:02:41 +08:00
Gauthier Roebroeck
88d4342ef5
feat(webui): navigate between books of a readlist
2021-01-06 16:02:41 +08:00
Gauthier Roebroeck
bcfb203f74
feat(api): find previous/next book in readlist
...
this also works for users with limited access to libraries
2021-01-06 16:02:41 +08:00
Gauthier Roebroeck
cdca78b38f
fix(api): endpoint for books in readlist is not filtered properly
...
if the user does not have rights on all libraries
the returned list of books could contain inaccessible books
2021-01-06 16:02:41 +08:00
semantic-release-bot
dd81854c3d
chore(release): 0.65.0 [skip ci]
...
# [0.65.0](https://github.com/gotson/komga/compare/v0.64.8...v0.65.0 ) (2021-01-05)
### Features
* **api:** filter /series endpoint by library_id ([1603a96 ](1603a96de6 )), closes [#360 ](https://github.com/gotson/komga/issues/360 )
2021-01-05 07:35:50 +00:00
Gauthier Roebroeck
1603a96de6
feat(api): filter /series endpoint by library_id
...
closes #360
2021-01-05 15:21:35 +08:00
Gauthier Roebroeck
2c08741b02
docs: badges
2021-01-05 10:04:17 +08:00
semantic-release-bot
1a819dd72b
chore(release): 0.64.8 [skip ci]
...
## [0.64.8](https://github.com/gotson/komga/compare/v0.64.7...v0.64.8 ) (2020-12-31)
### Bug Fixes
* fix sqlite library detection for aarch64 ([10df531 ](10df5316b3 ))
2020-12-31 09:42:52 +00:00
Gauthier Roebroeck
0d25f8d5a3
ci: try fixing docker push
2020-12-31 17:30:11 +08:00
Gauthier
c5012d05fa
ci: try to fix docker buildx push
2020-12-31 17:29:23 +08:00
Gauthier Roebroeck
10df5316b3
fix: fix sqlite library detection for aarch64
2020-12-31 16:17:49 +08:00
Gauthier Roebroeck
4f9ff80ad9
build: update dependencies
2020-12-31 16:02:18 +08:00
Gauthier Roebroeck
f2c84539e0
build: update to Spring Boot 2.4.1
2020-12-31 15:33:35 +08:00
Gauthier Roebroeck
3d8a0bb85e
build: update Kotlin to 1.4.20
2020-12-31 13:25:24 +08:00
Gauthier Roebroeck
1a6cdbba2d
build: update Gradle version to 6.7.1
2020-12-31 12:59:15 +08:00
Gauthier Roebroeck
31543047d7
docs: update CI badge
2020-12-31 12:41:10 +08:00
Gauthier Roebroeck
aae7f3c507
ci: delete travis config
2020-12-31 12:41:10 +08:00
Gauthier Roebroeck
dcdf14a24f
ci: rename ci scripts folder
2020-12-31 12:41:10 +08:00
Gauthier
13aa43b202
ci: add dockerhub secrets for CI workflow
2020-12-31 12:41:10 +08:00
Gauthier
a0e73b56d7
ci: setup CI workflow with github actions
2020-12-31 12:41:10 +08:00
Gauthier Roebroeck
7e988166ca
build: update versions plugin
2020-12-28 22:29:57 +08:00
Gauthier Roebroeck
bb5a0c2283
build: npm upgrade
2020-12-28 22:17:47 +08:00
semantic-release-bot
53750b2ad9
chore(release): 0.64.7 [skip ci]
...
## [0.64.7](https://github.com/gotson/komga/compare/v0.64.6...v0.64.7 ) (2020-12-18)
### Bug Fixes
* **opds:** duplicate series if in multiple collections ([c7e6209 ](c7e6209765 )), closes [#363 ](https://github.com/gotson/komga/issues/363 )
2020-12-18 10:23:51 +00:00
Gauthier Roebroeck
c7e6209765
fix(opds): duplicate series if in multiple collections
...
closes #363
2020-12-18 18:05:38 +08:00
semantic-release-bot
0b572620cd
chore(release): 0.64.6 [skip ci]
...
## [0.64.6](https://github.com/gotson/komga/compare/v0.64.5...v0.64.6 ) (2020-12-03)
### Bug Fixes
* use bionic base image ([85fe674 ](85fe674e6a )), closes [#349 ](https://github.com/gotson/komga/issues/349 )
2020-12-03 14:15:49 +00:00
Gauthier Roebroeck
85fe674e6a
fix: use bionic base image
...
the more recent ubuntu focal base image doesn't always work on arm32 architecture
closes #349
2020-12-03 21:57:50 +08:00
semantic-release-bot
4193690df6
chore(release): 0.64.5 [skip ci]
...
## [0.64.5](https://github.com/gotson/komga/compare/v0.64.4...v0.64.5 ) (2020-11-23)
### Bug Fixes
* enhanced logging for sqlite native lib loading ([f1a894d ](f1a894db9e ))
2020-11-23 19:13:08 +00:00
Gauthier Roebroeck
f1a894db9e
fix: enhanced logging for sqlite native lib loading
2020-11-24 02:55:46 +08:00
dependabot[bot]
f62a32634b
build(deps): bump semantic-release from 17.1.1 to 17.2.3 ( #357 )
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.1.1 to 17.2.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.1.1...v17.2.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-19 19:44:16 +08:00
semantic-release-bot
2f68198b29
chore(release): 0.64.4 [skip ci]
...
## [0.64.4](https://github.com/gotson/komga/compare/v0.64.3...v0.64.4 ) (2020-11-02)
### Bug Fixes
* **api:** support accept header in getBookPage ([#352 ](https://github.com/gotson/komga/issues/352 )) ([e123d38 ](e123d38692 )), closes [#350 ](https://github.com/gotson/komga/issues/350 )
2020-11-02 20:33:29 +00:00