1714 Commits

Author SHA1 Message Date
2f64154cd2 Update to latest version of settngs 2025-05-01 18:18:50 -07:00
165388ce1b Show more options to the user if there are multiple bad matches
Fix some error cases in the comicvine talker
Remove leftover pprint statement
2025-04-30 17:32:05 -07:00
fb629891ba Sort files before processing 2025-04-30 17:27:25 -07:00
f0c644f5ec Fix flake8 error 2025-04-30 17:26:56 -07:00
5ee31f45a8 Fix performance when removing tags from cbz files 2025-04-30 17:26:36 -07:00
bfd9fe89dc Update quick-tag for new api 2025-04-25 13:45:28 -07:00
d65ce48882 Resolve bs4 deprecation warnings
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2025-04-23 23:03:46 -07:00
75bba1814c Remove rapidfuzz and use stdlib difflib
Results are on-par (90% the same) and this removes a dependency
2025-04-23 18:57:28 -07:00
146f160802 Fix tag selection 2025-04-22 21:08:10 -07:00
ad26ee7818 Fix deprecation warning 2025-04-22 21:08:10 -07:00
b5eba8d715 Fix difference_hash 2025-04-22 21:08:10 -07:00
d4bdefa9c1 Simplify zip 2025-04-22 21:04:02 -07:00
506fac03c7 Use ImageHash solely 2025-04-17 23:48:53 +01:00
343be3b973 Upgrade pre-commit 2025-04-13 13:48:42 -07:00
3c6321faa0 Fix assertion about image pixels 2025-04-12 21:15:49 -07:00
161f2ae985 Add all pillow extensions to recognized image extensions Fixes #752 2025-04-12 14:05:07 -07:00
2a8a3ab0c8 Update AUTHORS 2025-04-05 19:10:05 +00:00
65ae288018 docs(contributor): contrib-readme-action has updated readme 2025-04-05 19:10:02 +00:00
1641182ec0 Merge branch 'N-Hertstein/develop' into develop 2025-04-05 12:09:11 -07:00
HSN
2fafd1b064 Fallback to C only and add Logging
Skip falling back to en_US and go straight to C as it is always available.
Add error logging.
2025-04-04 20:03:18 +02:00
HSN
827b7a2173 Remove .UTF-8 from fallback language options
Modify fallback languages from en_US.UTF-8 & C.UTF-8 to en_US & C to avoid errors when UTF-8 is not available.
2025-03-30 12:06:33 +02:00
8aa422fd66 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-03-29 07:07:43 +00:00
HSN
7e3824c769 Change ' to " because test error... 2025-03-29 08:05:15 +01:00
4f8d4803e1 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-03-29 07:00:08 +00:00
HSN
b482b88c37 Add error catching to locale.getlocale()
Add error handling and fallbacks to en_US or C as language locale in case of misconfigured or minimal system.
2025-03-29 07:54:44 +01:00
bd6afb60ba Revert "Add Linux aarch64 runner"
This reverts commit 95c85e906d.
2025-03-22 20:28:02 -07:00
a87368bd09 Fix #741 2025-03-22 20:21:07 -07:00
95c85e906d Add Linux aarch64 runner 2025-03-22 20:15:09 -07:00
3965bfe082 Merge branch 'mizaki/qtutils_image_exception' into develop 2025-03-22 20:02:43 -07:00
25eabaf841 Fix windows being an inferior OS 2025-03-18 21:50:00 -07:00
d6d7e0ec65 Add macOS arm64 build to package.yaml 2025-03-18 21:28:50 -07:00
3b5e9d8f95 Log a warning the first time we can't find rar for writing 2025-03-18 21:25:04 -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
719eedb8b5 Fix #739 2025-03-16 13:52:45 -07:00
ba2d823993 Exit early if 0 bytes image data 2025-03-04 22:32:29 +00:00
36f5c72a65 Update issue templates 2025-03-02 15:20:46 -08:00
60a2c6168b Fix uploading multiple artifacts 2025-03-02 15:01:20 -08:00
f008763361 Add macos-14 for Apple Silicon binaries. Thanks to @pa-0 for testing 2025-03-02 14:35:17 -08:00
400092dd84 Notify user when no tags are enabled 2025-03-02 13:34:23 -08:00
c5c59f2c76 Merge branch 'original_hash' into develop 2025-03-02 12:46:56 -08:00
c8888cdbad Mark the checksum with the "sum:" prefix in the ScanInforamtion field 2025-03-02 12:44:02 -08:00
5b204501f3 Update pre-commit 2025-03-02 12:36:23 -08:00
5d96bdfda5 Allow printing combined CLI tags 2025-03-02 12:32:40 -08:00
803768b33a Allow recording the original hash 2025-03-02 12:32:40 -08:00
cf3009ca02 Report image_data size in exception message 2025-02-28 17:31:20 +00:00
a0be90bbf5 Add URL to ImageHash and use in issue window 2025-02-28 16:55:56 +00:00
14213dd245 Change failed image loading from logger exception to warning 2025-02-28 14:10:01 +00:00