Skip to content

Commit

Permalink
temp disable notification clear call; bump version to 4.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Aug 19, 2024
1 parent c37be8a commit 3b86c95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## <cg>v4.2.8</c> (2024-08-19)
* <cg>Fixed</c> <cr>a crash</c> caused by the user recklessly deleting resources
* <cg>Fixed</c> <cr>a visual glitch</c> where <cl>unfavorited lists</c> appear in <co>favorited lists tab</c>

## <cg>v4.2.7</c> (2024-08-08)
* <cg>Fixed</c> <cr>a crash</c> when <cj>Last Page Search</c> reaches infinite pages
* <cg>Fixed</c> a rare <cr>startup crash</c> caused by <cj>Level Lists</c>
Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "3.4.0",
"version": "v4.2.7",
"version": "v4.2.8",
"gd": {
"win": "2.206",
"android": "2.206",
Expand Down
2 changes: 1 addition & 1 deletion src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ void BetterInfo::showUnimportantNotification(const std::string& content, Notific

void BetterInfo::cancelUnimportantNotifications() {
for(auto& notification : s_notifications) {
notification->cancel();
//notification->cancel();
}
s_notifications.clear();
}

0 comments on commit 3b86c95

Please sign in to comment.