From cffb2260c8e8c7e2a964ed0011c06b8497b54411 Mon Sep 17 00:00:00 2001 From: niksedk Date: Sun, 8 Apr 2012 09:39:56 +0000 Subject: [PATCH] Updated change log git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1101 99eadd0c-20b8-1223-b5c4-2a2b2df33de2 --- src/ChangeLog.txt | 18 ++++++++++++++++++ src/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog.txt b/src/ChangeLog.txt index b5d684a54..a9e46e2dc 100644 --- a/src/ChangeLog.txt +++ b/src/ChangeLog.txt @@ -1,5 +1,23 @@ Subtitle Edit Changelog +3.2.7 (xth April 2012) + * NEW: + * Added Finnish language - thx Veikko + * IMPROVED: + * VLC audio extraction now generates smaller wave file - thx utocne + (transcoding parameters now in Settings.xml) + * Added "Find text" to Point Sync + Set Sync Point - thx eMWu + * Unbreak/auto-break buttons now also work on selected lines - thx XhmikosR + * FIXED: + * Crash in "Fix common errors" - thx Dragan B + * New-line character in Final Cut Pro Xml format - thx Axel Schmidt + * Bug in "Import plain text" regarding "Auto split text" + * Crash in AutoBr line + * Crash/bug in vobsub reading - thx T.S. + * Crash when reading vobsub files with errors - thx Sofiaguy + * EBU stl format reading now skips user data - thx Peter + + 3.2.6 (29th March 2012) * NEW: * Added new subtitle formats - now 100 formats supported diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 6f7664f2b..bc1c2bac3 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -31,4 +31,4 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.2.6.*")] +[assembly: AssemblyVersion("3.2.7.*")]