Skip to content

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 26 Aug 01:58
· 55 commits to main since this release
4d973a5

A fix release for macOS 26.

With "Blur the desktop behind the window" on, Tahoe showed a see-through
terminal over a sharp desktop: Liquid Glass rebuilt the layer tree under
the effect view gpui blurs with, so the window went translucent without
ever being blurred. On macOS 26 and later the blur is now asked of the
WindowServer directly, which is how the vendored gpui of 0.4 did it before
the move to upstream gpui dropped that path; earlier releases of macOS are
unchanged. The fix lives in rugpui (https://github.com/xcomart/rugpui), the
library rulogman shares with rudbman and rudbgen.

Nothing else changes. The winget manifests are re-issued for this version.

What's Changed

  • Record the published 0.5.0 hash and date by @xcomart in #36
  • build: bump rugpui to d4f59e9 so macOS 26 blurs behind the window by @xcomart in #37
  • chore: bump version to 0.5.1 by @xcomart in #38

Full Changelog: v0.5.0...v0.5.1