Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 05 May 18:42
3187bd2

3.0.0 (2026-05-05)

⚠ BREAKING CHANGES

  • MiniAppManifestSchema no longer accepts requiredPermissions or requiredCapabilities; both fields are silently stripped at parse time. CLI commands i99dash login and i99dash perms (and the underlying api/endpoints + auth/cert modules) are gone with the backend's admin_perms removal. Apps relying on install-time gating should migrate to runtime feature probing via client.has(...) — see MIGRATING.md.

Features

  • drop manifest perm/cap fields + perms/login CLI commands (#41) (e03c185)