Skip to content

Commit

Permalink
prepare release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Apr 24, 2021
1 parent 1537584 commit 18bfe26
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# PopTracker Changelog

## v0.14.0

* App Features
* Accept mouse clicks when window is not focused
* Add support for zipped packs (no need to unpack anymore)
* Auto-save should now always work
* More debug output
* Pack Features
* arguments to lua access rules
* `JsonItem.MaxCount` now readable and writable
* dummy `LocationSection.CapturedItem` to allow packs to load
* Make items' pink background transparent
* Fixes
* don't let SNES auto-tracking block unloading packs
* fix bug in creating (auto-save) directories
* fix a memory leak when creating directories

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

static constexpr const char APPNAME[] = "PopTracker";
static constexpr const char VERSION_STRING[] = "0.12.1";
static constexpr const char VERSION_STRING[] = "0.14.0";

protected:
virtual bool start();
Expand Down

0 comments on commit 18bfe26

Please sign in to comment.