- Fix: #36 and #37: Only auto-select muxable tracks in AutoDetector.cs
- Fix: #43: NPE in DiscTransformer and TrackTransformer
- Fix: FFmpeg "inputFileList.txt: No such file or directory" error
- Improve: Always show selected tracks in GUI
- Improve: Better FFmpeg exit handling and error detection
- Improve: Don't report invalid disc errors
- Downgrade: FFmpeg 2.1.4 (regression introduced in 2.x (4eb49fdd); see #30)
- Improve: Better error detection when FFmpeg process exits
- Improve: Minor usability improvements
- Improve: More specific error messages
- Upgrade: FFmpeg 2.2.1 (bug fix release)
- Fix: Ignore "Last message repeated X times" message from FFmpeg
- Fix: #28: ChapterDb serialization exception when parsing invalid results
- Fix: Taskbar pinning broke between upgrades
- Fix: Logic bug in
ExceptionUtils.IsReportable()
- Improve: Alert user if she tries to scan an encrypted disc
- Improve: Added PDB files to provide line numbers in error reports
- Improve: More detailed logging
- Misc: Added
LICENSE-GPL.txt
- Fix: #19 and #21: Number parsing bug with non-US cultures
- Fix: #22: Invalid exception (due to user error) could be reported
- Improve: Better exception handling in FFmpeg muxer plugin
- Improve: Better log output
- New: Strip leading chapter numbers from chapter names
- Improve: Better log output
- Improve: More detailed error reports
- Fix: #15, #17, and #18:
GetJacketImage()
throws NPE whenDirectories.BDMT
isnull
- Fix: #16:
IEnumerable.First()
throwsInvalidOperationException
when list contains no elements - Fix: CLI thread synchronization exception
- Change: Default log level is now
INFO
(was previouslyDEBUG
) - Improve: Better (shorter) CLI output
- Minor improvements
- Fix: Error dialog thread synchronization bug on Windows 7 and newer
- Minor improvements
- Fix: Shift + Tab didn't work if TextEditor was the first input
- Fix: Ctrl + I shortcut didn't work in input/output path textboxes
- Fix: Hide non-functional UI components
- Change: Updated placeholder variable format from
${res}
to{res}
to avoid conflicts with environment variables on *NIX platforms - Improve: Expand environment variables in input/output path textboxes
- Improve: Progress bar colors
- Fix: Removed debugging code
- Beta release