Skip to content

Latest commit

 

History

History
executable file
·
70 lines (56 loc) · 2.37 KB

CHANGELOG_TEMPLATE.md

File metadata and controls

executable file
·
70 lines (56 loc) · 2.37 KB

v3.1.1 - 21/07/2023

  • Added support and donate sections to module.prop
  • Removed unnecessary files

v3.1.0 - 30/06/2023

  • Added KernelSU support
  • Changed branch name as a variable in module.prop and update.json files
  • Fixed CHANGELOG.md issue

v3.0.2 - 28/05/2023

  • Updated to MMT-Extended v2.1 again
  • Changed some intallation scripts

v3.0.1 - 25/05/2023

  • Updated to MMT-Extended v2.1

v3.0.0 - 21/05/2023 (by symbuzzer)

  • Initial release

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