Skip to content

Donut Browser v0.29.2

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Aug 21:33

What's New in v0.29.2 🍩

Maintenance release focused on reliability and developer environment updates. No user-facing UI features; this patch refactors sync and profile-import logic and updates docs and dev tooling.

Improvements

  • Cleanup and refactor of sync internals (325d8fa) β€” reduces edge-case behavior, clarifies sync code paths, and improves robustness when reconciling remote/local state.
  • Refactor of profile import logic (32a1728) β€” more resilient import handling, clearer error cases, and improved correctness across Chromium-family profiles.

Documentation

  • Updated CHANGELOG.md and README.md to reflect v0.29.1 changes (a6b4108).

Developer Experience

  • Linting and code-style housekeeping (b1c4559, 929f5a0) to keep the codebase clean and consistent.
  • flake.nix updated for v0.29.1 (a6b7934) β€” developer environment refresh.
  • Version bump commit (5afde36).

Notes

  • No migration steps required for users. Developers should refresh their dev environment (flake/nix) after pulling.