Skip to content

Commit

Permalink
bump version to 0.19.0, update CHANGELOG + README
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Feb 13, 2022
1 parent a396a5a commit 94c4f4d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# PopTracker Changelog

## v0.19.0

* Fixes
* Fix modifying watches from watch callbacks
* Fix vertical strech of some widgets
* Fix/ignore composite toggles with bad left/right
* Fix what codes a composite toggles provides
* Fix setting progressive with allow_disabled from Lua
* Change progressive with allow_disabled to what people expect
* App Features
* Actually reload pack with the reload button when files changed
* Make pack list scrollable
* Make snes auto-tracking work for SRAM (requires usb2snes mapping)
* Pack Features
* Add support for consumable increment and decrement
* Added snes memory mapping flags (hirom, lorom, exhirom, exlorom) for AT
* Support @-rules for locations (not just sections)
* More lenient typing from Lua and json
* Change return value of `Add*Watch*` to be a watch reference (currently name)
* Allow saving/loading nil for Lua items
* Make ovarlay's/badge's pink background transparen
* Partial support for 'legacy' packs

## v0.18.2

* Fixes
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is work in progress. Some pre-existing packs work, some do not.

Download a binary release or build from source.

Copy or unpack gamepacks to `EXEDIR/packs`, `HOME/PopTracker/packs`, `Documents/PopTracker/packs` or `CWD/packs` (ZIPs supported starting with v0.14.0).
Copy or unpack tracker packs to `EXEDIR/packs`, `HOME/PopTracker/packs`, `Documents/PopTracker/packs` or `CWD/packs`.
On Windows it will also find packs installed in EmoTracker.
On macOS EXEDIR is *inside* the app bundle.

Expand Down Expand Up @@ -58,8 +58,7 @@ See their respective documentation.

### PC Games
We do not allow direct access to process memory or sockets from Lua. Instead
[UAT](https://github.com/black-sliver/UAT) can be used to recieve "variables"
starting with v0.16.
[UAT](https://github.com/black-sliver/UAT) can be used to recieve "variables".

### Archipelago Multiworld
[Archipelago](https://archipelago.gg) allows connecting to a Multiworld as a tracker.
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.2";
static constexpr const char VERSION_STRING[] = "0.19.0";
static constexpr int AUTOSAVE_INTERVAL = 60; // 1 minute

protected:
Expand Down

0 comments on commit 94c4f4d

Please sign in to comment.