Skip to content

1.1.1

Choose a tag to compare

@ktlamors ktlamors released this 02 Sep 14:16
· 3 commits to master since this release
fix: avoid removeCommand API newer than minAppVersion

refreshUIStrings used Plugin.removeCommand, added in 1.7.2, while the
manifest declares minAppVersion 1.7.0 (no-unsupported-api review error).
Instead keep the Command returned by addCommand and update its name
field directly.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>