Commit Graph
100 Commits
Author SHA1 Message Date
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 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
hyugogirubato 8af1c47e15 release 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
hyugogirubato 7d82752546 Merge pull request #17 from tssujt/pdf
Replace PyMuPDF with pypdf for PDF handling
2025-06-27 21:59:42 +02:00
hyugogirubato 4f777bc9bf Release v3.3.7 2025-01-04 12:51:54 +01:00
hyugogirubato c48d64cbe0 fix ctypes import for unix 2025-01-04 12:45:07 +01:00
hyugogirubato d195e25043 release v3.3.6 2024-12-22 12:05:07 +01:00
hyugogirubato 5fd7c019d1 sort imports 2024-12-22 12:04:33 +01:00
hyugogirubato c4169ebb84 more flexible dependencies 2024-12-22 12:03:39 +01:00
hyugogirubato a46bae2e2d skip poetry.lock 2024-12-22 12:00:36 +01:00
hyugogirubato 616b1eff8e fix deprecated datetime usage 2024-12-22 11:52:35 +01:00
hyugogirubato 27a313fe4c add missing name extract from zip unpack 2024-12-21 15:45:55 +01:00
hyugogirubato 72c14449fc option to skip page name rename 2024-12-21 15:37:14 +01:00
hyugogirubato 04feaa7027 Release v3.3.5 2024-07-22 19:52:31 +02:00
hyugogirubato 8b8069e38d Merge pull request #14 from gokender/fix-pathlib-import
Fix pathlib import in "utils.py"
2024-07-19 13:40:16 +02:00
hyugogirubato b234a46e00 Release v3.3.4 2024-07-18 22:31:53 +02:00
hyugogirubato e6d77739e1 Merge remote-tracking branch 'origin/main' 2024-07-18 22:28:42 +02:00
hyugogirubato 0421d99c44 Fix invalid utc format 2024-07-18 22:28:26 +02:00
hyugogirubato 17084154a4 Remove invalid dict key 2024-07-18 22:27:03 +02:00
hyugogirubato cba561c2ec Update CHANGELOG.md 2024-07-18 22:20:31 +02:00
hyugogirubato 0b21040b95 Release v3.3.3 2024-07-18 22:12:15 +02:00
hyugogirubato f52e112de9 Fixed saving pages in XML 2024-07-18 22:11:24 +02:00
hyugogirubato 2435ca396d Update .gitignore 2024-07-18 22:11:01 +02:00
hyugogirubato 5bc82581a3 Removed MD5 display 2024-07-18 22:10:51 +02:00
hyugogirubato 188b2e0164 New information fields in the XML 2024-07-18 22:10:26 +02:00
hyugogirubato 04b77d5ff9 Updated ComicInfo.xsd 2024-07-18 22:10:13 +02:00
hyugogirubato 3f777d30d6 Fix jpg format key 2024-07-18 20:58:42 +02:00
hyugogirubato 6847e7f281 Added pdf support 2024-07-18 00:11:23 +02:00
hyugogirubato 15d7aaa094 Release v3.3.2 2024-07-18 00:04:25 +02:00
hyugogirubato 7800205e87 Release v3.3.2 2024-07-18 00:03:58 +02:00
hyugogirubato 963ecf9e6f Added zoom and scroll 2024-07-17 23:55:33 +02:00
hyugogirubato baee10d922 Format imports 2024-07-17 23:55:08 +02:00
hyugogirubato 140fd6c107 Format imports 2024-07-17 23:54:54 +02:00
hyugogirubato 7fceb86a7b Native extraction of ICO 2024-07-17 23:54:21 +02:00
hyugogirubato eec284a3ef New Contributors 2024-07-17 22:06:47 +02:00
hyugogirubato fe6d92229c Merge pull request #11 from gokender/fix-xmltodict-parse
Fix XML parsing for CBZ with one page
2024-07-17 22:03:38 +02:00
hyugogirubato a90d9abf75 Simplification of the player icon 2024-07-16 22:45:27 +02:00
hyugogirubato 4fe38f0d5a Update CHANGELOG.md 2024-07-15 20:19:59 +02:00
hyugogirubato 153f5f79c5 Fixed lag when stretching player 2024-07-15 20:19:09 +02:00
hyugogirubato 0947e1904b New Contributors 2024-07-15 19:54:41 +02:00
hyugogirubato 7f1060fc30 Release v3.3.1 2024-07-15 19:51:54 +02:00
hyugogirubato df54489eef Add from_pdf method 2024-07-15 19:45:38 +02:00
hyugogirubato 68e843af63 Change quit keyboard shortcut to allow clipboard 2024-07-15 19:19:36 +02:00
hyugogirubato 4b2c47b4b8 Fix minimum player dimensions 2024-07-15 19:18:26 +02:00
hyugogirubato 74a6a0e9b6 Fix player border margin 2024-07-15 19:12:22 +02:00
hyugogirubato 82e1764c2e Fix windows taskbar player icon 2024-07-15 19:05:13 +02:00
hyugogirubato f62a508d9a Merge pull request #9 from flolep2607/fix-linux-player
fix: cbzplayer icon  for linux
2024-07-15 18:55:00 +02:00
hyugogirubato bf735138b3 Update README.md 2024-07-14 19:07:23 +02:00
hyugogirubato 17ccc50359 Update README.md 2024-07-14 19:04:18 +02:00
hyugogirubato 721cfeaf7d Merge pull request #8 from hyugogirubato/release
Release v3.3.0
2024-07-14 19:02:22 +02:00
hyugogirubato baeb110a93 Merge branch 'main' into release 2024-07-14 19:02:14 +02:00
hyugogirubato 6a3f1fefbb Release v3.3.0 2024-07-14 18:57:07 +02:00
hyugogirubato a59356779d Update README.md 2024-07-13 22:53:42 +02:00
hyugogirubato 9902a7872d standardize quotes 2024-07-07 18:49:43 +02:00
hyugogirubato 7b85489bd0 Merge pull request #7 from piskunqa/main
Implementation of preview book, by analogy of pillow.Image.show
2024-07-03 07:51:58 +02:00
hyugogirubato 121fc7244a Merge pull request #6 from piskunqa/main
Refactoring of last commit
2024-07-01 22:25:14 +02:00
hyugogirubato 0aaa730b6c Merge pull request #5 from piskunqa/main
Implementation of edit file
2024-06-30 20:37:04 +02:00
hyugogirubato f4448b9e82 Merge pull request #4 from piskunqa/main
implementation of reading from a file
2024-06-30 14:41:53 +02:00
hyugogirubato 1013dc9131 Update comic.py 2024-03-17 14:53:37 +01:00
hyugogirubato a005ef8127 Release v3.2.0 2024-03-17 14:49:27 +01:00
hyugogirubato 0e3e3840c7 Release v3.2.0 2024-03-17 14:48:48 +01:00
hyugogirubato 4fbb7fd73a Release v3.2.0 2024-03-17 14:47:33 +01:00
hyugogirubato 2edbd2f0c7 Merge pull request #3 from domenicoblanco/main
chore: add Translator key
2024-02-18 14:04:45 +01:00
hyugogirubato af878ca167 Release v3.1.2 2023-08-13 18:27:57 +02:00
hyugogirubato ea59025499 Release v3.1.2 2023-08-13 18:26:52 +02:00
hyugogirubato da535bdc67 Merge pull request #2 from RivMt/main
Bug: Tags does not written in ComicInfo.xml (include solution)
2023-08-13 18:21:46 +02:00
hyugogirubato 17ceafb384 Update test 2023-06-05 12:33:00 +02:00
hyugogirubato ac00ee20a3 Update README.md 2023-06-04 16:13:47 +02:00
hyugogirubato cc974077e3 Release v3.1.1 2023-06-04 16:09:11 +02:00
hyugogirubato eebe00ee5c Update README.md 2023-06-04 16:07:41 +02:00
hyugogirubato 6bef8e8de2 Update README.md 2023-06-04 16:04:41 +02:00
hyugogirubato fe4bb165d4 Update README.md 2023-06-04 16:00:17 +02:00
hyugogirubato 8eaff56f6a Update README.md 2023-06-04 15:59:42 +02:00
hyugogirubato 1f1433a3c4 Release v3.1.0 2023-06-04 15:57:30 +02:00
hyugogirubato ffca3239cf Update README.md 2023-02-11 18:52:31 +01:00
hyugogirubato a57f1c96a8 remove ide files 2023-02-08 20:52:01 +01:00
hyugogirubato f5debc6f56 Support remote files + binary files 2023-02-08 19:51:08 +01:00
hyugogirubato 40cb3759f2 fix item_wrap 2023-02-08 19:03:45 +01:00
hyugogirubato 9ff1f4940c Add Bookmark & Key for page 2023-02-08 16:49:59 +01:00
hyugogirubato 11aada0be7 fixpage name 2023-02-07 21:13:54 +01:00
hyugogirubato 92c75fa939 Update README.md 2023-02-06 10:44:12 +01:00
hyugogirubato b0a8cde0f0 Init 2023-02-06 10:42:08 +01:00
hyugogirubato 1629a79694 Merge pull request #1 from hyugogirubato/add-license-1
Create LICENSE
2023-02-06 10:40:03 +01:00
hyugogirubato c19c763c9d Create LICENSE 2023-02-06 10:39:52 +01:00
hyugogirubato 231d24912f Update cbzhelper.py 2022-08-30 14:56:48 +02:00