We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63dc36 commit b909125Copy full SHA for b909125
2 files changed
ChangeLog.txt
@@ -2,7 +2,7 @@
2
Subtitle Edit Changelog
3
4
5
-v5.0.0-beta17 (xth April 2026)
+v5.0.0-beta17 (21st April 2026)
6
7
* Add Korean translation - thx Hackjjang
8
* Add Japanese translation - thx hisui3393
src/UI/Logic/Config/Se.cs
@@ -186,7 +186,7 @@ public static string TesseractModelFolder
186
public static string SpectrogramsFolder => Path.Combine(DataFolder, "Spectrograms");
187
public static string ShotChangesFolder => Path.Combine(DataFolder, "ShotChanges");
188
189
- public static string Version { get; set; } = "v5.0.0-beta16";
+ public static string Version { get; set; } = "v5.0.0-beta17";
190
191
public Se()
192
{
0 commit comments