Skip to content

Commit

Permalink
prepare release v0.17.1
Browse files Browse the repository at this point in the history
update changelog
  • Loading branch information
black-sliver committed Nov 4, 2021
1 parent 6fce5d4 commit 02e301b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/poptracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 02e301b

Please sign in to comment.