mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-24 20:22:41 +01:00
Update change log
This commit is contained in:
parent
4b613fffd8
commit
87fc742c75
@ -55,6 +55,7 @@
|
||||
* Fix crash in "Fix commo errors" - thx dramirvf
|
||||
* Fix auto generate waveform with video with empty audio - thx LeonCheung
|
||||
* Fix a few broken spell check dictionary links
|
||||
* Fix removing italic when toggling music symbols - thx Charvelx04
|
||||
|
||||
|
||||
4.0.3 (23rd December 2023)
|
||||
|
@ -3206,7 +3206,6 @@ namespace Nikse.SubtitleEdit.Core.Common
|
||||
return pre + text + post;
|
||||
}
|
||||
|
||||
|
||||
public static string AddSymbols(string tag, string text, string endTag)
|
||||
{
|
||||
text = RemoveSymbols(tag, text, endTag);
|
||||
|
Loading…
Reference in New Issue
Block a user