From 9f9b5baeb1ea0a9e4cb9e103b280883e63f5da4c Mon Sep 17 00:00:00 2001 From: Martin Fiedler Date: Wed, 25 Sep 2024 20:16:50 +0200 Subject: [PATCH] release version 1.3.0 --- ReleaseNotes.md | 14 ++++++++++++++ src/version.h | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index b778f5d..2229f6b 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,17 @@ +# 1.3.0 + +This release packs together all the small changes and (literal!) last-minute fixes that happened at Evoke, and a few others: +- updated to libopenmpt 0.7.10 with several fixes - see [here](https://lib.openmpt.org/libopenmpt/2024/09/22/security-update-0.6.19-releases-0.7.10-0.5.33-0.4.45/) +- more font rendering changes + - small fonts are now *way* more readable + - aliasing in scrolling texts is now really minimal +- added option to permanently the currently elapsed track time in the info bar: `show time = true` +- metadata auto-scrolling now only starts 10 seconds into the track and stops 10 seconds before the end, at latest + - makes it easier for the audience to read longer scrolltexts + - the delay can be adjusted with the `scroll delay` option (setting it to zero restores the old behavior) + + + # 1.2.2 A quick service release just before [some specific party](https://2024.evoke.eu), to make the compo organizer's life a bit easier: diff --git a/src/version.h b/src/version.h index b9edfa8..62abef8 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #pragma once constexpr inline const char* g_ProductName = "TrackMeister"; -constexpr inline const char* g_ProductVersion = "1.2.3~pre"; +constexpr inline const char* g_ProductVersion = "1.3.0";