Skip to content

v0.16.1-beta.7

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Jun 23:01
· 204 commits to main since this release
f5f18ef

Delta since previous beta (v0.16.1-beta.6) — 1 new changeset.

Patch Changes

  • Fix the appearance theme toggle flickering other open project windows. With more than one project open, switching Light/Dark/System made every non-focused window flicker rapidly before settling on the right appearance. The cause was the window-chrome translucency material being re-applied to every open window on every theme change — work that scales with the number of windows and rebuilds the macOS vibrancy view each time, even though the material never needs to change on a light/dark switch. The desktop app now skips re-applying a window's translucency when it is unchanged, so theme switches are flicker-free across all open windows. Genuine "Reduce transparency" accessibility changes still apply to every window.