Skip to content

Commit

Permalink
Bumped version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-4 committed Aug 3, 2024
1 parent 447f127 commit 8878c9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ val commitHash: String by extra {

val moduleId by extra("zygisk-assistant")
val moduleName by extra("Zygisk Assistant")
val verName by extra("v2.1.1")
val verCode by extra(211)
val verName by extra("v2.1.2")
val verCode by extra(212)
16 changes: 2 additions & 14 deletions update_metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
## 2.1.1
+ Added prop hiding! 🎉
+ Added FD reopener, might solve some issues.
+ Changed mount detection logic to include bind mounts on KSU.

## 2.1.0
+ Added Zygisk hide for Magisk 27.0.
+ Fixed bind mount hiding. ReVanced is fully hidden now.
+ All Systemless Hosts modules are hidden now.
+ Fixed compatibility issues with other modules.

## 2.0.4
+ Fixed an issue causing root to be lost.
+ Fixed potential incompatibilities with other apps.
## 2.1.2
+ Added scripts to reset sensitive props.

0 comments on commit 8878c9f

Please sign in to comment.