Commit Graph
157 Commits
Author SHA1 Message Date
tssujt 7f1a0724e1 chore: Update document third-party licenses 2025-07-09 22:29:54 +08:00
tssujt f015d998e1 feat: Enhance support for CBR format 2025-07-09 22:29:53 +08: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
tssujt e8e6eaf3ae Replace PyMuPDF with pypdf for PDF handling 2025-06-24 22:36:52 +08:00
hyugogirubato 4f777bc9bf Release v3.3.7 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 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 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
gokender d357ad3e1d Fix pathlib import in "utils.py" 2024-07-19 10:24:37 +02:00
hyugogirubato b234a46e00 Release v3.3.4 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 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 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
gokender 413f9d498e Fix XML parsing for CBZ with one page 2024-07-17 09:44:55 +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 v3.3.1 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
flolep2607 90abd137c5 fix: cbzplayer icon for linux 2024-07-14 20:26:05 +02:00