Update change log

This commit is contained in:
Nikolaj Olsson 2020-12-09 10:40:26 +01:00
parent 35c98789bb
commit 81d232eecd
2 changed files with 6 additions and 2 deletions

View File

@ -3,6 +3,7 @@
3.6.0 (xth February 2021) BETA
* NEW:
* Use dotnet framework 4.6.2 (WinXP/Vista no longer supported)
* Add edit/sync of bdsup with position
* Add "Delete lines" to "Batch convert" - thx Milenko
* Add shortcut "Set start and set end of previous" - thx Jeff
* Add shortcut for toggle casing - thx LeonCheung
@ -24,6 +25,10 @@
* FIXED:
* Fix frame rate bug in FCP+image - thx Christopher
* Fix bdsup right align export issue - thx von Suppé
* Fix export FAB image script save path - thx rotorwave
* Change ms to "Seconds" in Karaoke/Typewriter - thx frenchiveruti/OmrSi
* Fix crash loading Cheetah Caption - thx mook1975
* Fix crash in video menu with video without audio - thx GrampaWildWilly
3.5.18 (9th November 2020)

View File

@ -1,11 +1,10 @@
using Nikse.SubtitleEdit.Core;
using Nikse.SubtitleEdit.Core.Common;
using Nikse.SubtitleEdit.Logic;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using Nikse.SubtitleEdit.Core.Common;
namespace Nikse.SubtitleEdit.Forms
{