Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamsoft committed Dec 27, 2024
1 parent 7f69be3 commit bfe1c15
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/src/main/java/com/pyamsoft/tetherfi/main/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,8 @@ class MainActivity : AppCompatActivity() {
override val applicationIcon = R.mipmap.ic_launcher

override val changelog = buildChangeLog {
change(
"Increase socket timeout default from 10 seconds to 30 seconds for better website compatibility")
feature(
"Added an expert setting to configure the Socket Timeout values for better performance or website compatibility.")
bugfix(
"Fixed Error dialog getting stuck on the Status screen")
}
},
)
Expand Down

0 comments on commit bfe1c15

Please sign in to comment.