Commit graph

1684 commits

Author SHA1 Message Date
Gauthier Roebroeck
e39a2ac6ba revert: update sqlite library to handle armv6
This reverts commit 33a10b3f
2021-01-29 14:12:32 +08:00
semantic-release-bot
a1ea6ec945 chore(release): 0.69.2 [skip ci]
## [0.69.2](https://github.com/gotson/komga/compare/v0.69.1...v0.69.2) (2021-01-29)

### Bug Fixes

* update sqlite library to handle armv6 ([33a10b3](33a10b3f7b)), closes [#398](https://github.com/gotson/komga/issues/398)
2021-01-29 03:24:52 +00:00
Gauthier Roebroeck
33a10b3f7b fix: update sqlite library to handle armv6
related to #398
2021-01-29 11:09:26 +08:00
semantic-release-bot
e39695a5fe chore(release): 0.69.1 [skip ci]
## [0.69.1](https://github.com/gotson/komga/compare/v0.69.0...v0.69.1) (2021-01-25)

### Bug Fixes

* **api:** sort series release years descending ([3cea176](3cea17612e)), closes [#395](https://github.com/gotson/komga/issues/395)
2021-01-25 09:10:45 +00:00
Gauthier Roebroeck
eb38560498 refactor: typo in logging message 2021-01-25 16:56:06 +08:00
Gauthier Roebroeck
3cea17612e fix(api): sort series release years descending
closes #395
2021-01-25 16:55:37 +08:00
semantic-release-bot
1546c3abcc chore(release): 0.69.0 [skip ci]
# [0.69.0](https://github.com/gotson/komga/compare/v0.68.2...v0.69.0) (2021-01-25)

### Features

* **api:** filter series by release year ([9133f3a](9133f3a441))
* **api:** get all release years for series ([c68951b](c68951be84))
* **webui:** filter series by release year ([33ecb72](33ecb72f57)), closes [#374](https://github.com/gotson/komga/issues/374)
2021-01-25 07:07:57 +00:00
Gauthier Roebroeck
33ecb72f57 feat(webui): filter series by release year
closes #374
2021-01-25 14:53:45 +08:00
Gauthier Roebroeck
9133f3a441 feat(api): filter series by release year 2021-01-25 14:52:27 +08:00
Gauthier Roebroeck
c68951be84 feat(api): get all release years for series 2021-01-25 14:51:01 +08:00
semantic-release-bot
b3aa6c2740 chore(release): 0.68.2 [skip ci]
## [0.68.2](https://github.com/gotson/komga/compare/v0.68.1...v0.68.2) (2021-01-24)

### Bug Fixes

* **scanner:** prevent library deletion when inaccessible ([2a262cc](2a262ccad1)), closes [#392](https://github.com/gotson/komga/issues/392)
2021-01-24 05:11:39 +00:00
Gauthier Roebroeck
2a262ccad1 fix(scanner): prevent library deletion when inaccessible
closes #392
2021-01-24 12:58:49 +08:00
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