From f936c4f73bfcb49cd7889261bd12ad05b051123e Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Sun, 16 Feb 2025 01:19:59 +0100 Subject: [PATCH] Bump version to 0.30.2, update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ src/version.h | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8811d23..6380267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # PopTracker Changelog +## v0.30.2 + +* Fixes + * Linux: Fix crash when using sdl2-compat + * Fix overlay position of hosted items + * Remove special alignment handling when overlay text overflows + * AP: Fix event timing for reset while connected + * AP: Fix performance for huge sync games by sending NoText tag + * AP: Fix performance for huge sync games by enabling compression + * Fix location performance under some circumstances + * only when AllowDeferredLogicUpdate is enabled, + which will likely become the default in the future + * this change may make any use of BulkUpdate obsolete + ## v0.30.1 * Fixes diff --git a/src/version.h b/src/version.h index 46cf653..9fb7176 100644 --- a/src/version.h +++ b/src/version.h @@ -3,7 +3,7 @@ #define APP_VERSION_MAJOR 0 #define APP_VERSION_MINOR 30 -#define APP_VERSION_REVISION 1 +#define APP_VERSION_REVISION 2 #ifndef XSTR #define XSTR(s) STR(s)