From bc54c3c6132afb24eb5ec0ee35ea31fcb58416d9 Mon Sep 17 00:00:00 2001 From: GrittyFrog Date: Sun, 4 Aug 2024 19:13:58 +1000 Subject: [PATCH] MacroMate 1.0.17.0 - Added 'Import from Game' feature See: `New > Import > From Game` and `Right Click > Import Here > From Game` - Added 'Bulk Delete' edit mode action - Allow Shift + Right Click to select nodes into edit mode --- stable/MacroMate/manifest.toml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/stable/MacroMate/manifest.toml b/stable/MacroMate/manifest.toml index f0ebf1c248..2ac27931fd 100644 --- a/stable/MacroMate/manifest.toml +++ b/stable/MacroMate/manifest.toml @@ -1,13 +1,12 @@ [plugin] repository = "https://github.com/grittyfrog/MacroMate.git" -commit = "a4894050160d82f737db9ce5af195a487570760f" +commit = "fbe7abb520b4b7da168b5512f864551bdf3e0d85" owners = ["grittyfrog"] project_path = "MacroMate" -version = "1.0.16.0" +version = "1.0.17.0" changelog = """ -- Added 'Import to Macro Mate' context menu action (vanilla macro UI) -- Added 'Open in Macro Mate' context menu action (vanilla macro UI) -- Added 'Update in Macro Mate' context menu action (vanilla macro UI) -- Added setting to disable context menu actions -- Fixed search clear text button not appearing +- Added 'Import from Game' feature + See: `New > Import > From Game` and `Right Click > Import Here > From Game` +- Added 'Bulk Delete' edit mode action +- Allow Shift + Right Click to select nodes into edit mode """