Skip to content

Commit

Permalink
Bump version to 0.28.0, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Sep 10, 2024
1 parent 8625953 commit dee1f1a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# PopTracker Changelog

## v0.28.0

* App Features
* Add option to disable/ignore High DPI scaling on Windows (for testing; enable in poptracker.json)
* Don't disable screensaver (old behavior can be restored in poptracker.json)
* Major performance improvement resolving logic (~4x as fast)
* Minor other performance improvements
* Update bundled SSL certificates
* Pack Features
* Lua: add `Tracker.AllowDeferredLogicUpdate` to making bulk update even faster; see docs or PopTracker.lua
* Fixes
* Fix memory watches triggering even if no console is connected
* Update apclientpp, to filter out duplicate Archipelago locations (during `!collect`)
* Don't detect some pack downgrades as upgrades
* Ignore scroll lock when checking for hotkeys
* Update Lua to 5.4.7+2 fixing a few bugs

## v0.27.1

* Fixes
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define _VERSION_H

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

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

0 comments on commit dee1f1a

Please sign in to comment.