Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

45 lines (32 loc) · 1.82 KB

Version 1.4

  • Make the UI more intuitive and better reflect the current state of the USB controller (PR #14)

Version 1.3

  • Target API 35 (PR #8, PR #9)
  • Fix compatibility when installed alongside other modules that modify plat_seapp_contexts with upcoming versions of Magisk (PR #13)

Version 1.2

  • msd-tool: Prevent updating the modification timestamp of /sys/fs/selinux/load (Issue #2, PR #6)
    • Please note there are no plans to implement further ways of evading detection by apps. This workaround just happened to be easy enough to implement.

Version 1.1

  • Update checksum for tensorflow-lite-metadata-0.1.0-rc2.pom dependency (PR #1)
  • Fix incorrect gradle inputs causing Rust source code to not be rebuilt (PR #3)
  • Remove unnecessary mlstrustedobject attribute from the msd_daemon SELinux type (PR #4)
  • Allow disabling individual images so that not all of them need to be active at the same time (PR #5)

Version 1.0

  • Initial release