Skip to content

Commit

Permalink
bump version to 0.25.0, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Apr 16, 2023
1 parent 5758ae3 commit b8baee4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
# PopTracker Changelog

## v0.25.0

* App Features
* Hide empty sections in cases where a hosted item does not exist
* Hide map location if it has no sections
* Make map tooltips scroll vertically on overflow
* Automatically ping Archipelago host to keep the connection alive
* Pack Features
* settings.json: `{ "smooth_scaling": true }` enables high quality / smooth scaling for the pack
* Fixes
* Default itemgrid horizontal alignment to center
* Lua: skip/ignore [BOM](https://en.wikipedia.org/wiki/Byte_Order_Mark)
and print warning if found in a .lua file.

## v0.24.1

* Fixes
* Fix PopTracker sometimes selecting potable mode when it shouldn't

### Hotfix 1

* Fixes
* Fixed Archipelago SSL support - this was a build issue and only affects the Windows release build.

## v0.24.0

* App Features
Expand All @@ -13,7 +32,7 @@
* Color Picker: https://poptracker.github.io/color-picker.html
* Additional Hotkeys: ctrl+R to reload, ctrl+shift+R to force-reload
* Portable mode: create `portable.txt` next to the EXE to skip using user's `%appdata%` or `~/.config`
* Update Archipelago client lib (better support for APWorlds through data package checksum)
* Update Archipelago client lib (better support for APWorlds through data package checksum, wss/SSL support)
* Enable Server Name Identification (SNI) on HTTPS - required to get updates from github in some regions
* Disable tls1.1 and older for HTTPS
* Pack Features
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 24
#define APP_VERSION_REVISION 1
#define APP_VERSION_MINOR 25
#define APP_VERSION_REVISION 0

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

0 comments on commit b8baee4

Please sign in to comment.