Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamsoft committed Nov 8, 2024
1 parent 6734ab8 commit 8d95f9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 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 {
defaultConfig {
applicationId = "com.pyamsoft.tetherfi"

versionCode = 50
versionName = "20241107-1"
versionCode = 51
versionName = "20241107-2"

minSdk = rootProject.extra["minSdk"] as Int
targetSdk = rootProject.extra["targetSdk"] as Int
Expand Down
11 changes: 3 additions & 8 deletions app/src/main/java/com/pyamsoft/tetherfi/main/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,12 @@ class MainActivity : AppCompatActivity() {
override val applicationIcon = R.mipmap.ic_launcher

override val changelog = buildChangeLog {
feature(
"Support for RNDIS tethering proxy support instead of requiring Wi-Fi Direct")
bugfix("Hopefully for real this time - implement a per-client Bandwidth Limit")
bugfix(
"Fix a crash that would happen if the Connection screen was visited before the first device connected in specific cases.")
"Fix RNDIS connection for some devices")
change(
"Power Balance expert setting has been deprecated and will be removed in the next release. This expert setting was made largely obsolete by new, more efficient code.")
"Due to community feedback, the Power Balance Expert Setting will NOT be removed.")
change(
"Idle Timeout Tweak is now always ON. The UI will be removed in the next version.")
change("Deprecated Wake Locks UI has been removed")
change("Reduce memory allocation")
"Reduce idle timeout default from 1 minute to 10 seconds to reduce memory usage")
}
},
)
Expand Down

0 comments on commit 8d95f9c

Please sign in to comment.