Skip to content

Commit

Permalink
bump version to 0.18.2, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Feb 4, 2022
1 parent 1f05201 commit 657de29
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# PopTracker Changelog

## v0.18.2

* Fixes
* Fix some locations not updating when loading/resetting state
* Fix "glitch-reachable" for @-access_rules
* Fixed multiple issues handling Archipelago connect errors and disconnect
* App Features
* Win32: enable "visual style" (fancier MessageBoxes)
* Remember last import/export file when loading state
* Pack Features
* Return empty table for Item.Owner to support more packs

## v0.18.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 @@ -63,7 +63,7 @@ class PopTracker final : public App {
virtual ~PopTracker();

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

protected:
Expand Down

0 comments on commit 657de29

Please sign in to comment.