File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments