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

Commit 2e31657

Browse files
chore(main): release kaizoku 1.5.0 (#66)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8f4d94f commit 2e31657

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [1.5.0](https://github.com/oae/kaizoku/compare/kaizoku-v1.4.1...kaizoku-v1.5.0) (2023-01-28)
4+
5+
6+
### Features
7+
8+
* add ability to fix out-of-sync chapters ([6100e6c](https://github.com/oae/kaizoku/commit/6100e6c8809b133e52d714e2be0091bfbc447100))
9+
* show out of sync chapters for each manga ([6b4dd53](https://github.com/oae/kaizoku/commit/6b4dd53a8ef4cc3e33d5cdcee1d13654905b0fbb))
10+
11+
12+
### Bug Fixes
13+
14+
* add jobid for bulk operations ([e0a939b](https://github.com/oae/kaizoku/commit/e0a939b7ec90651441dcb2fd03c8e39c1086ff76))
15+
* check if the remote source has any chapters before marking ([a4d787d](https://github.com/oae/kaizoku/commit/a4d787d5390859b59299480ade6db332e8c738e6))
16+
* remove leftover chapters when fixing out-of-sync ones ([5713cd6](https://github.com/oae/kaizoku/commit/5713cd6f0cf51cda801c6007792e9a2bc91b52cf))
17+
* remove title on smaller screens ([eb918d8](https://github.com/oae/kaizoku/commit/eb918d8969298195fadecf7b9d4b3b61f14a5175))
18+
* search all mangas from mangasee ([de19737](https://github.com/oae/kaizoku/commit/de197373a1b3935b72cc9df16a22a4998974b3f2))
19+
320
## [1.4.1](https://github.com/oae/kaizoku/compare/kaizoku-v1.4.0...kaizoku-v1.4.1) (2023-01-14)
421

522

package.json

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

0 commit comments

Comments
 (0)