Skip to content

Commit

Permalink
MacroMate 1.0.19.0 (#4530)
Browse files Browse the repository at this point in the history
New Major Feature: Subscriptions

Subscriptions let you subscribe to a external macro
repository (typically hosted on git). Subscriptions provide a two-click
way to download the latest version of macros hosted externally, and will
automatically notify you when new updates are available (configurable).

Subscriptions only support vanilla macro features, subscription
repositories currently cannot add links or link conditions.

The primary use-case of this feature is to allow macro-using raiding
communities to quickly share macro changes, but other use case are
supported. Make sure to only subscribe to repositories you trust and
make sure to verify macros before you run them!
  • Loading branch information
grittyfrog authored Sep 2, 2024
1 parent d2f6b77 commit b3bf3d1
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions stable/MacroMate/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
[plugin]
repository = "https://github.com/grittyfrog/MacroMate.git"
commit = "b39c6102e8bcad66587ef2366fdbf3ce842b8806"
commit = "b0ac48a809fe963bc36d222286fc67c46d557961"
owners = ["grittyfrog"]
project_path = "MacroMate"
version = "1.0.18.0"
version = "1.0.19.0"
changelog = """
- 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
New Major Feature: Subscriptions
Subscriptions let you subscribe to a external macro
repository (typically hosted on git). Subscriptions provide a two-click
way to download the latest version of macros hosted externally, and will
automatically notify you when new updates are available (configurable).
Subscriptions only support vanilla macro features, subscription
repositories currently cannot add links or link conditions.
The primary use-case of this feature is to allow macro-using raiding
communities to quickly share macro changes, but other use case are
supported. Make sure to only subscribe to repositories you trust and
make sure to verify macros before you run them!
"""

0 comments on commit b3bf3d1

Please sign in to comment.