Skip to content

Commit

Permalink
bump version to 0.25.1, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed May 2, 2023
1 parent 3fce259 commit a7321c9
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.25.1

* App Features
* Reset window position when saved value is definitely invalid
* Use map colors from [Color Picker] (https://poptracker.github.io/color-picker.html) for map tooltips as well
* Fixes
* Archipelago Autotracking: reapply autotracking when resetting/loading state while connected
* Correctly apply hide_cleared_locations/hide_unreachable_locations on app start
* Don't warn about recursion when changing item state inside Lua access rule exactly once

## v0.25.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 25
#define APP_VERSION_REVISION 0
#define APP_VERSION_REVISION 1

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

0 comments on commit a7321c9

Please sign in to comment.