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
16 changes: 16 additions & 0 deletions change-log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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-rc17";
public static string Version { get; set; } = "v5.1.0-rc18";

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