Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 09:26
d328530

2.0.0 (2026-07-03)

⚠ BREAKING CHANGES

  • permissions: modules calling host.fs.openItem / host.sys.openWith must now declare the launch permission (previously fs:read).

Features

  • add Ideas & Feature Ledger for envisioned modules and core feasibility (98c4285)
  • cli: disable --run <action> by default (opt-in build flag) (4688943)
  • cli: disable --run <action> by default (opt-in build flag) (32e4d53)
  • cli: move --run setting from build-time to Keychain + add settings UI toggle (e9dc4fc)
  • errors: enhance error handling and notification integration across modules (4099a7d)
  • fs: default Delete to Trash, keep permanent delete (2b50a1c)
  • fs: default Delete to Trash, keep permanent delete as a second action (14d4ed4)
  • modules: purge a module's secrets and cache on uninstall (0fe93d5)
  • modules: purge a module's secrets and cache on uninstall (e46f017)
  • permissions: implement PermissionError class and update error handling in dispatchCapability (c19689d)
  • permissions: split app-launching out of fs:read into a launch permission (ca1a7cb)
  • reveal: update version to 1.0.1 and restore launch permission (bcb5de1)
  • telemetry: add Settings toggle + declarative consent modal (d5e31fa)
  • telemetry: opt-in consent before any usage reporting (f5674c1)
  • telemetry: require opt-in consent before any usage reporting (7346a70)
  • website: add article authors, sources, comparison page, cover images and SEO (d336a58)
  • website: article authors, sources, comparison, cover images & SEO (b73456f)

Bug Fixes

  • articles: fix twitter name ilianazz_ (cfe9254)
  • file-list: roll size units over on rounding so files near 1 MB do not show "1024.0 KB" (749744c)
  • file-list: roll size units over on rounding so files near 1 MB don't show "1024.0 KB" (0f3757e)
  • fs: refuse mutations targeting ~/.mutka (module persistence escape) (5c7d8e7)
  • fs: refuse mutations targeting ~/.mutka (module persistence escape) (76fe316)
  • security: don't ship the web inspector in release builds (dd9ee86)
  • security: don't ship the web inspector in release builds (0803102)
  • ui: resolve react-hooks lint warnings in the desktop app (f0b0c83)
  • ui: resolve react-hooks lint warnings in the desktop app (252279f)
  • website: add twitter url to author card (88af843)