Skip to content

Commit

Permalink
prepare release v0.17.0
Browse files Browse the repository at this point in the history
update changelog
  • Loading branch information
black-sliver committed Oct 30, 2021
1 parent 0cfbb63 commit c70fafe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# PopTracker Changelog

## v0.17.0

* Fixes
* Make clear_as_group also check hosted_item
* Make clear_as_group default to true
* Pack Features
* Allow Lua "codes" (`$...`) in ProviderCountForCode
* Add support for visibility_rules
* Add overlay_background for consumables and LuaItems

## v0.16.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.16.0";
static constexpr const char VERSION_STRING[] = "0.17.0";

protected:
virtual bool start();
Expand Down

0 comments on commit c70fafe

Please sign in to comment.