From 009d6a1add2a480b73666957278feb3a9cc0baff Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:18:53 +0100 Subject: [PATCH] Bump version to 0.30.0, update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ src/version.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec725032..2fbf5983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # PopTracker Changelog +## v0.30.0 + +* App Features + * Unicode path support everywhere +* Fixes + * Macos: Fixed file selection issues (when loading state) + * Fixed horizontal min size for settings window and some containers + * Fixed memory watches triggereing when AP or UAT connects + * Fixed location ref not working if target section has empty name + * Fixed mistakes in schema + ## v0.29.0 * App Features diff --git a/src/version.h b/src/version.h index 90d9fc87..2b435288 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,7 @@ #define _VERSION_H #define APP_VERSION_MAJOR 0 -#define APP_VERSION_MINOR 29 +#define APP_VERSION_MINOR 30 #define APP_VERSION_REVISION 0 #ifndef XSTR