Skip to content

Commit 42687fb

Browse files
committed
Simplify What's New notes for users
1 parent 30fe658 commit 42687fb

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

app/src/main/java/com/appcontrolx/ui/MainActivity.kt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,15 @@ class MainActivity : AppCompatActivity() {
4949
private fun showWhatsNewDialog() {
5050
val updateLog = """
5151
|v1.1.0
52-
|• Showcase website with gallery
53-
|• Expanded background ops viewer
54-
|• Autostart Manager (13 OEM brands)
55-
|• App sheet stacking fix
56-
|• ProGuard fixes for release builds
52+
|• View more background ops in app detail
53+
|• Autostart Manager for all brands
54+
|• Bug fixes and improvements
5755
|
5856
|v1.0.0
59-
|• Initial release
6057
|• Freeze/Unfreeze apps
61-
|• Force Stop & Clear Cache/Data
58+
|• Force Stop, Clear Cache/Data
6259
|• Restrict/Allow Background
63-
|• Batch operations with progress
60+
|• Batch operations
6461
|• Activity Launcher
6562
|• Action Logs with rollback
6663
""".trimMargin()

0 commit comments

Comments
 (0)