Releases: comictagger/comictagger
1.6.0-beta.2: Wade Watts
Wade Watts
1.6.0-beta.1: Sara Pezzini
What's Changed
-
Update local plugin implementation see the wiki @lordwelch in #683
-
GCD and Metron are no longer bundled in the release packages
They can be installed as a local plugin see the wiki for more information
-
Remove CBL/CBI and CoMet tags
They can be installed as a plugin from https://github.com/comictagger/archived-plugins or with
pip install comictagger[archived-plugins]
-
Cache more ComicVine lookups and implement request timeouts by @lordwelch in #686
-
ComicVine requests now have more logging and the ratelimiter logs how long it will wait before the next request
-
ComicVine 200/hour request ratelimits are now implemented as CV now enforces them
-
Improve error handling of manual metadata on the CLI
-
The default plugin folder location has been fixed
-
Missing values are handled better during renaming
-
Links to standard config locations are now listed in the settings window
Full Changelog: 1.6.0-alpha.22...1.6.0-beta.1
1.6.0-alpha.22: Arthur Everest
1.6.0-alpha.21: Cliff Secord
What's Changed
-
Use custom delegate to unify combobox item style by @mizaki in #642
-
Add pillow-jxl-plugin as an optional dependency by @lordwelch in #666
-
Add Auto-Tag back to the toolbar
-
Add button to autodetect double pages by @DrMcCoy
-
Improve performance when re-tagging file based tags (ComicInfo.xml) in zip archives
-
Add an experimental quick-tag
The experimental quick-tag is commandline only and hidden behind the
--enable-quick-tag
. It creates hashes of the comic cover and searches for any covers that match. You must specify a server using--url
to use for searching as there is no default set. @lordwelch runs one at https://comic-hasher.narnian.us.If you don't want to use the hosted one you can build it yourself using https://gitea.narnian.us/lordwelch/comic-hasher or the github mirror https://github.com/lordwelch/comic-hasher
Full Changelog: 1.6.0-alpha.20...1.6.0-alpha.21
1.6.0-alpha.20: Elisa Deerlane
What's Changed
Full Changelog: 1.6.0-alpha.14...1.6.0-alpha.20
1.6.0-alpha.14: Mark Grayson
What's Changed
- Fix --skip-existing-tags not skipping tags Fixes #658
- Fix an error when renaming and auto-tagging Fixes #659
Full Changelog: 1.6.0-alpha.13...1.6.0-alpha.14
1.6.0-alpha.13: Deborah Grayson
What's Changed
- Add comicfn2dict as an alternative filename parser by @lordwelch in #618
- Support multiple web_links by @lordwelch in #601
- Improve commandline metadata override by @lordwelch in #627
- Multi read style by @mizaki in #629
- Add overlay modes for metadata; overwrite, add missing etc. by @mizaki in #598
- Add remove HTML tables back by @mizaki in #653
- UI/Text Improvements by @lordwelch in #616
- Fix detection of rar executable fixes #596 and #657
- Add an option to disable prompt on save Fixes #422
- Mark all QTextEdit's as plain text only Fixes #614
- Allow ignoring errors in the GUI
- Allow bluring images in the page editor Fixes #637
- Add a button to attempt to identify a scanner page Fixes #637
- Enable bulk editing for page type and marking a page as a double page Fixes #637
- Add an option to prefer parsed filename info over tags Fixes #630
- Allow comics released in the following year to match during auto-tagging Fixes #638
- Fix parsing a '.' at the end of a filename with the complicated parser Fixes #652
- Fix issues parsing numbers in the complicated parser Fixes #639
- Fix an issue ordering pages
- Make the splitter between the file list and main page visible
- Allow disabling the prompt on save Fixes #422
- Fix a typo in protofolius's formats Fixes #648
Full Changelog: 1.6.0-alpha.12...1.6.0-alpha.13
1.6.0-alpha.12: Lucius Morgan
What's Changed
- Fix a crash when sorting columns in the file selection list fixes #607
- Fix a crash on startup when using the binary builds fixes #605
Full Changelog: 1.6.0-alpha.11...1.6.0-alpha.12
1.6.0-alpha.11: Jakita Wagner
What's Changed
- Add support for saving multiple metadata styles in the GUI by @mizaki in #594
- Implement local plugins by @lordwelch in #599
- Add an attribution string when auto-tagging by @mizaki in #600
- Correct the brew command to install rar and add search paths to PATH fixes #584
- Fix clearing list attributes using the
-m
option fixes #587 - Fix the rename command not renaming files fixes #590
- Fix the file selection list columns being out of order
- Fix saving the path to the rar executable #596
Full Changelog: 1.6.0-alpha.10...1.6.0-alpha.11
1.6.0-alpha.10: Eric Masterson
What's Changed
- Fix filename parsing not respecting settings
- Use tar.gz for releases on linux and dmg on macOS
Full Changelog: 1.6.0-alpha.9...1.6.0-alpha.10