Gauthier Roebroeck
|
994ffd7c8f
|
refactor(webui): use confirmation-dialog for server stop
|
2021-07-02 16:02:11 +08:00 |
|
Gauthier Roebroeck
|
9923cea244
|
feat(webui): confirmation dialog for library analysis and refresh
|
2021-07-02 16:02:10 +08:00 |
|
semantic-release-bot
|
9435029fb6
|
chore(release): 0.104.2 [skip ci]
## [0.104.2](https://github.com/gotson/komga/compare/v0.104.1...v0.104.2) (2021-07-02)
### Bug Fixes
* **scanner:** crash if library root is filesystem root ([d739166](d7391669f6)), closes [#564](https://github.com/gotson/komga/issues/564)
* **swagger:** swagger-ui hangs on some calls ([76caa4d](76caa4de39)), closes [#566](https://github.com/gotson/komga/issues/566)
|
2021-07-02 04:03:37 +00:00 |
|
Gauthier Roebroeck
|
d7391669f6
|
fix(scanner): crash if library root is filesystem root
closes #564
|
2021-07-02 11:46:31 +08:00 |
|
Gauthier Roebroeck
|
76caa4de39
|
fix(swagger): swagger-ui hangs on some calls
closes #566
|
2021-07-02 11:46:31 +08:00 |
|
semantic-release-bot
|
d3ef49a818
|
chore(release): 0.104.1 [skip ci]
## [0.104.1](https://github.com/gotson/komga/compare/v0.104.0...v0.104.1) (2021-06-30)
### Performance Improvements
* optimize database transactions to avoid locking ([39dcf59](39dcf5969e))
|
2021-06-30 07:34:42 +00:00 |
|
Gauthier Roebroeck
|
39dcf5969e
|
perf: optimize database transactions to avoid locking
|
2021-06-30 15:19:05 +08:00 |
|
Gauthier Roebroeck
|
b9546e8605
|
build: don't build plain jar
|
2021-06-30 15:19:05 +08:00 |
|
semantic-release-bot
|
2b2f0272ae
|
chore(release): 0.104.0 [skip ci]
# [0.104.0](https://github.com/gotson/komga/compare/v0.103.0...v0.104.0) (2021-06-29)
### Features
* **api:** get latest activity by user ([b118959](b118959775))
* **sse:** publish event when series is completely marked as read or unread ([11c5802](11c5802255))
* **webui:** display badge if some books are in error or unsupported ([101c6fd](101c6fd92d))
* **webui:** display latest user connection in settings ([58478c2](58478c21ff))
* **webui:** multi-select collections and read lists ([19e3f18](19e3f18cad))
* **webui:** select all option in the selection bar ([8545574](8545574d38))
* **webui:** select multiple items using shift+click ([f69a31e](f69a31eaf1))
### Performance Improvements
* **webui:** throttle reloads, remove legacy reload logic ([e8a7eaf](e8a7eaf999))
|
2021-06-29 09:33:39 +00:00 |
|
Gauthier Roebroeck
|
13856a5592
|
build: fix unpack task following Spring Boot 2.5 upgrade
|
2021-06-29 17:18:27 +08:00 |
|
Gauthier Roebroeck
|
101c6fd92d
|
feat(webui): display badge if some books are in error or unsupported
|
2021-06-29 17:11:52 +08:00 |
|
Gauthier Roebroeck
|
e8a7eaf999
|
perf(webui): throttle reloads, remove legacy reload logic
|
2021-06-29 16:15:16 +08:00 |
|
Gauthier Roebroeck
|
11c5802255
|
feat(sse): publish event when series is completely marked as read or unread
|
2021-06-29 16:15:16 +08:00 |
|
Gauthier Roebroeck
|
19e3f18cad
|
feat(webui): multi-select collections and read lists
|
2021-06-29 16:15:16 +08:00 |
|
Gauthier Roebroeck
|
217bc493a1
|
refactor(webui): remove useless code
|
2021-06-29 16:15:16 +08:00 |
|
Gauthier Roebroeck
|
f69a31eaf1
|
feat(webui): select multiple items using shift+click
|
2021-06-29 16:15:16 +08:00 |
|
Gauthier Roebroeck
|
8545574d38
|
feat(webui): select all option in the selection bar
|
2021-06-29 16:15:15 +08:00 |
|
Gauthier Roebroeck
|
91ac548b7d
|
build: upgrade to kotlin 1.5.20 and spring boot 2.5.2
|
2021-06-29 16:15:15 +08:00 |
|
Gauthier Roebroeck
|
58478c21ff
|
feat(webui): display latest user connection in settings
|
2021-06-29 16:15:15 +08:00 |
|
Gauthier Roebroeck
|
b118959775
|
feat(api): get latest activity by user
|
2021-06-29 16:15:15 +08:00 |
|
Gauthier Roebroeck
|
622f725896
|
refactor: incorrect exception thrown
|
2021-06-29 16:15:15 +08:00 |
|
semantic-release-bot
|
ccc3d48441
|
chore(release): 0.103.0 [skip ci]
# [0.103.0](https://github.com/gotson/komga/compare/v0.102.0...v0.103.0) (2021-06-28)
### Bug Fixes
* **api:** total item count incorrect for /me/authentication-activity ([a56c2f1](a56c2f1d2d))
### Features
* **api:** admin can change password for any user ([30303a6](30303a6df3)), closes [#503](https://github.com/gotson/komga/issues/503)
* **webui:** enable grouping for authentication activity table ([2a19399](2a19399347))
* **webui:** password change from user settings screen ([668331e](668331eb00)), closes [#503](https://github.com/gotson/komga/issues/503)
|
2021-06-28 04:02:01 +00:00 |
|
Gauthier Roebroeck
|
668331eb00
|
feat(webui): password change from user settings screen
closes #503
|
2021-06-28 11:46:47 +08:00 |
|
Gauthier Roebroeck
|
30303a6df3
|
feat(api): admin can change password for any user
closes #503
|
2021-06-28 11:46:47 +08:00 |
|
Gauthier Roebroeck
|
2a19399347
|
feat(webui): enable grouping for authentication activity table
|
2021-06-28 11:46:47 +08:00 |
|
Gauthier Roebroeck
|
a56c2f1d2d
|
fix(api): total item count incorrect for /me/authentication-activity
|
2021-06-28 11:46:47 +08:00 |
|
semantic-release-bot
|
6b67484197
|
chore(release): 0.102.0 [skip ci]
# [0.102.0](https://github.com/gotson/komga/compare/v0.101.2...v0.102.0) (2021-06-25)
### Features
* **api:** store authentication activity ([de96e0d](de96e0dcef)), closes [#160](https://github.com/gotson/komga/issues/160)
* **webui:** display authentication activity ([9d33602](9d33602873)), closes [#160](https://github.com/gotson/komga/issues/160)
|
2021-06-25 11:00:31 +00:00 |
|
Gauthier Roebroeck
|
9d33602873
|
feat(webui): display authentication activity
closes #160
|
2021-06-25 18:47:49 +08:00 |
|
Gauthier Roebroeck
|
de96e0dcef
|
feat(api): store authentication activity
closes #160
|
2021-06-25 18:47:49 +08:00 |
|
semantic-release-bot
|
77a55be1d4
|
chore(release): 0.101.2 [skip ci]
## [0.101.2](https://github.com/gotson/komga/compare/v0.101.1...v0.101.2) (2021-06-24)
### Bug Fixes
* deleting series could fail with foreign key error ([97b53e5](97b53e5c96))
* fix potential database inconsistencies ([75ecbe1](75ecbe15ba))
* use spring transactions instead of jooq transactions ([73931f0](73931f0bf8))
* **webui:** sort by size in media analysis table ([4d2393f](4d2393f500))
|
2021-06-24 09:48:43 +00:00 |
|
Gauthier Roebroeck
|
73931f0bf8
|
fix: use spring transactions instead of jooq transactions
|
2021-06-24 17:35:26 +08:00 |
|
Gauthier Roebroeck
|
75ecbe15ba
|
fix: fix potential database inconsistencies
|
2021-06-24 17:35:26 +08:00 |
|
Gauthier Roebroeck
|
4d2393f500
|
fix(webui): sort by size in media analysis table
|
2021-06-24 17:35:26 +08:00 |
|
Gauthier Roebroeck
|
97b53e5c96
|
fix: deleting series could fail with foreign key error
|
2021-06-24 17:35:26 +08:00 |
|
semantic-release-bot
|
5199ddf799
|
chore(release): 0.101.1 [skip ci]
## [0.101.1](https://github.com/gotson/komga/compare/v0.101.0...v0.101.1) (2021-06-23)
### Bug Fixes
* **webui:** add contain property to thumbnail in searchbox ([15bad4b](15bad4b20a))
* **webui:** add thumbnail to series picker dialog ([cb096e2](cb096e2117))
* **webui:** don't reload card thumbnail if one was successfully loaded ([10cdedc](10cdedcf5d))
|
2021-06-23 02:52:33 +00:00 |
|
Gauthier Roebroeck
|
cb096e2117
|
fix(webui): add thumbnail to series picker dialog
|
2021-06-23 10:35:24 +08:00 |
|
Gauthier Roebroeck
|
10cdedcf5d
|
fix(webui): don't reload card thumbnail if one was successfully loaded
|
2021-06-23 10:35:24 +08:00 |
|
Gauthier Roebroeck
|
15bad4b20a
|
fix(webui): add contain property to thumbnail in searchbox
|
2021-06-23 10:35:24 +08:00 |
|
semantic-release-bot
|
7c0f8af7db
|
chore(release): 0.101.0 [skip ci]
# [0.101.0](https://github.com/gotson/komga/compare/v0.100.3...v0.101.0) (2021-06-23)
### Features
* **webui:** remove early feature warning (extension repair, convert to cbz) ([6af6f5b](6af6f5be40))
* **webui:** remove early feature warning in book import screen ([3d159d1](3d159d16b2))
* **webui:** show library name on series picker dialog (import) ([626ef3e](626ef3eb40)), closes [#559](https://github.com/gotson/komga/issues/559)
|
2021-06-23 02:11:05 +00:00 |
|
Gauthier Roebroeck
|
6af6f5be40
|
feat(webui): remove early feature warning (extension repair, convert to cbz)
|
2021-06-23 09:58:25 +08:00 |
|
Gauthier Roebroeck
|
3d159d16b2
|
feat(webui): remove early feature warning in book import screen
|
2021-06-23 09:58:25 +08:00 |
|
Gauthier Roebroeck
|
626ef3eb40
|
feat(webui): show library name on series picker dialog (import)
closes #559
|
2021-06-23 09:58:25 +08:00 |
|
Gauthier Roebroeck
|
7b30835e88
|
refactor(webui): remove dead code
|
2021-06-23 09:58:25 +08:00 |
|
semantic-release-bot
|
a7e5b7ea00
|
chore(release): 0.100.3 [skip ci]
## [0.100.3](https://github.com/gotson/komga/compare/v0.100.2...v0.100.3) (2021-06-23)
### Bug Fixes
* **epub:** better isbn parsing ([e1741c3](e1741c34fa))
* **epub:** incorrect genres parsing when empty ([8a5abf2](8a5abf24fb))
* **epub:** parse multiple dc:subjects for series genre ([c25b9cf](c25b9cf5f9))
* **epub:** series title not always parsed properly ([a6c19f6](a6c19f6eee)), closes [#556](https://github.com/gotson/komga/issues/556)
|
2021-06-23 01:53:00 +00:00 |
|
Gauthier Roebroeck
|
8a5abf24fb
|
fix(epub): incorrect genres parsing when empty
|
2021-06-23 09:37:04 +08:00 |
|
Gauthier Roebroeck
|
c25b9cf5f9
|
fix(epub): parse multiple dc:subjects for series genre
|
2021-06-23 09:14:13 +08:00 |
|
Gauthier Roebroeck
|
a6c19f6eee
|
fix(epub): series title not always parsed properly
closes #556
|
2021-06-23 09:14:13 +08:00 |
|
Gauthier Roebroeck
|
e1741c34fa
|
fix(epub): better isbn parsing
|
2021-06-23 09:14:13 +08:00 |
|
semantic-release-bot
|
7910273dfc
|
chore(release): 0.100.2 [skip ci]
## [0.100.2](https://github.com/gotson/komga/compare/v0.100.1...v0.100.2) (2021-06-22)
### Bug Fixes
* better date parsing for epub metadata ([ed7fa1f](ed7fa1fcb8))
* better isbn parsing for epub metadata ([b3bcd23](b3bcd233fd))
* do not split authors by comma in epub metadata ([13b18c0](13b18c0b45)), closes [#556](https://github.com/gotson/komga/issues/556)
* epub parsing namespace issue ([7a56632](7a566326b0))
* ignore html tags in epub description ([52d81ef](52d81ef1d7)), closes [#556](https://github.com/gotson/komga/issues/556)
* retrieve series from epub correctly ([fbd8655](fbd8655c51)), closes [#556](https://github.com/gotson/komga/issues/556)
* some images could be missing from epub files ([6c34794](6c34794a50)), closes [#556](https://github.com/gotson/komga/issues/556)
|
2021-06-22 09:55:41 +00:00 |
|
Gauthier Roebroeck
|
9bb0a3a39c
|
test: fix epub tests
|
2021-06-22 17:40:19 +08:00 |
|