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
cde3ea7c52
commit
47c48d6d32
@ -58,6 +58,7 @@
|
||||
* Fix crash in Google Translate Cloud V2 - thx Rielaph
|
||||
* Fix alpha in hex color codes - thx Paul
|
||||
* BDN XML - DropFrame="False" to DropFrame="false" - thx Alain
|
||||
* Fix EBU STL writing on Linux - thx felagund/PunchaiW
|
||||
|
||||
|
||||
3.6.13 (14th May 2023)
|
||||
|
@ -558,7 +558,7 @@ namespace Nikse.SubtitleEdit.Core.SubtitleFormats
|
||||
SeLogger.Error("EBU STL ENCODING DIFF LENGTH: " + TextField);
|
||||
}
|
||||
|
||||
bytes = textBytes.ToArray(); //TODO: we use new byte list - remove old codd
|
||||
bytes = textBytes.ToArray(); //TODO: we use new byte list - remove old code
|
||||
|
||||
|
||||
for (var i = 0; i < 112; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user