Skip to content

Commit

Permalink
MacroMate 1.0.19.2 (#4591)
Browse files Browse the repository at this point in the history
- Rewritten vanilla macro binding, hopefully fixes the macro chain crash
  • Loading branch information
grittyfrog authored Sep 18, 2024
1 parent 6af33d8 commit abf7942
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions stable/MacroMate/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
[plugin]
repository = "https://github.com/grittyfrog/MacroMate.git"
commit = "874335f3fa26abeef4285de4f4b3179ecd549c29"
commit = "5c1ab8d575196c3b86a0ce8e53a98fa50a84301d"
owners = ["grittyfrog"]
project_path = "MacroMate"
version = "1.0.19.1"
version = "1.0.19.2"
changelog = """
- Subscription status window no longer auto-grows forever
- Made subscription job downloads Parallel (max 4 at a time), this
significantly speeds up sync time for large subscriptions.
- Significantly improved caching of subscription macros, checking for
updates is now much quicker and will only fully download a macro when
changes have been made.
- Limited subscription jobs to 1 at a time (to prevent getting rate-limited by github).
- Made subscription loading spinners fancier
- Added 'Copy URL to Clipboard' action to subscriptions
- Rewritten vanilla macro binding, hopefully fixes the macro chain crash
"""

0 comments on commit abf7942

Please sign in to comment.