diff options
author | Bradley Sepos <[email protected]> | 2018-09-03 20:10:23 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-09-03 20:10:23 -0400 |
commit | d21762bba72b25af1145131b472b5787ce48743d (patch) | |
tree | 3a7ab8d0cb03ef07eccaa8e21d3050e621c3a94b /NEWS.markdown | |
parent | 268dca76d77f173e90dbdf732ecb691128ffe41d (diff) |
Update news for 1.1.2 release.
Diffstat (limited to 'NEWS.markdown')
-rw-r--r-- | NEWS.markdown | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/NEWS.markdown b/NEWS.markdown index bdd74eb52..8ae9d9dac 100644 --- a/NEWS.markdown +++ b/NEWS.markdown @@ -54,6 +54,52 @@ - Miscellaneous bug fixes and improvements +## HandBrake 1.1.2 + +### All platforms + +#### General + +- Fixed Blu-ray title name where reading from raw device +- Improved handling of broken units in Blu-ray source (skip and continue reading) + +#### Video + +- Fixed rare crash related to preview images, anamorphic, and default preset values +- Fixed jitter produced by 59.94 fps to 29.97 fps frame rate conversion + +#### Audio + +- Fixed duration of silence buffers (may improve audio/video sync for some sources) + +#### Build system + +- Fixed linker warning by setting libvpx target to minimum supported macOS version +- Fixed build failure with old GTK versions +- Miscellaneous Flatpak-related fixes and improvements + +#### Third-party libraries + +- Updated libraries (necessary to pull in needed bug fixes) + - libdvdread 6.0.0 (DVD decoding) + - libdvdnav 6.0.0 (DVD decoding) + +### Linux + +- Fixed potential crash where $HOME directory is missing +- Fixed legacy preferences causing preset window being shown at every launch +- Fixed preset name and menu display on Ubuntu 14.04 Trusty Tahr +- Fixed default destination file name for Blu-ray source to not include MPLS number +- Fixed queue reloading in Flatpak sandbox +- Fixed toolbar icons alignment and use correct art for lower pixel density +- Updated most translations + +### Mac + +- Fixed menu item and tooltip strings related to selection behavior +- Fixed crash where presets file contains invalid UTF-8 + + ## HandBrake 1.1.1 ### All platforms |