Skip to content

Commit

Permalink
fix date in changelog popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Jul 10, 2024
1 parent 912866b commit 68b9f63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* <cg>Fixed</c> <cl>No Coins</c> filter in <co>Filtered Search</c>
* <cg>Fixed</c> <cl>Followed List</c> granting <co>Friends Achievements</c>
* <cg>Fixed</c> <cl>Icon Glow</c> in <co>Followed List</c>
* Other bugfixes & improvements

## <cg>v4.2.1 / v4.2.2</c> (2024-07-08)
* <cg>Adjusted</c> internal rate-limits for BetterInfo caching
Expand Down
3 changes: 2 additions & 1 deletion src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ bool BetterInfo::isSavedFiltered() {
if(Mod::get()->getSavedValue<bool>(option)) return true;
}


return false;
}

Expand Down Expand Up @@ -690,7 +691,7 @@ FLAlertLayer* BetterInfo::createUpdateDialog() {
"BetterInfo",
"<cg>BetterInfo has updated!</c>\n"
"\n"
"<cy>Changelog:</c> <cg>v4.2.0</c> (2024-07-00)\n"
"<cy>Changelog:</c> <cg>v4.2.0</c> (2024-07-07)\n"
"- <cg>Added</c> <cl>list folders</c>\n"
"- <cg>Added</c> <cl>notification</c> when you can claim a <co>rated list reward</c>\n"
"- <cg>Added</c> <cl>followed user list</c> to <co>friends menu</c>\n"
Expand Down

0 comments on commit 68b9f63

Please sign in to comment.