Skip to content

Releases: jamerst/AutoTag

AutoTag 4.0.0

29 Jan 22:06
3381102
Compare
Choose a tag to compare

Changelog:

  • Add support for alternate episode orderings (#20 - thanks @Tyr3al!)
  • Migrate to Spectre.Console.Cli (fix #19)
  • Significant refactoring to use dependency injection and add unit testing

🚨 Breaking Changes 🚨

There is a breaking change to the --replace option. The option values now must be separated with an equals (=) instead of a space.

For example, --replace a b must now be changed to --replace a=b.

AutoTag 3.5.5

05 Sep 19:16
099b959
Compare
Choose a tag to compare

Changelog:

  • Add sort name tag to Apple tagging mode (#21)

AutoTag 3.5.4

08 Aug 19:59
be3f593
Compare
Choose a tag to compare

Changelog

  • Fix extended tags not being written (#22)
  • Fix episode name being written to album field instead of series name in Matroska files (#22)

AutoTag 3.5.3

13 Jun 10:03
7599cbe
Compare
Choose a tag to compare

Changelog

  • Add file name replacement option (#18)

AutoTag 3.5.2

23 May 19:06
46e85f6
Compare
Choose a tag to compare

Changelog

  • #17: Make manual mode behaviour consistent between TV and movie mode - only require input when manual mode enabled for movies

AutoTag 3.5.1

28 Mar 19:28
24a38e8
Compare
Choose a tag to compare

Changelog

  • Fix config file options being overridden (#16) - thanks @Tyr3al
  • Use metadata language for TV show cover
  • Update packages

AutoTag 3.5.0

09 Jan 22:16
b8f66b0
Compare
Choose a tag to compare

Changelog

  • Add metadata language option (-l/--language) - #15
  • Update to .NET 7
    • Migrate to System.CommandLine
  • Add --print-config option
  • Update packages

AutoTag 3.4.0

10 Sep 16:06
ad9caa6
Compare
Choose a tag to compare

Changelog

  • Add subtitle renaming functionality

AutoTag 3.3.2

03 Sep 19:14
65a6b74
Compare
Choose a tag to compare

Changelog:

  • Fix #13 - config file options not being loaded
  • Internal refactoring
  • Update packages

AutoTag 3.3.1

25 Aug 18:35
f997be1
Compare
Choose a tag to compare

Changelog

  • Fix NRE when processing movies that do not have any cover art (#12) @jordidg