Skip to content

Releases: dokutan/macrodevice

version 2.0

29 Nov 12:06
Compare
Choose a tag to compare
  • Updated the Lua interface, breaking compatibility with existing scripts:
    • It is now possible to open multiple devices simultaneously
    • You can add macrodevice.open(backend, settings, input_handler) to the bottom of your script to restore compatibility
  • Changed the way root permissions are dropped
    • Removed the --user and --group options
    • Use macrodevice.drop_root(user_id, group_id) or macrodevice.drop_root("username") in your script instead (after calling macrodevice.open(…))

version 1.0

04 Sep 13:25
Compare
Choose a tag to compare

This is the first release, all major features i had planned are implemented.