From f62490cbbac621422164066259cab5d73b8e076d Mon Sep 17 00:00:00 2001 From: grittyfrog <148605153+grittyfrog@users.noreply.github.com> Date: Sat, 31 Aug 2024 22:59:17 +1000 Subject: [PATCH] MacroMate 1.0.18.0 (#4515) - Add 'Current Craft - Max Durability' condition - Add 'Current Craft - Max Quality' condition - Add 'Current Craft - Difficulty' condition - Add 'Run Selected' context menu action to macro windows - Fix Icon Picker error for hi-res icons --- stable/MacroMate/manifest.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/stable/MacroMate/manifest.toml b/stable/MacroMate/manifest.toml index 7920621de6..41f37626cc 100644 --- a/stable/MacroMate/manifest.toml +++ b/stable/MacroMate/manifest.toml @@ -1,9 +1,13 @@ [plugin] repository = "https://github.com/grittyfrog/MacroMate.git" -commit = "fbb14785e8c333dc7ebac32495fe132a6e5821a6" +commit = "b39c6102e8bcad66587ef2366fdbf3ce842b8806" owners = ["grittyfrog"] project_path = "MacroMate" -version = "1.0.17.2" +version = "1.0.18.0" changelog = """ -- Maybe fix Macro Chain crash +- Add 'Current Craft - Max Durability' condition +- Add 'Current Craft - Max Quality' condition +- Add 'Current Craft - Difficulty' condition +- Add 'Run Selected' context menu action to macro windows +- Fix Icon Picker error for hi-res icons """