Skip to content

Releases: RatzzFatzz/MKVAudioSubtitleChanger

v4.0.1

18 Feb 18:23
7dd0123
Compare
Choose a tag to compare
  • Fix execution on Linux

v4.0

06 Feb 21:33
fc4e80e
Compare
Choose a tag to compare
  • Replace custom parameter engine with picocli
    • Config file capability changed completely and is now only supported via picocli format
    • Improved help information
  • Add windows installer (installs application bundled with java and adds it to PATH making it available to command line)
  • Add debian package
  • Removed -fk, -ck and -ps (the long versions --forced-keywords, --commentary-keywords and --preferred-subtitles are still available)
  • Fix empty parameter input
  • Improve logging and log file management

v4.0-pre4

05 Feb 22:03
Compare
Choose a tag to compare
v4.0-pre4 Pre-release
Pre-release
  • Add .deb build

v4.0-pre3

04 Feb 16:58
Compare
Choose a tag to compare
v4.0-pre3 Pre-release
Pre-release
  • Improve log file management
  • Fix empty parameter input

v4.0-pre2

04 Feb 15:42
Compare
Choose a tag to compare
v4.0-pre2 Pre-release
Pre-release
  • Removed -fk, -ck, -ps (the long parameter version is still available)

v4.0-pre1

04 Feb 11:34
Compare
Choose a tag to compare
v4.0-pre1 Pre-release
Pre-release
  • Replace custom parameter engine with picocli
  • Remove config file capability
  • Add windows installer (installs the application bundled with java and adds it to the user PATH variable making it available to cli)

v3.0.2

27 May 20:32
a075dfb
Compare
Choose a tag to compare

Features

  • Remove forced flag from audio tracks

v3.0.1

19 Feb 19:56
Compare
Choose a tag to compare

Fixes

  • Fix bug where setting of default audio track is faulty when file has no default subtitle track

v3.0

23 Apr 09:35
b2e9762
Compare
Choose a tag to compare

Features

  • Coherent feature: Match a whole directory / series / season with the same config
  • Date Filter: Only update files which are newer than the entered date
  • Only New Files: With this parameter only files newer than the last successful execution are updated
  • Attribute Config via CLI: Easily pass your mapping config via CLI
  • Now all parameters can be passed by CLI and a config file is not necessary anymore
  • Improve subtitle selection

Fixes

  • Statistic counts are now calculated properly
  • OFF for subtitles now works properly

v3.0-pre.3

09 Apr 19:09
fd9a421
Compare
Choose a tag to compare
v3.0-pre.3 Pre-release
Pre-release
  • Add coherent feature (try to match a whole series to the same config)
  • Fix excluded files count
  • Improve subtitle selection
  • Add date filter (only files newer than specified date are considered)
  • Add only new files filter (remember last successful execution and only consider files newer than that; works great with a cron job)