Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 372f215

Browse files
chore(main): release kaizoku 1.2.0 (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 45980ec commit 372f215

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.1"
2+
".": "1.2.0"
33
}

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/oae/kaizoku/compare/kaizoku-v1.1.1...kaizoku-v1.2.0) (2022-11-04)
4+
5+
6+
### Features
7+
8+
* add apprise support ([7d6fe34](https://github.com/oae/kaizoku/commit/7d6fe34db6c77a5d1b274da036cf8669fef6058d))
9+
* add dark mode ([22f6689](https://github.com/oae/kaizoku/commit/22f6689f2306db619ec669497371bc92d6154ab4))
10+
* add komga integration ([04c521d](https://github.com/oae/kaizoku/commit/04c521de5b4b429172990fe45c579a3883fdc752))
11+
* add settings table ([5cb4457](https://github.com/oae/kaizoku/commit/5cb44571830b014e62984e13ba7dbbe21d334622))
12+
* add settings ui ([45980ec](https://github.com/oae/kaizoku/commit/45980ecb8b1883fbcc27bc159b7a89035ca96978))
13+
* update mangal to v4, allow updating existing manga metadata ([43b2693](https://github.com/oae/kaizoku/commit/43b26938d4d158365ceaac1b80ef9800f70e9ceb))
14+
15+
16+
### Bug Fixes
17+
18+
* auto size search results ([f8eb9c6](https://github.com/oae/kaizoku/commit/f8eb9c65f1a08baf9f208996413ebac85ee808f8))
19+
* check the length of the tags and genres ([073fe01](https://github.com/oae/kaizoku/commit/073fe0166fa78c2e418f5c5a833eae370e8969da))
20+
* disable search if there are no library created yet ([a18d166](https://github.com/oae/kaizoku/commit/a18d1668596a6877a820a4262a792e44eef28154))
21+
* don't overflow on latest downlods ([52ca56b](https://github.com/oae/kaizoku/commit/52ca56b04776417a733ba98b0fc8d68b6b47c1a0))
22+
* focus on library input ([9abb2f8](https://github.com/oae/kaizoku/commit/9abb2f846f755ae61e61c6d1d41f92bfe35eeccb))
23+
* remove jobId from updateMetadata jobs ([99877bb](https://github.com/oae/kaizoku/commit/99877bb45aa543e1cfbf81afd74e8920cb3058a9))
24+
* remove ongoing download jobs if exist ([e9f6bfe](https://github.com/oae/kaizoku/commit/e9f6bfec237996a1b7355b0968ce5f3f15222ca9))
25+
* remove trailing undescores from sanitized manga names ([c8c463d](https://github.com/oae/kaizoku/commit/c8c463d6e12221af0bd130c9c47e5f75c365a5be))
26+
327
## [1.1.1](https://github.com/oae/kaizoku/compare/kaizoku-v1.1.0...kaizoku-v1.1.1) (2022-10-28)
428

529

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kaizoku",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"author": "Alperen Elhan <alperen@elhan.io>",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)