Skip to content

Commit

Permalink
Bump version to 0.27.1, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Aug 31, 2024
1 parent ce2e9a6 commit f0d24c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# PopTracker Changelog

## v0.27.1

* Fixes
* Lua: add missing Archipelago:StatusUpdate for Manual
* Fix crash when switching packs/variants that assign to .Icon
* Ignore invalid URL for text drag&drop (Linux only)
* Make auto-save path and default export filename portable
* Fix version comparison in some cases (for update notifications)
* Show correct text in settings window tooltip for progressive items
* Fall back to generic versions_url for invalid pack versions_url

## v0.27.0

* App Features
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define APP_VERSION_MAJOR 0
#define APP_VERSION_MINOR 27
#define APP_VERSION_REVISION 0
#define APP_VERSION_REVISION 1

#ifndef XSTR
#define XSTR(s) STR(s)
Expand Down

0 comments on commit f0d24c4

Please sign in to comment.