Skip to content

v0.2.14

Choose a tag to compare

@github-actions github-actions released this 11 May 11:20
· 29 commits to main since this release

Release v0.2.14

Changes since v0.2.13:

  • Added local browser extension management, including local import, library management, and install/uninstall/toggle flow improvements.
  • Fixed environment URL propagation through the runtime launch pipeline and refactored create-window/Tauri launch flow to consume top-level urls consistently.
  • Added grouped environment cookie support and refined the environment cookie editing experience.
  • Updated Windows CI and release workflows: migrated builds to GitHub-hosted runners, pinned pnpm v9 for Node 20, and split official/public Windows release workflows.
  • Improved community-facing documentation with contributor onboarding, issue templates, PR template, and more visible community entry points in the READMEs.

Commits included:

  • docs: add community badges to readmes
  • ci: migrate Windows Tauri build to GitHub-hosted runner
  • ci: pin pnpm to v9 for Node 20 workflows
  • docs: add contributor onboarding and issue templates
  • ci: split official and public Windows release workflows
  • docs: highlight community channels in readmes
  • fix: propagate environment urls through runtime launch
  • feat: add local browser extension management
  • refactor(environment): consume top-level urls in create-window and tauri launch flow
  • feat: support grouped environment cookies
  • refine cookie add action in environment dialog