Skip to content

Commit

Permalink
Bump version to 0.30.2, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Feb 16, 2025
1 parent a8d2b81 commit f936c4f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# PopTracker Changelog

## v0.30.2

* Fixes
* Linux: Fix crash when using sdl2-compat
* Fix overlay position of hosted items
* Remove special alignment handling when overlay text overflows
* AP: Fix event timing for reset while connected
* AP: Fix performance for huge sync games by sending NoText tag
* AP: Fix performance for huge sync games by enabling compression
* Fix location performance under some circumstances
* only when AllowDeferredLogicUpdate is enabled,
which will likely become the default in the future
* this change may make any use of BulkUpdate obsolete

## v0.30.1

* Fixes
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 30
#define APP_VERSION_REVISION 1
#define APP_VERSION_REVISION 2

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

0 comments on commit f936c4f

Please # to comment.