Skip to content

Commit

Permalink
Bump version to 0.30.1, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Jan 10, 2025
1 parent f4bdcaf commit be50886
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
# PopTracker Changelog

## v0.30.1

* Fixes
* Windows: Fix crash when installing packs
* Windows: Fix visual styles not being applied
* Fix crash when map widget/image has size of 0
* Fix width calculation of map location tooltips with hidden sections
* Fix window size not being restored when loading a state
* Fix min/default window size of broadcast view
* Lua: also cache require if the module returns nil / doesn't return
This now follows regular Lua behavior and require returns `true` in that case.

## v0.30.0

* App Features
* Unicode path support everywhere
* Fixes
* Macos: Fixed file selection issues (when loading state)
* Fixed horizontal min size for settings window and some containers
* Fixed memory watches triggereing when AP or UAT connects
* Fixed memory watches triggering when AP or UAT connects
* Fixed location ref not working if target section has empty name
* Fixed mistakes in schema

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

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

0 comments on commit be50886

Please sign in to comment.