chore: Bump version to v0.10.1 (124)
Build on push / build (push) Canceled after 0s

This commit is contained in:
deltazefiro
2026-02-25 12:56:52 +08:00
parent 5b45ec149e
commit 7111d2e1cf
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ android {
minSdkVersion 26
targetSdkVersion 36
compileSdk = 36
versionCode 123
versionName "0.10.0"
versionCode 124
versionName "0.10.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -0,0 +1,6 @@
v0.10.1
- Add dark theme selection
- Add customizable panic button color and persistent position (#107, #108)
- Prevent hiding root managers (KSU/Magisk forks) and privilege escalation managers (Shizuku, Dhizuku, etc.)
- Fix file hiding with chmod on non-primary user (#242)
- Fix preference persistence for hide paths and apps (#244)