Updated change log

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1101 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2012-04-08 09:39:56 +00:00
parent aab23c43bc
commit cffb2260c8
2 changed files with 19 additions and 1 deletions

View File

@ -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

View File

@ -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.*")]