Skip to content

Synara v0.3.3

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jun 01:17

What's new

VS Code Store launches on Windows

Synara can now open VS Code and VS Code Insiders installed from the Microsoft Store. Editor launch discovery understands Windows packaged app identities and can fall back to URI activation when the normal code command is unavailable, while keeping file-manager launches separate from editor-specific behavior.

Optional provider update checks

Provider update checks now respect a dedicated setting. The server settings contract, web settings migration, settings search, provider health checks, root notifications, and update filtering all share the same enableProviderUpdateChecks preference, so Synara can stay quieter about external CLI versions when you ask it to.

Cleaner icon and logo assets

The Synara mark and app assets were refreshed across desktop resources, marketing assets, web favicons, and packaged release artifacts. This also corrects the macOS icon path after the Ventura rounded-icon work and removes the temporary literal Dock icon workaround.

More unified workspace browsing

Workspace explorer navigation, DockExplorerPane behavior, file-row styling, diff stat labels, and shortcut settings were tightened so file browsing and review surfaces feel more consistent. Explorer keyboard navigation also has focused coverage now.

Lighter idle polling

Local server polling now uses a calmer idle cadence while preserving active-session refresh behavior, reducing background work when Synara is sitting idle.

Release-gate fixes

The release pass also cleaned up formatter drift in recent Windows editor-launch and desktop artifact code, updated the server settings push test fixture for provider update checks, and aligned one editor fallback path with the Effect API available in this workspace.

Verification

  • bun run fmt:check passed after targeted formatting for three files caught by the first gate.
  • bun run lint passed with 155 warnings and 0 errors.
  • bun run typecheck passed across all 8 packages after fixing the settings fixture and Effect handler compatibility.
  • bun run release:smoke passed and refreshed install/lockfile state.
  • bun run build passed with the existing known build warnings.
  • bun run test passed: 10 tasks successful in 5m8.962s. Web passed 188 files / 2212 tests. Server passed 136 files with 1 skipped file, 1475 passed tests, and 6 skipped tests.
  • Website changelog mirror checks passed: npm run build prerendered /changelog/v0.3.3, and npm run lint passed.

Full changelog

v0.3.2...v0.3.3

New contributor