Skip to content

Commit cd01ada

Browse files
committed
v4.15 ready
1 parent 0f8d1f6 commit cd01ada

3 files changed

Lines changed: 25 additions & 4 deletions

File tree

.github/workflows/new_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
app-release.apk
6464
app-release.without-internet-permission.apk
6565
debug.symbol.tar.gz
66-
tag_name: "v4.14"
67-
body_path: "${{ github.workspace }}/metadata/en-US/changelogs/414.txt"
66+
tag_name: "v4.15"
67+
body_path: "${{ github.workspace }}/metadata/en-US/changelogs/415.txt"
6868

6969

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232
applicationId = "spam.blocker"
3333
minSdk = 29
3434
targetSdk = 35
35-
versionCode = 414
36-
versionName = "4.14"
35+
versionCode = 415
36+
versionName = "4.15"
3737

3838
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3939
}

metadata/en-US/changelogs/415.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Please re-backup.
2+
3+
Breaking change:
4+
- STIR Lenient mode is removed.
5+
The new "Lenient" label means "don't block unverified call".
6+
7+
New:
8+
- Customizable notification:
9+
icon, color, sound, LED, grouping
10+
- Workflow trigger: "Call Event"
11+
Run a workflow on incoming call.
12+
Use case: remove number prefix for "1 SIM card dual numbers"
13+
14+
Fix:
15+
- RepeatedCall/AnsweredNumber, crash that caused by "private" number.
16+
- It asks for wrong permissions after restoring.
17+
- History indicator ignores "for particular number".
18+
19+
Improvement:
20+
- Workflow actions File Read/Write now support date tags, such as `{day_of_week}`.
21+
Use case: Do a daily backup and only keep last 7 backups.

0 commit comments

Comments
 (0)