Releases: jamerst/AutoTag
Releases · jamerst/AutoTag
AutoTag 4.0.0
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
Changelog:
- Add sort name tag to Apple tagging mode (#21)
AutoTag 3.5.4
AutoTag 3.5.3
Changelog
- Add file name replacement option (#18)
AutoTag 3.5.2
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
AutoTag 3.5.0
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
Changelog
- Add subtitle renaming functionality
AutoTag 3.3.2
Changelog:
- Fix #13 - config file options not being loaded
- Internal refactoring
- Update packages