Skip to content

Commit

Permalink
Bump version to 0.30.0, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Dec 30, 2024
1 parent 3c99761 commit 009d6a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# PopTracker Changelog

## 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 location ref not working if target section has empty name
* Fixed mistakes in schema

## v0.29.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 @@ -2,7 +2,7 @@
#define _VERSION_H

#define APP_VERSION_MAJOR 0
#define APP_VERSION_MINOR 29
#define APP_VERSION_MINOR 30
#define APP_VERSION_REVISION 0

#ifndef XSTR
Expand Down

0 comments on commit 009d6a1

Please sign in to comment.