Skip to content

Releases: Myvryn/ra-plugin-manifest-editor

Release list

v1.1.0

Choose a tag to compare

@Myvryn Myvryn released this 21 Aug 23:09

What's new since v1.0.0

  • Map availability checking — cross-checks each plugin against RA Control's own local map cache and flags anything missing a control Mapping, so you know what still needs to be set up in RA Control.
  • Cleaner toolbar — the map-checking actions are now grouped into a single "Maps" menu, and a standard select-all checkbox in the plugin table header replaces the old "Check all filtered"/"Uncheck all" buttons.
  • In-app Help — a small "?" icon next to Settings opens a built-in help panel covering everything the app does.
  • "Removal history" moved next to Settings for quicker access.
  • Local settings are now encrypted at rest on Windows.

All checks here are read-only against files RA Control already maintains on your machine — no network access required for any of this.

Downloads

  • Windows: RAPluginManifestEditor-win-x64.zip
  • macOS (Apple Silicon): RAPluginManifestEditor-macOS-AppleSilicon.zip
  • macOS (Intel): RAPluginManifestEditor-macOS-Intel.zip

Mac builds are cross-compiled and unsigned — see the README for the Gatekeeper workaround.

v1.0.0

Choose a tag to compare

@Myvryn Myvryn released this 19 Aug 19:49

First tagged release.

Features:

  • Open, filter, sort, and bulk-select plugins in RA Control's HostMode.props
  • Remove checked plugins with a confirmation step
  • Automatic timestamped backup written before every save
  • Persistent removal history — auto-reselects a plugin if RA's own scanner adds it back
  • One-click Restore to put a removed plugin back without reloading the whole file
  • Warns you if you click Save with plugins checked but never actually removed

Downloads:

  • RAPluginManifestEditor-win-x64.zip — Windows 10/11 (64-bit), self-contained, no .NET install required
  • RAPluginManifestEditor-macOS-AppleSilicon.zip — macOS on Apple Silicon (M1/M2/M3/M4)
  • RAPluginManifestEditor-macOS-Intel.zip — macOS on Intel

macOS note: these builds are cross-compiled from Windows and have not been tested on real Mac hardware. They're unsigned, so macOS Gatekeeper will block a plain double-click — right-click the app → Open, or run chmod +x RAPluginManifestEditor && xattr -d com.apple.quarantine RAPluginManifestEditor in Terminal first.