Skip to content

Commit

Permalink
Bump version to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Oct 25, 2022
1 parent 0c4c7e6 commit 22c1c8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/managers/CvoltonManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,14 @@ FLAlertLayer* CvoltonManager::updateCompleteDialog(bool forced) {
versions.push_back(
"<cg>BetterInfo has updated!</c>\n"
"\n"
"<cy>Changelog:</c> <cg>(v2.4.2 - 2022-10-26)</c>\n"
"- <co>RobTop Bug Fix:</c> Made <cr>unloadable</c> profiles <cg>loadable</c>\n(but still not searchable)\n"
"- <cy>Delayed</c> <cj>auto submit to leaderboards</c> to <co>level exit</c> (+1s)\n"
"- <cg>Added</c> a <co>time left indicator</c> to <cj>Finding Last Page</c>\n"
"- Bugfixes & improvements"
);

versions.push_back(
"<cy>Changelog:</c> <cg>(v2.4.1 - 2022-08-24)</c>\n"
"- <cg>Fixed</c> <cr>spacebar crash</c> in <cj>paginated alerts</c>\n"
"- <cg>Added</c> the ability to <co>change pages</c> using <cy>left/right keys</c> in <cj>paginated alerts</c>\n"
Expand Down
2 changes: 1 addition & 1 deletion src/managers/CvoltonManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CvoltonManager : public gd::GManager {


public:
inline static const char* version = "v2.4.1\n";
inline static const char* version = "v2.4.2\n";
inline static const char* modName = "BetterInfo";
inline static const char* modNameColored = "Better<cg>Info</c>";
std::string latestVer;
Expand Down

0 comments on commit 22c1c8f

Please sign in to comment.