hyugogirubato
|
0ecf0f843b
|
Merge pull request #30 from chase-roohms/patch-1
Add compression argument to pack and unpack methods
|
2026-04-06 10:03:22 +02:00 |
|
Chase Roohms
|
4d4d367791
|
Normalize suffix check to lowercase for image formats
All entries in IMAGE_FORMATS are lowercase, this incorrectly fails on extensions like "JPG"
|
2026-04-05 22:51:26 -05:00 |
|
Chase Roohms
|
caead0a957
|
Add compression argument to unpack_zip and pack methods
Updated the __unpack_zip and pack methods to accept a compression argument for more flexibility in handling zip files.
|
2026-04-05 22:43:46 -05:00 |
|
hyugogirubato
|
d37be87c2f
|
Merge pull request #29 from hyugogirubato/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
|
2025-11-30 14:59:33 +01:00 |
|
dependabot[bot]
|
0b011a7efc
|
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-11-24 15:58:42 +00:00 |
|
hyugogirubato
|
62b8cf5739
|
simplify suffix check
|
2025-11-04 00:00:46 +01:00 |
|
hyugogirubato
|
871716971a
|
release v3.4.5
v3.4.5
|
2025-10-19 19:48:27 +02:00 |
|
hyugogirubato
|
597cb41b00
|
more flexible suffix check
|
2025-10-19 19:48:13 +02:00 |
|
hyugogirubato
|
a489ae17fb
|
check invalid file content
|
2025-10-19 19:47:52 +02:00 |
|
hyugogirubato
|
abc69d4673
|
Linking content check
|
2025-10-19 19:47:27 +02:00 |
|
hyugogirubato
|
6a1111a6bb
|
release v3.4.4
v3.4.4
|
2025-09-21 10:41:42 +02:00 |
|
hyugogirubato
|
220f19fe46
|
add additional image format
|
2025-09-20 19:43:52 +02:00 |
|
hyugogirubato
|
bbab9ba3b3
|
Merge pull request #24 from hyugogirubato/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
|
2025-09-17 21:20:51 +02:00 |
|
hyugogirubato
|
5824a8428a
|
add thrid-party plugins licences
|
2025-09-17 21:19:50 +02:00 |
|
hyugogirubato
|
23f7e37561
|
load pillow extra plugins
|
2025-09-17 21:16:40 +02:00 |
|
hyugogirubato
|
5cc4732238
|
add pillow extra plugins
|
2025-09-17 21:16:27 +02:00 |
|
hyugogirubato
|
9d5d539311
|
force sort archive filenames
|
2025-09-17 20:48:20 +02:00 |
|
dependabot[bot]
|
f8274ae26b
|
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-09-08 14:42:19 +00:00 |
|
hyugogirubato
|
c045c548de
|
release v3.4.4
v3.4.3
|
2025-08-31 21:21:53 +02:00 |
|
hyugogirubato
|
7355e5edc0
|
Merge pull request #23 from hyugogirubato/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
|
2025-08-31 21:14:36 +02:00 |
|
hyugogirubato
|
5eee972d75
|
Merge pull request #22 from tssujt/single
Fix ComicInfo XML parsing for single page comic
|
2025-08-31 21:14:07 +02:00 |
|
dependabot[bot]
|
3604a4e98f
|
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-18 23:05:20 +00:00 |
|
tssujt
|
19c1b01ea6
|
fix ComicInfo XML parsing for single page comic
|
2025-08-01 14:27:05 +08:00 |
|
hyugogirubato
|
7e599a1adb
|
release v3.4.2
v3.4.2
|
2025-07-26 17:21:02 +02:00 |
|
hyugogirubato
|
312eb2da13
|
Merge pull request #21 from hyugogirubato/dependabot/pip/pytest-gte-7.4.0-and-lt-9.0.0
Update pytest requirement from >=7.4.0,<8.0.0 to >=7.4.0,<9.0.0
|
2025-07-26 17:19:39 +02:00 |
|
hyugogirubato
|
b7d1b631b9
|
fixing typo
|
2025-07-26 17:17:49 +02:00 |
|
hyugogirubato
|
fe43024656
|
format
|
2025-07-26 17:17:28 +02:00 |
|
hyugogirubato
|
58a5256dc1
|
moved example to test dir
|
2025-07-26 17:17:13 +02:00 |
|
dependabot[bot]
|
7d0f004345
|
Update pytest requirement from >=7.4.0,<8.0.0 to >=7.4.0,<9.0.0
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.0...8.3.5)
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 8.3.5
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-07-26 14:45:37 +00:00 |
|
hyugogirubato
|
6aeabc2047
|
Merge pull request #20 from tssujt/tests
ci: Add testing framework setup
|
2025-07-26 16:44:30 +02:00 |
|
hyugogirubato
|
46b508adf8
|
release v3.4.0
v3.4.1
|
2025-07-11 00:44:19 +02:00 |
|
hyugogirubato
|
6d771e3bf8
|
Merge pull request #19 from tssujt/typo
fix: Fix installation instructions
|
2025-07-11 00:34:17 +02:00 |
|
tssujt
|
0c4aa34f8f
|
ci: Add testing framework setup
|
2025-07-10 12:08:28 +08:00 |
|
tssujt
|
48c99ba44f
|
fix: Fix installation instructions
|
2025-07-10 10:56:23 +08:00 |
|
hyugogirubato
|
8af1c47e15
|
release v3.4.0
v3.4.0
|
2025-07-09 23:42:10 +02:00 |
|
hyugogirubato
|
6aa6b0da21
|
fix markdown typo
|
2025-07-09 23:41:13 +02:00 |
|
hyugogirubato
|
526fee3617
|
update project date
|
2025-07-09 23:40:10 +02:00 |
|
hyugogirubato
|
6354c1d3bb
|
add new contributor
|
2025-07-09 23:39:59 +02:00 |
|
hyugogirubato
|
3a80dfe47b
|
add missing imports
|
2025-07-09 23:39:41 +02:00 |
|
hyugogirubato
|
58ef27f227
|
fix grammar
|
2025-07-09 23:39:28 +02:00 |
|
hyugogirubato
|
36b76f6d9e
|
add missing repo reference
|
2025-07-09 23:39:15 +02:00 |
|
hyugogirubato
|
3c53f16d07
|
bump dep version
|
2025-07-09 23:39:00 +02:00 |
|
hyugogirubato
|
8161551ab6
|
specify complete py version
|
2025-07-09 23:38:47 +02:00 |
|
hyugogirubato
|
8ab1b37332
|
unified tk constants import
|
2025-07-09 23:38:24 +02:00 |
|
hyugogirubato
|
784f698044
|
update license date
|
2025-07-09 23:37:44 +02:00 |
|
hyugogirubato
|
fc1e693e67
|
fix py 3.8 support
|
2025-07-09 23:37:34 +02:00 |
|
hyugogirubato
|
4d831f28a9
|
sort lib imports
|
2025-07-09 23:37:00 +02:00 |
|
hyugogirubato
|
195fca4370
|
apply git ignore
|
2025-07-09 23:00:48 +02:00 |
|
hyugogirubato
|
758e54fa4d
|
Merge pull request #18 from tssujt/cbr
feat: Enhance support for CBR format
|
2025-07-09 22:56:53 +02:00 |
|
tssujt
|
7f1a0724e1
|
chore: Update document third-party licenses
|
2025-07-09 22:29:54 +08:00 |
|