Skip to content

Commit

Permalink
v3.5 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3423 committed Nov 20, 2024
1 parent 182d58f commit 2bc1c24
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
with:
repo_token: "${{ secrets.SYNC_TOKEN }}"
draft: false
automatic_release_tag: "v3.4"
automatic_release_tag: "v3.5"
prerelease: false
title: ""
files: |
Expand Down
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 = 304
versionName = "3.4"
versionCode = 305
versionName = "3.5"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
16 changes: 16 additions & 0 deletions metadata/en-US/changelogs/305.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Fixes:
- android 15 tooltip truncated
- rule "Save" button is always disabled under certain conditions

Improvements:
- swipe left to dismiss the snackbar
- "Mark all as read" for history records
- new workflow actions:
- "Enable App" and "Enable Workflow"
- use case: temporarily disable the app and auto re-enable it after 1 hour
- "Find Rules" and "Modify Rules"
- use case: temporarily disable/enable multiple rules
- support more .csv separators: , ; |

Changes:
- Tapping a history record will only mark it as read, swipe right to open the conversation in the default app.

0 comments on commit 2bc1c24

Please sign in to comment.