From e5fab2292c38e7849927ea54a2b3023d8d8de288 Mon Sep 17 00:00:00 2001 From: niksedk Date: Tue, 28 Jul 2026 06:00:33 +0200 Subject: [PATCH] Prepare v5.1.0-rc18 Add the rc18 change log entry covering everything merged since the v5.1.0-rc17 tag (PRs #12874-#12897) and bump Se.Version accordingly. Co-Authored-By: Claude Opus 5 --- change-log.txt | 16 ++++++++++++++++ src/ui/Logic/Config/Se.cs | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/change-log.txt b/change-log.txt index 57e75320fe..a58e92e6c7 100644 --- a/change-log.txt +++ b/change-log.txt @@ -3,6 +3,22 @@ Subtitle Edit Changelog ----------------------------------------------------------------------------------------------------- +v5.1.0-rc18 (28th of July 2026) + +* Set sync point: add a time code box so the sync point can be typed directly (SE4 parity) +* Fix CrispASR text to speech freezing the app on every generation - thx subof +* Speech to text: point at the Model field when an OpenAI-compatible server rejects it - thx acc4github +* Surround only the selected text with music symbols - thx fraternl +* Fix common errors: flash "Analyzing..." on every re-scan - thx Davanix +* Restore the SE4 order of the two split items in the text box right-click menu - thx Chouu +* Fix truncated labels and narrow controls in two spell check dialogs - thx bovirus +* Fix the subtitle grid scroll bar paging past the cursor when holding the trough - thx ivandrofly +* Fill in the missing Dutch translations - thx Albertos22 +* Update the Italian translation - thx bovirus +* Improve the Polish translation of the OCR embedded subtitles dialog - thx potplayer-fanpack + +----------------------------------------------------------------------------------------------------- + v5.1.0-rc17 (27th of July 2026) * Update llama.cpp to b10142 and offer the CUDA 13 build on Windows diff --git a/src/ui/Logic/Config/Se.cs b/src/ui/Logic/Config/Se.cs index 4d081c259f..89797ae317 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-rc17"; + public static string Version { get; set; } = "v5.1.0-rc18"; public SeGeneral General { get; set; } = new(); public List Shortcuts { get; set; } = new();