diff options
author | jbrjake <[email protected]> | 2007-08-31 17:15:58 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-08-31 17:15:58 +0000 |
commit | 3713ef340567624211c13b2360a9fea3b61a823c (patch) | |
tree | cfd29615f6b8f44d198ea550034539283694fd15 /NEWS | |
parent | c76b73c885e850297693747796f11acd1f10fa0e (diff) |
Updates NEWS file with changes for the upcoming release of 0.9.1
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@912 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,5 +1,30 @@ NEWS file for HandBrake <http://handbrake.m0k.org/>
+Changes between 0.9.0 and 0.9.1:
+
+ Core HandBrake Changes:
+ + Added: Forced subtitle support
+ + Changed: Color subtitles now display in color, instead of being transparent.
+ + Changed: All errors to stderr with hb_log() instead of to stdout with fprintf()
+ + Changed: Accept stream input where the file type is in caps (.VOB instead of just .vob, etc)
+ + Fixed: No more hanging when using MKV with chapter markers
+ + Fixed: "Same as source" FPS now works correctly when the end-credits of a progressive film are interlaced.
+ + Fixed: "Slow" deinterlacing no longer doubles up the chapter markers
+ + Fixed: Proper display of fading subtitles
+ Assorted other changes
+
+ Mac Changes:
+ + Changed: Bigger buffer for the Activity Log
+ + Fixed: Closing the main window no longer causes HandBrake to quit
+ + Fixed: Changing dimensions in Picture Settings no longer causes a crash
+ Assorted other changes
+
+ Windows Changes:
+ + Added: More robust exception handling
+ + Added: On-completion options to shutdown, suspend, etc
+ + Added: Turn tooltips on or off
+ Assorted other changes
+
Changes between 0.8.5b1 and 0.9.0:
Core HandBrake Changes
|