Skip to content

Commit

Permalink
Bump version to 0.29.0, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Sep 28, 2024
1 parent bb4fb3c commit 0cccec8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# PopTracker Changelog

## next
## v0.29.0

* App Features
* Show Archipelago name/alias in tooltip on "AP" hover
* Update bundled SSL certificates
* Pack Features
* Lua: add `Tracker.AllowDeferredLogicUpdate` to make bulk update faster; see docs or PopTracker.lua

* Lua: fix `Tracker.AllowDeferredLogicUpdate` to actually work and make bulk updates faster
* Lua: add Archipelago:GetPlayerAlias, :GetPlayerGame, :GetItemName, :GetLocationName
* Add "aphintgame" flag
* Misc
* Include schema and api in distribution files

## v0.28.0

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define _VERSION_H

#define APP_VERSION_MAJOR 0
#define APP_VERSION_MINOR 28
#define APP_VERSION_MINOR 29
#define APP_VERSION_REVISION 0

#ifndef XSTR
Expand Down

0 comments on commit 0cccec8

Please sign in to comment.