Skip to content

Releases: yaboy58/BatchGuy

Version 7.1

27 Nov 22:52
e1e7459
Compare
Choose a tag to compare

Enhancements:

  • BatchGuy updated to support remuxing 4k sources

Minor:

  • Broken links in the Help Section fixed

Version 7.0

11 Aug 00:06
Compare
Choose a tag to compare

Enhancements:

  • Users can now set the mkvmerge compression for subtitles globally in the Settings Screen
  • On the BluRayTitleInfo Screen, when you sort by eac3to id, it will be a numeric sort and not a string sort, fixing various sorting issues
  • On the BluRayTitleInfo Screen, the default sort is by the eac3to id asc

Minor:

  • Cleaned up .gitignore file
  • Removed bin/obj folders from GitHub
  • Re-named todo.txt to Todo.md

Version 6.7

29 Jul 04:59
Compare
Choose a tag to compare

Bug Fixes:

  • When the check for new BatchGuy Versions flag is false, BatchGuy will not check for new versions (not sure why this wasn't always the case)
  • Upgraded the .Netframework version to 4.6 to fix GitHub TLS issue that causes the error on start up of the application

Version 6.6

03 Sep 22:23
Compare
Choose a tag to compare

Enhancements:

  • Added the ability to remove a Blu-ray disc from the Disc grid on the Create eac3to Batch File Screen

Version 6.5.1

04 Jan 03:06
Compare
Choose a tag to compare

Enhancements:

  • The logic to check for a new version of BatchGuy has been refactored to use async/await.
  • Enhanced parts of the application responsible for displaying and logging errors.

Bug Fixes:

  • Fixed major bug where when there are no subtitles, the entire BlurayTitleInfo Screen will be disabled instead of just the Subtitles Grid.

Version 6.5.0

21 Nov 12:32
Compare
Choose a tag to compare

Enhancements:

  • Added AAC audio to the BatchGuy audio list

Bug Fixes:

  • Fixed bug on BatchGuy Settings screen where the grid change events were not firing if the user made a change in a grid and went directly to the save menu item

Version 6.4.0

15 Nov 15:34
Compare
Choose a tag to compare

Enhancements:

  • If an error occurs during the validation of Create x264 Batch File data, the application will not crash, the error will be logged and the user will receive an error message on the screen
  • The Log4Net log error formatting was incorrect and resulted in erroneous error log information for areas of the application that do not use the new LoggingService
  • On the Create x264 Batch File Screen, the Encode Name column header text example has been modified to display a better example of an appropriate encode name the user should enter

Bug Fixes:

  • Fixed major bug on the Create x264 Batch File Screen where if the Encode Name entered is 4 characters or less, when the user attempted to create the x264 batch file, the application would crash

Version 6.3.0

30 Oct 01:08
Compare
Choose a tag to compare

Enhancements:

  • Added HEVC, MPEG-2, VC-1 and XviD items to the Video Format drop down list on the Create eac3to Batch File Screen

Version 6.2.0

26 Oct 02:23
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed major bug where the BatchGuy parser couldn't identify Blu-rays that use the VC-1 Codec and would throw an exception

Version 6.1.0

10 Oct 22:44
Compare
Choose a tag to compare

Enhancements:

  • Added the ISO Long Country Code to the Remux Template on the Create eac3to Batch File Screen
  • BatchGuy now has 160 Unit Tests