TypeWhisper 1.4.0-rc1 opens the 1.4 release-candidate line with the first community-plugin preparation work and a clearer Integrations hub. This work is intentionally scoped to 1.4; the 1.3.x line continues to use the existing official plugin registry feed.
Highlights
- Added the
plugins-community-v1.jsonregistry feed for1.4preview and stable builds. - Kept
1.3.xbuilds on the existingplugins-v1.jsonmarketplace feed. - Added registry
sourcemetadata so official and community plugins can be separated in the app UI. - Redesigned Integrations around a compact grouped list with dedicated Installed, Discover, and Manual tabs.
- Added source, hosting, and multi-capability badges plus compact capability filtering so bundled, marketplace, community, manual, local, cloud, transcription, LLM, action, and memory integrations can be scanned together.
- Exposed user workflows to plugins through read-only Plugin SDK snapshots for community plugin use cases such as workflow-aware post-processing.
- Removed the 1.3-era Legacy cleanup surface from Settings. The 1.4 settings navigation goes directly to Workflows without a Legacy migration page.
Testing Focus
- Verify official marketplace plugins still resolve from
plugins-v1.jsonon1.3.x. - Verify
1.4.0-rc*,1.4.0daily, and1.4.0stable builds resolve fromplugins-community-v1.json. - Smoke-test the Integrations hub tabs, Discover search, Community toggle, capability filter menu, multi-capability badges, manual bundle installation, and incompatible bundle warnings.
- Verify plugins can read
host.availableWorkflowswithout receiving internal app model objects. - Verify the Settings sidebar no longer shows a Legacy page and old profile/prompt navigation requests land in Workflows.