Skip to content

Commit 64450ef

Browse files
committed
release v2.0.1
1 parent 0cdf875 commit 64450ef

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
defaultConfig {
1515
applicationId = "com.castle.sefirah"
1616

17-
versionCode = 15
18-
versionName = "2.0.0"
17+
versionCode = 16
18+
versionName = "2.0.1"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
2121

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
• feat: Allow manual refresh of the app list
2+
• feat: Implement receiving bulk file transfers
3+
• feat: Add Quick Settings tile to toggle connection
4+
• feat: Add mute toggle for audio devices
5+
• feat: Add network discovery options (for mesh VPN users, switch to "Always on" for auto-reconnection)
6+
• feat: Add custom actions support (temporarily removed long-press for timer)
7+
• feat: Add a public intent for Tasker and other automation apps (START action connects to the last connected device, STOP disconnects)
8+
• refactor: Optimize image loading in DeviceCard
9+
• refactor: Improve SMS services data handling
10+
• refactor: Use saved local device name for the SFTP server
11+
• fix: File transfer notification updates properly
12+
• fix: Added missing "Connect" action implementation on the device screen
13+
• fix: Improve connection state handling

0 commit comments

Comments
 (0)