Skip to content

Commit

Permalink
Bumped version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-4 committed Apr 24, 2024
1 parent e03060e commit 72f96df
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h3 align="center">Zygisk Assistant</h3>

<p align="center">
A Zygisk module that hides root by unmounting suspicious mounts in user-mode.
A Zygisk module that aims to hide the existence root and Zygisk.
<br />
<br />
<a href="https://github.com/snake-4/Zygisk-Assistant/issues">Report Bug</a>
Expand All @@ -16,7 +16,18 @@
<!-- ABOUT THE PROJECT -->
## About The Project

This module creates a new transparent namespace for each application in preAppSpecialize and unmounts common root mounts.
Using the **release** build is recommended over the debug build. Only use debug builds if you are going to make a bug report.

### KernelSU & APatch users:
1. Install ZygiskNext.
1. Make sure the unmount setting is enabled for the target app in the KernelSU/APatch Manager.
1. Disable `Enforce DenyList` in ZygiskNext settings if there is one.

### Magisk users:
1. Update your Magisk to 27.0 or newer for better hiding capabilities. (optional)
1. Turn on Zygisk in Magisk settings.
1. Turn off `Enforce DenyList` in Magisk settings.
1. Add the target app to the deny list unless you're using a Magisk fork with a white list instead.


<!-- CONTRIBUTING -->
Expand Down
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.0.4")
val verCode by extra(204)
val verName by extra("v2.1.0")
val verCode by extra(210)
12 changes: 6 additions & 6 deletions update_metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## 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.0.3
+ Bind mounts are also hidden now.

## 2.0.2
+ Fixed Magisk compatibility.

## 2.0.1
+ Added update.json for automatic updates.

0 comments on commit 72f96df

Please sign in to comment.