Skip to content

Commit

Permalink
bump version to 0.26.0, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed May 9, 2024
1 parent f2ebd09 commit 445db8a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# PopTracker Changelog

## v0.26.1

* App Features
* Properly detect visibility and fix window position on start
* Save and restore window size when loading a pack
* AP: detect common copy & paste mistakes in server:port
* Pack Features
* Don't warn for empty (`[]`) rules
* Switch DEBUG to flags and initialize DEBUG from config's "debug"
* default to none (`nil`)
* disabling FPS logging by default
* see docs/PACKS.md for more info
* Dev Features
* Add unit testing framework
* Fix building on M1
* Fixes
* Fix rules not working correctly for renamed duplicate locations
* Fix ':' breaking '@' and '^' rules
* Fix build on M1 with homebrew

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

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

0 comments on commit 445db8a

Please sign in to comment.