Gauthier Roebroeck
6824212514
feat(api): metadata import settings per library
...
ability to edit a library
fix filepath returned by API for Windows paths
series metadata import is now looking at all the files from all books, instead of being imported for each book separately
related to #199
2020-07-03 15:01:21 +08:00
Gauthier Roebroeck
5760a06b7a
fix(webui): reset edit book dialog to first tab on reopen
2020-07-02 16:30:17 +08:00
Gauthier Roebroeck
d6e4b807db
fix(webui): make card title as link
...
so it can be clicked using SHIFT or CTRL to open in new tab
closes #224
2020-07-02 10:51:21 +08:00
semantic-release-bot
a3c6872954
chore(release): 0.43.4 [skip ci]
...
## [0.43.4](https://github.com/gotson/komga/compare/v0.43.3...v0.43.4 ) (2020-07-01)
### Bug Fixes
* properly expand home dir in config ([5d86d3e ](5d86d3ea0b )), closes [#195 ](https://github.com/gotson/komga/issues/195 ) [#203 ](https://github.com/gotson/komga/issues/203 )
2020-07-01 12:18:36 +00:00
Gauthier Roebroeck
5d86d3ea0b
fix: properly expand home dir in config
...
using Spring Boot's placeholder replacement syntax
changed the default log file to ~/.komga/komga.log
closes #195 , closes #203
2020-07-01 19:49:55 +08:00
Gauthier Roebroeck
94a1f706c8
refactor: use ifBlank instead of if isBlank
2020-06-30 21:45:38 +08:00
semantic-release-bot
55b6e86326
chore(release): 0.43.3 [skip ci]
...
## [0.43.3](https://github.com/gotson/komga/compare/v0.43.2...v0.43.3 ) (2020-06-30)
### Bug Fixes
* **api:** add missing sort fields for Books ([797535d ](797535d71f ))
2020-06-30 08:32:49 +00:00
Gauthier Roebroeck
797535d71f
fix(api): add missing sort fields for Books
2020-06-30 15:30:22 +08:00
semantic-release-bot
5b12c8a288
chore(release): 0.43.2 [skip ci]
...
## [0.43.2](https://github.com/gotson/komga/compare/v0.43.1...v0.43.2 ) (2020-06-30)
### Bug Fixes
* **api:** exception on unpaged empty content ([2cc27f2 ](2cc27f244c ))
2020-06-30 01:06:41 +00:00
Gauthier Roebroeck
2cc27f244c
fix(api): exception on unpaged empty content
2020-06-30 08:40:49 +08:00
Gauthier Roebroeck
4ed35d2764
docs: add portable guide as sponsor
2020-06-30 07:17:12 +08:00
semantic-release-bot
08ed06db6e
chore(release): 0.43.1 [skip ci]
...
## [0.43.1](https://github.com/gotson/komga/compare/v0.43.0...v0.43.1 ) (2020-06-29)
### Bug Fixes
* **webui:** clear selection when reloading search results ([7d808c5 ](7d808c5dee ))
2020-06-29 14:31:44 +00:00
Gauthier Roebroeck
7d808c5dee
fix(webui): clear selection when reloading search results
2020-06-29 22:05:22 +08:00
semantic-release-bot
472ff1e20c
chore(release): 0.43.0 [skip ci]
...
# [0.43.0](https://github.com/gotson/komga/compare/v0.42.0...v0.43.0 ) (2020-06-29)
### Bug Fixes
* **webui:** lazy load collections on browse series ([d89533d ](d89533ded6 ))
### Features
* **webui:** sort/filter settings are persisted per library ([bf737de ](bf737de910 )), closes [#190 ](https://github.com/gotson/komga/issues/190 )
2020-06-29 12:30:54 +00:00
Gauthier Roebroeck
bf737de910
feat(webui): sort/filter settings are persisted per library
...
stored in cookies and restored if no query parameters are specified
closes #190
2020-06-29 17:02:36 +08:00
Gauthier Roebroeck
d89533ded6
fix(webui): lazy load collections on browse series
...
also adjusted layout for smaller screens
2020-06-29 11:37:26 +08:00
semantic-release-bot
938c9239d6
chore(release): 0.42.0 [skip ci]
...
# [0.42.0](https://github.com/gotson/komga/compare/v0.41.1...v0.42.0 ) (2020-06-29)
### Bug Fixes
* **webui:** incorrect count of collections in browse collections screen ([2254929 ](22549291d8 ))
* **webui:** lazy http call for CollectionEditDialog ([4716a1b ](4716a1b22b ))
### Features
* **webui:** collection edition on card in browse collections ([e45389d ](e45389d77b ))
* **webui:** collection edition on card in search results ([68fe4fd ](68fe4fd23d ))
* **webui:** enable edit on books and series cards in search screen ([32dad62 ](32dad62777 ))
* **webui:** multi-select in dashboard page ([8e33be7 ](8e33be78e2 ))
* **webui:** multi-select in search results page ([c5417ac ](c5417ac8da )), closes [#213 ](https://github.com/gotson/komga/issues/213 )
2020-06-29 01:25:03 +00:00
Gauthier Roebroeck
c3a091477c
test: fix failing tests
...
following change in a09d3f65e4
2020-06-29 08:57:54 +08:00
Gauthier Roebroeck
a3cc66d6aa
build: update gitignore
2020-06-28 21:49:20 +08:00
Gauthier Roebroeck
8e33be78e2
feat(webui): multi-select in dashboard page
2020-06-28 21:49:20 +08:00
Gauthier Roebroeck
c5417ac8da
feat(webui): multi-select in search results page
...
closes #213
2020-06-28 21:49:20 +08:00
Gauthier Roebroeck
22549291d8
fix(webui): incorrect count of collections in browse collections screen
2020-06-28 21:49:20 +08:00
Gauthier Roebroeck
a1cb186a28
refactor(webui): carve out multi-select bars
2020-06-28 21:49:20 +08:00
Gauthier Roebroeck
bc45d0c3c1
refactor(webui): use ItemBrowser in horizontal scroller
2020-06-28 21:49:20 +08:00
Gauthier Roebroeck
4716a1b22b
fix(webui): lazy http call for CollectionEditDialog
2020-06-28 21:49:19 +08:00
Gauthier Roebroeck
e45389d77b
feat(webui): collection edition on card in browse collections
2020-06-28 21:49:19 +08:00
Gauthier Roebroeck
68fe4fd23d
feat(webui): collection edition on card in search results
2020-06-28 21:49:19 +08:00
Gauthier Roebroeck
48c590f98a
refactor(webui): use global dialogs for collection edition
2020-06-28 21:49:19 +08:00
Gauthier Roebroeck
5ea2103208
refactor(webui): use global dialogs for series edition
2020-06-28 21:49:19 +08:00
Gauthier Roebroeck
bb1257709b
refactor(webui): use global dialogs for series and books edition
2020-06-28 21:49:19 +08:00
Gauthier Roebroeck
32dad62777
feat(webui): enable edit on books and series cards in search screen
2020-06-28 21:49:19 +08:00
Gauthier Roebroeck
a09d3f65e4
refactor(webui): move dialogs to single instance
2020-06-28 21:49:19 +08:00
Gauthier Roebroeck
ee151b96fd
refactor(webui): move components in subfolders
2020-06-28 21:49:19 +08:00
Gauthier
c75ef79ffc
docs: add github sponsors to funding
2020-06-27 17:08:54 +08:00
semantic-release-bot
5f68d5dd2a
chore(release): 0.41.1 [skip ci]
...
## [0.41.1](https://github.com/gotson/komga/compare/v0.41.0...v0.41.1 ) (2020-06-27)
### Bug Fixes
* **api:** pagination for collection's series ([6dd0704 ](6dd070436b ))
* **opds:** prepend position for series in ordered collection ([7e5a141 ](7e5a1412ca ))
2020-06-27 03:07:18 +00:00
Gauthier Roebroeck
7e5a1412ca
fix(opds): prepend position for series in ordered collection
2020-06-27 10:40:37 +08:00
Gauthier Roebroeck
b89e3b2ebb
refactor(webui): use global add to collection dialog
2020-06-27 10:26:16 +08:00
Gauthier Roebroeck
6dd070436b
fix(api): pagination for collection's series
...
add unpaged parameter for SeriesController and SeriesCollectionController
2020-06-27 10:25:22 +08:00
Gauthier
b4a80248e3
docs: add ko-fi to funding
2020-06-26 19:05:39 +08:00
semantic-release-bot
184e233ab3
chore(release): 0.41.0 [skip ci]
...
# [0.41.0](https://github.com/gotson/komga/compare/v0.40.1...v0.41.0 ) (2020-06-26)
### Bug Fixes
* **api:** collection without element would return incorrect dto ([0891981 ](08919814d3 ))
* **api:** incorrect number of books per series ([bf2d0ba ](bf2d0ba1fa ))
* **webui:** adjust padding for grids ([02e9168 ](02e916898e ))
* **webui:** display collection after adding in series browsing screen ([8ce5a39 ](8ce5a391e5 ))
* **webui:** library navigation not highlighted correctly ([e28c070 ](e28c070e36 ))
### Features
* **api:** collections are pageable ([449a27e ](449a27e136 )), closes [#216 ](https://github.com/gotson/komga/issues/216 )
* **api:** search series by collection ids ([ca91af7 ](ca91af7792 ))
* **opds:** browse by collection ([15f9c82 ](15f9c8257e ))
* **webui:** action menu on item cards ([37d790d ](37d790d1fc ))
* **webui:** allow direct input of library path in add dialog ([6ece7b1 ](6ece7b12be )), closes [#88 ](https://github.com/gotson/komga/issues/88 )
* **webui:** better handling of library deletion ([0297210 ](0297210dc2 ))
* **webui:** display collections in search results and search box ([82aec45 ](82aec45660 )), closes [#212 ](https://github.com/gotson/komga/issues/212 )
* **webui:** hide pagination when there is only 1 page ([675b4a1 ](675b4a16af ))
* **webui:** pagination for collections ([50b516d ](50b516d0c5 )), closes [#216 ](https://github.com/gotson/komga/issues/216 )
* **webui:** refresh browse collection screen on action menu actions ([8f2c453 ](8f2c4534c8 ))
* **webui:** refresh dashboard on action menu actions ([b6bd735 ](b6bd735bdb ))
2020-06-26 10:25:56 +00:00
Gauthier Roebroeck
e28c070e36
fix(webui): library navigation not highlighted correctly
2020-06-26 17:58:57 +08:00
Gauthier Roebroeck
82aec45660
feat(webui): display collections in search results and search box
...
closes #212
2020-06-26 17:54:52 +08:00
Gauthier Roebroeck
50b516d0c5
feat(webui): pagination for collections
...
closes #216
2020-06-26 17:54:15 +08:00
Gauthier Roebroeck
449a27e136
feat(api): collections are pageable
...
related to #216
2020-06-26 17:52:48 +08:00
Gauthier Roebroeck
02e916898e
fix(webui): adjust padding for grids
2020-06-26 17:39:10 +08:00
Gauthier Roebroeck
675b4a16af
feat(webui): hide pagination when there is only 1 page
2020-06-26 17:23:26 +08:00
Gauthier Roebroeck
bf2d0ba1fa
fix(api): incorrect number of books per series
...
an incorrect number of books could be returned for a series in multiple collections
2020-06-26 17:21:42 +08:00
Gauthier Roebroeck
8f2c4534c8
feat(webui): refresh browse collection screen on action menu actions
2020-06-26 16:29:33 +08:00
Gauthier Roebroeck
15f9c8257e
feat(opds): browse by collection
2020-06-26 13:54:39 +08:00
Gauthier Roebroeck
ca91af7792
feat(api): search series by collection ids
2020-06-26 13:54:36 +08:00