Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions change-log.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@

Subtitle Edit Changelog

v5.1.0-beta11 (4th of July 2026)

* Fix settings not saving when the UI language had a duplicate/empty translation (e.g. Portuguese Brazil) - the Options dialog no longer aborts on a repeated translated string, and a failed save now logs and shows an error instead of silently doing nothing - thx rosilucia-hub
* Fix ASSA "Set position" and "Image color picker" showing a blank video background when the "HH:MM:SS:FF" time code format was enabled - thx bichitoxxx
* Restore the WebVTT "X-TIMESTAMP-MAP" setting (Options -> Settings -> Subtitle Formats) to optionally ignore the header offset that shifts all time codes on load - thx anakinsleftleg
* Update Portuguese (Brazil) translation - thx rosilucia-hub

-----------------------------------------------------------------------------------------------------

v5.1.0-beta10 (4th of July 2026)

* Fix online speech-to-text (OpenRouter / Alibaba Qwen3-ASR) settings layout - the engine's settings rows no longer overlap/jumble together
Expand Down
2 changes: 1 addition & 1 deletion src/ui/Logic/Config/Se.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class Se
{
internal const int CurrentMacOsFontMigrationVersion = 1;

public static string Version { get; set; } = "v5.1.0-beta10";
public static string Version { get; set; } = "v5.1.0-beta11";

public SeGeneral General { get; set; } = new();
public List<SeShortCut> Shortcuts { get; set; } = new();
Expand Down