mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Update change log
This commit is contained in:
parent
35c98789bb
commit
81d232eecd
@ -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)
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user