Skip to content

Commit

Permalink
v2.2 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3423 committed Sep 29, 2024
1 parent a5a2b5c commit ec957e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId = "spam.blocker"
minSdk = 29
targetSdk = 35
versionCode = 201
versionName = "2.1"
versionCode = 202
versionName = "2.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
7 changes: 7 additions & 0 deletions metadata/en-US/changelogs/202.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
New:
- RecentApps: individual duration for each app
- "Contact Group" mode in regex rule, making it easy to block all contacts in a group at once instead of blocking them individually
- Context menu item "Delete duplicated rules"
Fix:
- UI frozen due to super long regex
- rule count indicator in "delete all(%d) rules" never get updated

0 comments on commit ec957e4

Please sign in to comment.