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