Skip to content

Releases: comictagger/comictagger

1.3.0 (2022-02-21)

22 Feb 05:10
Compare
Choose a tag to compare

What's Changed

Build System

New Contributors

Full Changelog: 1.2.3...1.3.0

1.3.0-alpha.4

13 Dec 03:02
f82c024
Compare
Choose a tag to compare
1.3.0-alpha.4 Pre-release
Pre-release
Merge pull request #206 from lordwelch/rarOptionalFix

Fix rarfile import as by default it is optional

1.3.0-alpha.3: Merge pull request #204 from lordwelch/buildSystem

13 Dec 02:17
6e1e895
Compare
Choose a tag to compare

Pre Release 1.3.0-alpha.2

27 Sep 00:26
d46e171
Compare
Choose a tag to compare
Pre-release

1.3.0-alpha.2 (2021-09-26)

Change

  • Finish normalize series search (fixes automatic tagging with ':' vs '-') (#199)
  • Fix regression of #143 introduced by merging #189 closes #197 (#198)

Pre Release 1.3.0-alpha.1

26 Sep 04:01
03a8d90
Compare
Choose a tag to compare
Pre-release

1.3.0-alpha.1 (2021-09-21)

Change

  • Remove out-dated code (#192,fixes #172)
  • Move to requests module (#134)
  • Normalize series search (fixes automatic tagging with ':' vs '-') (#189)

Pre Release 1.3.0-alpha.0

06 Oct 14:58
Compare
Choose a tag to compare
Pre-release

1.3.0-alpha.0 (2019-10-06)

Change

  • Better support for macOS dark mode (#159)
  • Better support for CLI mode in Windows (#158, #162)
  • Use new unrar-cffi library for rar reading (#151)
  • Increase comicvine search results per request (should result in less Comic Vine hits) (#164)

Other

  • Automatic PyPI release (#163)

ComicTagger 1.2.3

06 Oct 10:38
Compare
Choose a tag to compare

1.2.3 (2019-10-06)

Fix

  • Drag & Drop issues on macOS version

Other

  • Update to new github comictagger url

ComicTagger 1.2.2

29 Sep 21:40
Compare
Choose a tag to compare

1.2.2

  • Fix: version not included in macOS info.plist (#146)

ComicTagger 1.2.1

28 Sep 15:28
Compare
Choose a tag to compare

This is a minor release focusing on build automation:

  • now all releases are automatically built and uploaded from Travis CI
  • added a MACOSX_DEPLOYMENT_TARGET=10.11 in the hope it improves compatibility

ComicTagger 1.2.0

25 Sep 00:13
Compare
Choose a tag to compare
  • same features as 1.1.32-rc1
  • automatic build and github release using travis (for macOS) and appveyor (for windows)
  • start to use git flow for release management