Skip to content

Releases: comictagger/comictagger

1.6.0-beta.5: Jack Boniface

05 May 07:42
1.6.0-beta.5
Compare
Choose a tag to compare
Pre-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
Compare
Choose a tag to compare
Pre-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
Compare
Choose a tag to compare
Pre-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
Compare
Choose a tag to compare
Pre-release
Wade Watts

1.6.0-beta.1: Sara Pezzini

21 Sep 23:15
1.6.0-beta.1
Compare
Choose a tag to compare
Pre-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

1.6.0-alpha.22: Arthur Everest

24 Aug 19:34
1.6.0-alpha.22
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fix saving settings

Full Changelog: 1.6.0-alpha.21...1.6.0-alpha.22

1.6.0-alpha.21: Cliff Secord

21 Aug 23:59
1.6.0-alpha.21
Compare
Choose a tag to compare
Pre-release

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

01 Jul 03:10
1.6.0-alpha.20
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fix combobox placeholder text not showing by @mizaki in #661
  • Fix release to PyPI for pip install

Full Changelog: 1.6.0-alpha.14...1.6.0-alpha.20

1.6.0-alpha.14: Mark Grayson

24 Jun 03:31
1.6.0-alpha.14
Compare
Choose a tag to compare
Pre-release

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

23 Jun 08:41
1.6.0-alpha.13
Compare
Choose a tag to compare
Pre-release

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