Skip to content

Commit

Permalink
bump version to 0.20.5, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed May 15, 2022
1 parent f6b028e commit d445ce7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PopTracker Changelog

## v0.20.4
## v0.20.5

* App Features
* New Icon by Cyb3R
Expand All @@ -11,6 +11,9 @@
* Allow empty arrays in access/visibility rules
* Fixes
* Fixed bug in AP UUID generation
* Use correct bottom end of items for hit test
* Load integrated SSL certificates from any asset dir
* Catch exceptions when aborting HTTPs to avoid crashing

## v0.20.3

Expand Down
2 changes: 1 addition & 1 deletion src/poptracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class PopTracker final : public App {
bool InstallPack(const std::string& uid, PackManager::confirmation_callback confirm = nullptr);

static constexpr const char APPNAME[] = "PopTracker";
static constexpr const char VERSION_STRING[] = "0.20.4";
static constexpr const char VERSION_STRING[] = "0.20.5";
static constexpr int AUTOSAVE_INTERVAL = 60; // 1 minute

protected:
Expand Down

0 comments on commit d445ce7

Please sign in to comment.