summaryrefslogtreecommitdiffstats
path: root/NEWS.markdown
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2018-09-03 20:03:12 -0400
committerBradley Sepos <[email protected]>2018-09-03 20:03:12 -0400
commit2902288437613d4eb00bf8044cf0640bc8f77f9b (patch)
treec1496573a7d1066b03fcdc8dc38c88319ac14099 /NEWS.markdown
parent2f811a1140d02505c3c3b6c38494034c87236d94 (diff)
Update news with initial 1.2.0 release notes.
This is a version of 0b1ae20436ffaea25007bcb47faa41ca80fae99e (reverted) with proper Unix line endings (LF only).
Diffstat (limited to 'NEWS.markdown')
-rw-r--r--NEWS.markdown47
1 files changed, 47 insertions, 0 deletions
diff --git a/NEWS.markdown b/NEWS.markdown
index 0f9f3bbe5..7674a8c0f 100644
--- a/NEWS.markdown
+++ b/NEWS.markdown
@@ -1,5 +1,52 @@
# HandBrake News
+## HandBrake 1.2.0
+
+### All platforms
+
+#### General
+
+#### Video
+- Added Support for Nvidia NVENC encoder. (Windows Only. Linux Coming Soon)
+- Added Support for AMD VCE encoder. (Windows Only)
+
+### Audio
+- Improved AAC Encoder. This encoder is no longer considered beta.
+- Allow E-AC3 Muxing in MP4
+
+#### Command line interface
+
+#### Build system
+
+- Mac Toolchain script is now more robust against outages on 3rd party servers.
+- Removed --enable-local-autotools and --enable-local-pkgconfig and associated contribs
+
+#### Third-party libraries
+- FFmpeg 4.0 (Previously libav 12.3)
+- x265 2.8
+
+### Linux
+- Initial support for GTK 4
+- Bug Fixes: Multi-instance queues
+- Miscellaneous bug fixes and improvements
+
+### Mac
+- macOS 10.10 Yosemite is now the minimum supported version.
+- Initial Localisation Support.
+ - Supported Languages: German
+- Updated Sparkle to 0.19.0
+- Removed Growl support in favour of macOS built-in notifications.
+- Miscellaneous bug fixes and improvements including many small tweaks to auto-layout to better support localisation.
+
+### Windows
+- Portable Mode:
+ - You can now disable start-up update checking.
+ - Fixed an issue that created a "HandBrake Team" folder in Roaming.
+- Audio Behaviours: Now supports setting of: Mixdown, Bitrate, Sample Rate, Gain and DRC for the fallback encoder.
+- GUI CLI: New start-up options: --recover-queue-ids=<commend separated id list> to load only specific queue recovery files if desired.
+- Improved the Multi-instance queue recovery handler. Should avoid any instances where the wrong queue files are loaded up from a 2nd instance.
+- Miscellaneous bug fixes and improvements
+
## HandBrake 1.1.1
### All platforms