- Magisk v27 fix
- Update magisk delta support (now called kitsune)
- Add support for APatch
- Add support for magisk atomic mounting (in theory)
- Define SERVICED, POSTFSDATAD, and SYSTEM_ROOT if not already defined - were removed or renamed in magisk 26.2 and 26.3 for no good reason :/
- Bug fix for boot-completed scripts
- Updates for KSU
- min ksu version now v0.6.6
- added support for boot-completed scripts
- Bug fixes for custom partitions
- Add override for extra partitions in event you have workaround for support for regular magisk installs
- Add support for KSU modules
- Add support for magisk delta
- Add support for other partitions - note that you need magisk delta or ksu installed to use these
- Make debug default behavior, remove flag
- Fix uninstall script so it'll clean up files outside of module folder if user manually deletes module folder
- Update variables for magisk 26
- Update for magisk 24
- Added zygisk module support
- Misc fixes
- Fix for magisk canary
- Minimum magisk version now 20.4
- Small fix for magisk canary
- 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
- 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
- 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
- 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
- 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
- No longer use .core - it'll be deprecated soon
- Fix for uninstall
- Fix bug in debug function during uninstalls
- Misc fixes
- Initial release