Commit Graph

119 Commits

Author SHA1 Message Date
be099eef82 temp 2026-02-26 17:27:14 -08:00
73e422e044 temp 2026-02-26 17:27:14 -08:00
c1e2c24b91 Redesign comic files 2026-02-26 17:27:14 -08:00
674c12e301 Remove theme overrides. They don't work.
If you want dark or light mode you'll have to set your system theme.
No overrides that I've found work even remotely consistently

closes #494 #823
2026-01-30 17:57:01 -08:00
4a4a1b2ad9 Update settngs_namespace.py 2026-01-30 17:57:01 -08:00
ba9b44618c Allow forcing light or dark mode fixes #814 2025-12-07 12:42:03 -08:00
5c5169e393 Preserve config better fixes #813 2025-12-06 13:13:01 -08:00
6a6c287fd9 Make cix the default if available 2025-11-25 23:12:29 -08:00
9c51b215e6 Upgrade to python3.10 2025-11-25 22:33:15 -08:00
3b0c3447ee Recursively search for comics by default 2025-07-17 19:15:09 -07:00
94f325a088 Fix error when parsing metadata from the CLI 2025-05-24 11:49:56 -07:00
2f64154cd2 Update to latest version of settngs 2025-05-01 18:18:50 -07:00
fb629891ba Sort files before processing 2025-04-30 17:27:25 -07:00
146f160802 Fix tag selection 2025-04-22 21:08:10 -07:00
343be3b973 Upgrade pre-commit 2025-04-13 13:48:42 -07:00
3dad7c18f8 Fix removing disabled tags 2025-03-18 21:24:08 -07:00
ea945a6b2a Don't allow cr tags to be disabled if it's the only tags available 2025-03-18 19:57:06 -07:00
575d36b67f Update typing 2025-03-18 19:55:28 -07:00
6a9d4bf648 Update sys.path handling 2025-03-16 14:06:49 -07:00
400092dd84 Notify user when no tags are enabled 2025-03-02 13:34:23 -08:00
803768b33a Allow recording the original hash 2025-03-02 12:32:40 -08:00
92ce2987ea Regenerate settngs 2024-12-07 15:30:44 -08:00
c282ebf845 Switch ubuntu runner to 22.04 and macos to 13 2024-12-07 14:41:22 -08:00
577e99ae39 Print CLI tags when using the print command 2024-12-06 23:02:10 -08:00
9358431146 Add a notice about Metron/GCD changes on PyInstaller builds 2024-09-20 14:45:06 -07:00
a7f1d566ab Merge branch 'plugin-isolation' into develop 2024-09-19 16:26:35 -07:00
6ea9230382 Allow .whl files 2024-09-17 14:27:01 -07:00
c50de9bed7 Fix plugin folder 2024-09-16 16:52:51 -07:00
6a97ace933 Only support zip local plugins 2024-09-16 16:46:42 -07:00
f56d58bf45 Fix reading plugin files 2024-09-16 16:13:11 -07:00
4c9096a11b Implement the most basic local plugin isolation possible
Remove modules belonging to local plugins after loading
Remove sys.path entry after loading

This means that multiple local plugins can be installed with the same import path and should work correctly
This does not allow loading a local plugin that has the same import path as an installed plugin
2024-09-15 17:09:33 -07:00
befffc98b1 Catch all exceptions when parsing metadata from the CLI 2024-09-12 13:11:30 -07:00
006f3cbd1f Remove comet and cbl tags 2024-09-12 12:09:07 -07:00
582224abec Fixes for quick-tag 2024-09-12 11:51:38 -07:00
acb59f9e83 Fix saving settings 2024-08-24 12:19:11 -07:00
fab30f3f29 Add experimental quick-tag 2024-08-18 19:16:55 -07:00
pre-commit-ci[bot]
d4a90e8934 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-07-29 17:21:53 +00:00
beeb6336e9 Fix default value of --skip-existing-tags 2024-06-23 15:20:51 -07:00
e452fa153b Fix issues from static analysis 2024-06-22 20:21:01 -07:00
3fd1c13ecb Fixes for metadata parsing and printing 2024-06-22 20:19:02 -07:00
42448fa250 Update settngs
Fix renamed settings attributes
Add --parse-filename back
Fix conversions in fileranamer
2024-06-21 21:01:11 -07:00
3389c72a63 Merge branch 'help-messages' into develop 2024-06-21 19:53:30 -07:00
69a9566f42 Update all references of saved 'matadata' to 'tags' 2024-06-20 16:47:10 -07:00
c91c7edd73 Re-generate SettngsNS 2024-06-09 12:55:12 -07:00
888720b544 Allow blurring images fixes #637
for people that don't accidentally read the entire comic when editing the metadata
2024-06-09 12:52:55 -07:00
6351afb36c Add an option to prefer filename metadata on the CLI fixes #630 2024-06-08 19:12:38 -07:00
0198eb9e2b Fix saving merge settings 2024-06-06 20:41:21 -07:00
Mizaki
a552f05b23 Add remove HTML tables back 2024-06-01 19:40:13 +01:00
32b570ee5b Improve help messages
Include default values
2024-05-21 19:57:47 -07:00
e864e2db48 Re-arrange settings 2024-05-21 19:57:47 -07:00