Skip to content

Commit 5996dab

Browse files
github-actions[bot]mddanish00
authored andcommitted
chore(main): release 1.2.0
1 parent db4138c commit 5996dab

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/mddanish00/stas-ln-translator/compare/v1.1.0...v1.2.0) (2025-07-23)
4+
5+
6+
### Features
7+
8+
* add fix cover for cover html handle properly ([abfe041](https://github.com/mddanish00/stas-ln-translator/commit/abfe0416693c00dd62217c0c70c7ed3f6389adcc))
9+
* add util func get EPUB version ([cc95795](https://github.com/mddanish00/stas-ln-translator/commit/cc957954dff25e677c83d1f1e86fba22e53728d1))
10+
* add util func to add EPUB3 landmark to EpubBook guide list ([cc95795](https://github.com/mddanish00/stas-ln-translator/commit/cc957954dff25e677c83d1f1e86fba22e53728d1))
11+
* execute new util func on __init__.py ([abfe041](https://github.com/mddanish00/stas-ln-translator/commit/abfe0416693c00dd62217c0c70c7ed3f6389adcc))
12+
* prevent duplicate in landmark util func ([aeba17e](https://github.com/mddanish00/stas-ln-translator/commit/aeba17eb0a99854024a2b5bf4efa619139f4f888))
13+
14+
15+
### Bug Fixes
16+
17+
* chunks util func argument change to lowercase ([db4138c](https://github.com/mddanish00/stas-ln-translator/commit/db4138c955059de13fad01e105894be8c7a5ff32))
18+
* fix fix-cover util func by adding check ([db4138c](https://github.com/mddanish00/stas-ln-translator/commit/db4138c955059de13fad01e105894be8c7a5ff32))
19+
* simplify get_first_in_iterator util func ([db4138c](https://github.com/mddanish00/stas-ln-translator/commit/db4138c955059de13fad01e105894be8c7a5ff32))
20+
* support get_EPUB_version 3.0 and over values ([db4138c](https://github.com/mddanish00/stas-ln-translator/commit/db4138c955059de13fad01e105894be8c7a5ff32))
21+
* using other way to avoid duplicate in landmark util func ([db4138c](https://github.com/mddanish00/stas-ln-translator/commit/db4138c955059de13fad01e105894be8c7a5ff32))
22+
323
## [1.1.0](https://github.com/mddanish00/stas-ln-translator/compare/v1.0.0...v1.1.0) (2025-07-19)
424

525

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stas-ln-translator"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "An alternative standalone Light Novel translator for Sugoi Translator."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)