mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2024-12-22 14:37:24 +08:00
1.9 KiB
1.9 KiB
v2.0 - 1.29.2022
- Update for magisk 24
- Added zygisk module support
- Misc fixes
v1.8 - 11.21.2021
- Fix for magisk canary
- Minimum magisk version now 20.4
v1.7 - 9.9.2021
- Small fix for magisk canary
v1.6 - 9.12.2020
- Updates for latest magisk - minmagisk is 20 now
- Added back ro.build.product to device_check for older roms
- Moved credits so it'll work with latest magisk mod template
v1.5 - 3.27.2020
- Have debug log be part of regular log, remove superfluous stuff, module dev can just add what they want
- Removed addon runtime confusion - all scripts are install.sh now
- Added manufacturer option to device_check
- Fixes for Magisk 20.4
v1.4 - 2.20.2020
- Add more vendor perms
- Fixed uninstall.sh script install behavior - it'll install if there's files outside of modpath or if there's custom logic at the top of it
- Misc bug fixes
v1.3 - 1.22.2020
- Move debug log to same location as magisk log - Download folder
- Add proper chcon for vendor files - fixes various issues with audioflinger and maybe more with android Q
- Remove empty folders after moving files for DYNLIB
- Fix api check bug
v1.2 - 1.17.2020
- Fixed bug in debug log
- Fixed DYNLIB so it won't move empty files (replacements) to vendor
- Magisk manager only installs now - will automatically remove module if flashed in recovery
- Removed extra crap that was needed for recovery installs
- Removed common/uninstall and upgrade scripts, no need for them anymore
- Removed mount_part function - no need for it now since recovery is no longer supported - just remount partition as rw
- More in line with regular magisk module template now - flashing zip always installs/upgrades mod. To uninstall, use magisk manager
v1.1 - 1.11.2020
- No longer use .core - it'll be deprecated soon
- Fix for uninstall
- Fix bug in debug function during uninstalls
- Misc fixes
v1.0 - 1.4.2020
- Initial release