Skip to content

Commit

Permalink
v3.3 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3423 committed Oct 24, 2024
1 parent aecdf6e commit 5b31ef8
Show file tree
Hide file tree
Showing 2 changed files with 13 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 = 302
versionName = "3.2"
versionCode = 303
versionName = "3.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
11 changes: 11 additions & 0 deletions metadata/en-US/changelogs/303.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Fix:

- RepeatedCall/Dialed fail to idenntify international and domestic numbers belonging to the same person. Thanks to @lbschenkel for the PR.
The permission READ_PHONE_STATE is necessary for this to work. (it's optional)
- History record not showing full date for old records

Improvement:

- Show execution coundown in the workflow context menu.
- Expand/Collapse workflow list by clicking the header
- New options for action "Import as Regex Rule": Create/Replace/Merge and Blacklist/Whitelist

0 comments on commit 5b31ef8

Please sign in to comment.