Skip to content

Commit

Permalink
bump version to 0.20.2, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Mar 20, 2022
1 parent f5869e4 commit 20b4fa2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# PopTracker Changelog

## v0.20.2

* App Features
* Allow continuous resizing of windows on Windows and Mac
* Pack Features
* Allow non-integers in margin (ignoring the fraction)
* Add Player number as argument to Archipelago ItemHandler
* Add AutoTracker:GetConnectionState

## v0.20.1

* Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/poptracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class PopTracker final : public App {
virtual ~PopTracker();

static constexpr const char APPNAME[] = "PopTracker";
static constexpr const char VERSION_STRING[] = "0.20.1";
static constexpr const char VERSION_STRING[] = "0.20.2";
static constexpr int AUTOSAVE_INTERVAL = 60; // 1 minute

protected:
Expand Down

0 comments on commit 20b4fa2

Please sign in to comment.