diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a1744..1b97b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # PopTracker Changelog -## next +## v0.29.0 +* App Features + * Show Archipelago name/alias in tooltip on "AP" hover + * Update bundled SSL certificates * Pack Features - * Lua: add `Tracker.AllowDeferredLogicUpdate` to make bulk update faster; see docs or PopTracker.lua - + * Lua: fix `Tracker.AllowDeferredLogicUpdate` to actually work and make bulk updates faster + * Lua: add Archipelago:GetPlayerAlias, :GetPlayerGame, :GetItemName, :GetLocationName + * Add "aphintgame" flag +* Misc + * Include schema and api in distribution files ## v0.28.0 diff --git a/src/version.h b/src/version.h index 3132129..90d9fc8 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 28 +#define APP_VERSION_MINOR 29 #define APP_VERSION_REVISION 0 #ifndef XSTR