Skip to content

Releases: comictagger/comictagger

1.6.0-beta.10: Abe Sapien

07 Dec 20:56
1.6.0-beta.10

Choose a tag to compare

Pre-release

What's Changed

  • Fix low confidence matches saving with the wrong tags fixes #812
  • Allow setting darkmode via a cli flag fixes #814
  • Fix low confidence matches crashing the cli #811

Full Changelog: 1.6.0-beta.9...1.6.0-beta.10

1.6.0-beta.9: Cassie Hack

01 Dec 19:17
1.6.0-beta.9

Choose a tag to compare

Pre-release

What's Changed

  • Fix open folder as a comic by @kiryl85 in #797
  • Allow to drag and drop folders as a comics by @kiryl85 in #798
  • Set cache expiration to 1 year related to #783
  • Use the current comic metadata for the rename test
  • Fix setting the User-Agent for qt fixes #801
  • Fix 'Remove archives from list' option not removing archives fixes #799
  • Fix version check crashing ComicTagger if GitHub is not available fixes #802
  • Make cix the default if available fix #805
  • Fix quick-tag not saving metadata fixes #810

New Contributors

Full Changelog: 1.6.0-beta.8...1.6.0-beta.9

1.6.0-beta.8: Roger Gocking

05 Oct 20:08
1.6.0-beta.8

Choose a tag to compare

Pre-release

What's Changed

  • Fix credits not showing in gui #795

Full Changelog: 1.6.0-beta.7...1.6.0-beta.8

1.6.0-beta.7: Rocky DeSantos

03 Oct 19:52
1.6.0-beta.7

Choose a tag to compare

Pre-release

What's Changed

  • Display message when a ratelimit is hit by @lordwelch in #708
  • Fix searching online #784
  • Fix a crash with corrupt rar files #788
  • Fix tags showing incorrect status after auto-tag #791
  • Remove PyQt6-WebEngine from release builds fixes #785

Full Changelog: 1.6.0-beta.6...1.6.0-beta.7

1.6.0-beta.6: Metron Removal

02 Sep 01:08
1.6.0-beta.6

Choose a tag to compare

Pre-release

What's Changed

  • Remove metron support by @lordwelch #783

  • Add support for GTIN identifier by @Kijaru in #762

  • Add plugin sources notes by @mizaki in #769

  • Recursively search for comics by default @lordwelch

  • Filerenamer enhancements @lordwelch
    • Allow empty replacements to reference other fields.
    • {title+year} will use the year if the title is empty
    • Only do standard replacements and duplicate space removal on field values
  • Fix None replacements @lordwelch

  • Improve smart text cleanup @lordwelch

  • Improve sorting in the Series Selection Window @lordwelch

  • Fix clearing cache @lordwelch

  • Implement better error handling during renaming @lordwelch

  • Fix title sanitization for ComicVine @lordwelch fixes #767

  • Fix original hash widgets being enabled when not supported @lordwelch

  • Pre-built binaries now use python 3.13 binaries @lordwelch

  • Include aarch64 pre-built binaries platform @lordwelch

  • Switch to PyQt6 @lordwelch fixes wayland support

  • Improve error handling when parsing metadata (-m) from the CLI @lordwelch

  • Fix setting the issue to "1" when not searching online @lordwelch

  • Fix error when no matches are found @lordwelch

  • Update quick_tag to use Equivalent IDs @lordwelch

  • Fix tags_read in json output for print action @lordwelch

New Contributors

Full Changelog: 1.6.0-beta.5...1.6.0-beta.6

1.6.0-beta.5: Jack Boniface

05 May 07:42
1.6.0-beta.5

Choose a tag to compare

Pre-release

Please use https://github.com/comictagger/comictagger/releases/tag/1.6.0-beta.6 instead of this release

What's Changed

  • Change failed image loading from logger exception to warning by @mizaki in #734
  • Add error catching to locale.getlocale(locale.LC_ALL, "") by @N-Hertstein in #747
  • Resolve bs4 deprecation warnings by @emmanuel-ferdman in #754
  • Add URL to ImageHash and use in issue window by @mizaki in #735
  • Fix rar files always being marked read-only fixes #741 #742 #753
  • Pre-sort filenames fixes #705
  • Optimize opening comic archives fixes #728
  • Load all image files that pillow can open fixes #752
  • New quick_tag implementation

New Contributors

Full Changelog: 1.6.0-beta.4...1.6.0-beta.5

1.6.0-beta.4: Kagome Higurashi

19 Mar 04:44
1.6.0-beta.4

Choose a tag to compare

Pre-release

Please use https://github.com/comictagger/comictagger/releases/tag/1.6.0-beta.6 instead of this release

What's Changed

  • Fix removing all tag styles instead of only the disabled styles
  • Log the first time we look for rar and can't find it
  • See 1.6.0-beta.3

Full Changelog: 1.6.0-beta.2...1.6.0-beta.4

1.6.0-beta.3: Brad J. Armbruster

19 Mar 04:06
1.6.0-beta.3

Choose a tag to compare

Pre-release

Please use https://github.com/comictagger/comictagger/releases/tag/1.6.0-beta.6 instead of this release

Use 1.6.0-beta.4

What's Changed

  • Preserve hidden metadata values when reading from GUI form by @mizaki in #693
  • Fix switching unclean read tags by @mizaki in #699
  • Use language ISO to from credit window by @mizaki in #718
  • Only display metadata source info if results were found by @kcgthb in #721
  • Add source info to auto-tag summary window by @mizaki in #729
  • Use source hashes for cover matching by @mizaki in #730

New Contributors

Full Changelog: 1.6.0-beta.2...1.6.0-beta.3

1.6.0-beta.2: Wade Watts

23 Sep 21:10
1.6.0-beta.2

Choose a tag to compare

Pre-release

1.6.0-beta.1: Sara Pezzini

21 Sep 23:15
1.6.0-beta.1

Choose a tag to compare

Pre-release

Please use https://github.com/comictagger/comictagger/releases/tag/1.6.0-beta.6 instead of this release

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