diff options
author | Bradley Sepos <[email protected]> | 2019-12-19 14:24:16 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2019-12-19 14:30:55 -0500 |
commit | 9c6e623403e7f159c5cb53f8326de90df2adf424 (patch) | |
tree | 4dda54c1a031854427c352df40d021e9d0e37233 | |
parent | 0800ca3e60f8e836336a0760d72827793c8b8dd2 (diff) |
Update NEWS.markdown for 1.3.1 release.
(cherry picked from commit 3dfc21eac2f221c6a65e026fec4227bf96129140)
-rw-r--r-- | NEWS.markdown | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/NEWS.markdown b/NEWS.markdown index 97a7f2632..681aa0850 100644 --- a/NEWS.markdown +++ b/NEWS.markdown @@ -1,5 +1,64 @@ # HandBrake News +## HandBrake 1.3.1 + +### All platforms + +#### Video + +- Fixed rotation/flip not working properly in some cases +- Improved AMD VCE rate control by always explicitly setting the rate control method +- Added a workaround to fix x265 not parsing the H.265 Level setting where localized +- Added an upstream patch to fix x265 limit-tu bug in loading co-located CU's TU depth +- Added an upstream patch to fix x265 2-pass encoding failure + +#### Audio + +- Fixed importing older presets where "und" was used to select any language track + - Since HandBrake 1.3.0, "any" selects any language track and "und" selects undefined language tracks only + +#### Subtitles + +- Fixed importing older presets where "und" was used to select any language track + - Since HandBrake 1.3.0, "any" selects any language track and "und" selects undefined language tracks only + +#### Build system + +- Fixed cpp and lib flags causing build failures on some Linux systems + +### Linux + +- Fixed UI translations not working in some cases +- Fixed display of chapter start times +- Fixed small memory leak in audio list + +### Mac + +- Fixed importing external ASS/SSA subtitles +- Fixed statistics not updating after queue completion +- Updated documentation link to the most recent documentation version + +### Windows + +- Fixed missing UI translations for some languages + - Español (Spanish) + - Français (French) + - 한국어 (Korean) + - русский (Russian) + - Türkçe (Turkish) +- Fixed official presets not updating after installing a new release +- Fixed preference for automatically naming file extension MP4/M4V not working +- Fixed an issue preventing the use of relative paths for automatic naming +- Fixed audio and subtitles selection behavior not saving when set via the Save New Preset dialog +- Fixed closed captions not being added automatically per selection behavior +- Fixed iPod 5G support option displaying when an incompatible encoder is selected +- Fixed queue updating slowly or not updating in some cases +- Fixed tooltip text color in dark theme +- Fixed crash related to dark theme +- Fixed window not restoring properly after minimizing to system tray +- Fixed frame rate mode not updating on video codec change, preventing QSV zero-copy mode + + ## HandBrake 1.3.0 ### All platforms |