diff --git a/Changelog.txt b/Changelog.txt index e1bd16285..3f007efb6 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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) diff --git a/src/ui/Forms/EffectKaraoke.cs b/src/ui/Forms/EffectKaraoke.cs index 982ae6399..2fe69972b 100644 --- a/src/ui/Forms/EffectKaraoke.cs +++ b/src/ui/Forms/EffectKaraoke.cs @@ -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 {