Update change log

This commit is contained in:
niksedk 2023-10-19 17:14:35 +02:00
parent eb23bd20e2
commit fe7335a099
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,8 @@
* Edit interjection is now a text box - thx Andrebavila * Edit interjection is now a text box - thx Andrebavila
* Bookmark list now has context menu with edit/delete - 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) * 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: * FIXED:
* Fix remember text box settings (bold/size) - thx Siamak * Fix remember text box settings (bold/size) - thx Siamak
* Fix crash in CSV reader - thx Waseem * Fix crash in CSV reader - thx Waseem

View File

@ -3,7 +3,6 @@ using Nikse.SubtitleEdit.Core.Common;
using Nikse.SubtitleEdit.Logic; using Nikse.SubtitleEdit.Logic;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Drawing;
using System.Globalization; using System.Globalization;
using System.Text; using System.Text;
using System.Windows.Forms; using System.Windows.Forms;