mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Update change log
This commit is contained in:
parent
eb23bd20e2
commit
fe7335a099
@ -32,6 +32,8 @@
|
||||
* Edit interjection is now a text box - thx Andrebavila
|
||||
* Bookmark list now has context menu with edit/delete - thx Andrebavila
|
||||
* Update Tesseract to 5.3.3 (2023-10-05, 64-bit only)
|
||||
* Auto-translate re-written, so it's easier to add new translators
|
||||
* Close all processes when closing Faster Whisper - thx Purfview
|
||||
* FIXED:
|
||||
* Fix remember text box settings (bold/size) - thx Siamak
|
||||
* Fix crash in CSV reader - thx Waseem
|
||||
|
@ -3,7 +3,6 @@ using Nikse.SubtitleEdit.Core.Common;
|
||||
using Nikse.SubtitleEdit.Logic;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Globalization;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
Loading…
Reference in New Issue
Block a user