diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf29b35..a9dfdf10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # PopTracker Changelog +## v0.17.1 + +* Fixes + * Fix y position of items in item grid + * Fix UAT-related crash when changing packs/variants +* App Features + * Hide "AT" if no auto-tracking backend is available + ## v0.17.0 * Fixes diff --git a/src/poptracker.h b/src/poptracker.h index 5f8d068c..dea48afe 100644 --- a/src/poptracker.h +++ b/src/poptracker.h @@ -48,7 +48,7 @@ class PopTracker final : public App { virtual ~PopTracker(); static constexpr const char APPNAME[] = "PopTracker"; - static constexpr const char VERSION_STRING[] = "0.17.0"; + static constexpr const char VERSION_STRING[] = "0.17.1"; protected: virtual bool start();