Skip to content

Tags: K0nnyaku/komga

Tags

v0.155.1

Toggle v0.155.1's commit message
chore(release): 0.155.1 [skip ci]

## [0.155.1](gotson/komga@v0.155.0...v0.155.1) (2022-07-15)

### Bug Fixes

* translated using Weblate ([21c2be4](gotson@21c2be4))

### Performance Improvements

* add database indices for faster querying ([0af5f5c](gotson@0af5f5c))
* don't sort books and series by default ([31c89fc](gotson@31c89fc))

v0.155.0

Toggle v0.155.0's commit message
chore(release): 0.155.0 [skip ci]

# [0.155.0](gotson/komga@v0.154.4...v0.155.0) (2022-06-30)

### Bug Fixes

* re-enable content length header for book downloads ([535c6d7](gotson@535c6d7))
* use zip64 for archive downloads ([73949d5](gotson@73949d5))

### Features

* enable more providers for actuator info ([61f519a](gotson@61f519a))

v0.154.4

Toggle v0.154.4's commit message
chore(release): 0.154.4 [skip ci]

## [0.154.4](gotson/komga@v0.154.3...v0.154.4) (2022-06-16)

### Bug Fixes

* files generated with removed pages could have incorrect permissions ([b3e3a4d](gotson@b3e3a4d))
* translated using Weblate ([2511879](gotson@2511879))

v0.154.3

Toggle v0.154.3's commit message
chore(release): 0.154.3 [skip ci]

## [0.154.3](gotson/komga@v0.154.2...v0.154.3) (2022-06-10)

### Bug Fixes

* cannot delete read list with custom cover ([b73b869](gotson@b73b869))
* error when downloading book file over 2GB ([ad82d99](gotson@ad82d99)), closes [gotson#897](gotson#897)
* translated using Weblate ([3f69206](gotson@3f69206))

v0.154.2

Toggle v0.154.2's commit message
chore(release): 0.154.2 [skip ci]

## [0.154.2](gotson/komga@v0.154.1...v0.154.2) (2022-05-31)

### Bug Fixes

* handle both cid and comicId for Mylar's series.json ([0bbe543](gotson@0bbe543)), closes [gotson#890](gotson#890) [gotson#889](gotson#889)
* translated using Weblate ([6581ffd](gotson@6581ffd))
* **webui:** display release date without timezone adjustment ([gotson#875](gotson#875)) ([d0da11f](gotson@d0da11f))

v0.154.1

Toggle v0.154.1's commit message
chore(release): 0.154.1 [skip ci]

## [0.154.1](gotson/komga@v0.154.0...v0.154.1) (2022-04-25)

### Bug Fixes

* read lists imported from cbl are not added to search index ([63e3d8a](gotson@63e3d8a)), closes [gotson#868](gotson#868)
* rebuild search index for readlists ([03de229](gotson@03de229)), closes [gotson#868](gotson#868)
* translated using Weblate ([a0c0daf](gotson@a0c0daf))

v0.154.0

Toggle v0.154.0's commit message
chore(release): 0.154.0 [skip ci]

# [0.154.0](gotson/komga@v0.153.2...v0.154.0) (2022-04-22)

### Bug Fixes

* translated using Weblate ([18b181b](gotson@18b181b))
* **webui:** extract translation strings for DropZone.vue ([2966c85](gotson@2966c85)), closes [gotson#856](gotson#856)
* **webui:** read button on card would not always work ([4dd1e7a](gotson@4dd1e7a)), closes [gotson#830](gotson#830)

### Features

* read support for jpeg xl ([dd5b7d0](gotson@dd5b7d0)), closes [gotson#831](gotson#831)
* **webui:** set the currently viewed page as poster for book/series/readlist ([49b7f59](gotson@49b7f59)), closes [gotson#838](gotson#838)

v0.153.2

Toggle v0.153.2's commit message
chore(release): 0.153.2 [skip ci]

## [0.153.2](gotson/komga@v0.153.1...v0.153.2) (2022-04-01)

### Bug Fixes

* translated using Weblate ([52136db](gotson@52136db))
* **webui:** show the full title of book/series on hover in cards ([59a6f7d](gotson@59a6f7d)), closes [gotson#836](gotson#836)

v0.153.1

Toggle v0.153.1's commit message
chore(release): 0.153.1 [skip ci]

## [0.153.1](gotson/komga@v0.153.0...v0.153.1) (2022-03-14)

### Bug Fixes

* **api:** return created thumbnail ([dd1ffbe](gotson@dd1ffbe))
* translated using Weblate ([b778a2a](gotson@b778a2a))
* translated using Weblate ([6449f22](gotson@6449f22))

v0.153.0

Toggle v0.153.0's commit message
chore(release): 0.153.0 [skip ci]

# [0.153.0](gotson/komga@v0.152.0...v0.153.0) (2022-03-03)

### Bug Fixes

* **api:** expired sessions would not be destroyed ([5ecc9c6](gotson@5ecc9c6))
* ignore Qnap @recycle directories by default ([2621500](gotson@2621500))
* **webui:** books selection bar wouldn't hide the toolbar on Dashboard ([02d51b9](gotson@02d51b9))
* **webui:** display library navigation as bottom bar for sm screens ([70a546f](gotson@70a546f))
* **webui:** display release date without timezone adjustment ([d343740](gotson@d343740)), closes [gotson#818](gotson#818)

### Features

* **api:** add /api/v2/users and deprecate /api/v1/users ([fa04d95](gotson@fa04d95))
* **api:** manage restrictions for users ([e345d6f](gotson@e345d6f))
* **api:** restrict content according to user's restrictions ([b0d6314](gotson@b0d6314))
* **api:** retrieve all sharing labels ([562c57c](gotson@562c57c))
* **api:** update series sharing labels ([769b0e6](gotson@769b0e6))
* persist user content restriction ([f1ab136](gotson@f1ab136))
* restrict content by labels ([8d4eb68](gotson@8d4eb68))
* sharing labels for series ([496ebb0](gotson@496ebb0))
* **webui:** edit user restrictions ([37dfa92](gotson@37dfa92))
* **webui:** logout when session expired ([093610e](gotson@093610e))
* **webui:** update series sharing labels ([c7c5592](gotson@c7c5592))