From 52389eedb04272668dfffe539ce39afd1a2ee1e0 Mon Sep 17 00:00:00 2001 From: Nikolaj Olsson Date: Sat, 4 Jul 2026 21:31:28 +0200 Subject: [PATCH] Bump version to v5.1.0-beta11 and add changelog Changelog entries: Portuguese/duplicate-translation settings-save fix (#12180), ASSA Set position blank preview with HH:MM:SS:FF (#12182), and the restored WebVTT X-TIMESTAMP-MAP setting (#12181). Co-Authored-By: Claude Opus 4.8 (1M context) --- change-log.txt | 9 +++++++++ src/ui/Logic/Config/Se.cs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/change-log.txt b/change-log.txt index ceff4a1a59..aae81cb903 100644 --- a/change-log.txt +++ b/change-log.txt @@ -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 diff --git a/src/ui/Logic/Config/Se.cs b/src/ui/Logic/Config/Se.cs index 779746cb7a..35047b2f33 100644 --- a/src/ui/Logic/Config/Se.cs +++ b/src/ui/Logic/Config/Se.cs @@ -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 Shortcuts { get; set; } = new();