Skip to content

Grove v0.1.2-alpha

Pre-release
Pre-release

Choose a tag to compare

@capad-xyz capad-xyz released this 25 Jun 02:06

A performance patch over v0.1.1, targeting random scroll/click stutter and slow commit loads.

What changed

  • The file watcher no longer reacts to high-volume build/dependency directories (node_modules, target, dist, build, .svelte-kit, .next). notify watches recursively and ignores .gitignore, so a running build or editor used to flood Grove with events and spin a refresh loop. This was the main cause of the "random stuck" stutter.
  • Live refresh now defers while you are actively scrolling or clicking, and skips re-laying-out the graph when nothing actually changed.
  • Opening a commit makes two git calls instead of four, so commit details load faster.

Install (Windows x64)

  • Grove_0.1.2_x64-setup.exe (NSIS installer, ~2.3 MB), or
  • Grove_0.1.2_x64_en-US.msi (~3.4 MB)

Still unsigned: Windows SmartScreen will warn. Click "More info", then "Run anyway". Installs over a previous version in place.

Windows only for now. Built with Tauri 2 and Svelte 5.