Skip to content

Commit

Permalink
bump version to 0.24.0, ...
Browse files Browse the repository at this point in the history
... update CHANGELOG and README
  • Loading branch information
black-sliver committed Mar 31, 2023
1 parent aabb516 commit 209fd41
Show file tree
Hide file tree
Showing 3 changed files with 19 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.24.0

* App Features
* Split-color map locations - press Ctrl+P to toggle
* Load customizable map location colors from `%appdata%\PopTracker\colors.json` or ~/.config/PopTracker/colors.json`
* 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)
* 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
* Allow `min_poptracker_version` in manifest.json to disable loading of incompatible packs.

## v0.23.0

* App Features
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ repositories, follow updates and get support.
| Blue | The check at this location is visible, but you cannot currently access the check. |
| Other | Locations with mixed accessibility checks will have the corresponding colors mixed. |

Colors can be customized by following instructions on
[the Color Picker page](https://poptracker.github.io/color-picker.html).

Press Ctrl+P to switch between "mixed" and "split" map location colors.

## Auto-tracking
### SNES Games
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 23
#define APP_VERSION_MINOR 24
#define APP_VERSION_REVISION 0

#ifndef XSTR
Expand Down

0 comments on commit 209fd41

Please sign in to comment.