Update docs

This commit is contained in:
topjohnwu
2021-02-23 03:06:00 -08:00
parent 8c7bd77d33
commit b9669f54f7
5 changed files with 62 additions and 21 deletions

View File

@@ -1,5 +1,17 @@
# Magisk Changelog
### v22.0
- [General] Magisk and Magisk Manager is now merged into the same package!
- [App] The term "Magisk Manager" is no longer used elsewhere. We refer it as the Magisk app.
- [App] Support hiding the Magisk app with advanced technique (stub APK loading) on Android 5.0+ (it used to be 9.0+)
- [App] Disallow re-packaging the Magisk app on devices lower than Android 5.0
- [App] Detect and warn about multiple invalid states and provide instructions on how to resolve it
- [MagiskHide] Fix a bug when stopping MagiskHide does not take effect
- [MagiskBoot] Fix bug when unpacking `lz4_lg` compressed boot images
- [MagiskInit] Support Galaxy S21 series
- [MagiskSU] Fix incorrect APEX paths that caused `libsqlite.so` fail to load
### v21.4
- [MagiskSU] Fix `su -c` behavior that broke many root apps