What's Changed
Improved window behavior on Linux: non-NVIDIA users now get proper full-screen maximization without wasted rounded-corner gaps, while NVIDIA users with the DMABuf workaround retain the existing safe behavior.
🐛 Bug Fixes
- Linux maximize now removes border-radius for non-NVIDIA users — Previously, all Linux users kept 12px rounded corners when maximized (wasting screen space). Now only systems with
WEBKIT_DISABLE_DMABUF_RENDERER=1(typically NVIDIA with proprietary drivers) retain rounded corners to avoid the WebKitGTK alpha compositing bug (WebKitGTK #262607)
✨ New Features
- DMABuf renderer detection command — New
is_dmabuf_renderer_disabledTauri command detects whether the WebKitGTK DMABuf workaround environment variable is active, enabling platform-aware window behavior
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon · Intel | .dmg
|
| Windows | x64 · ARM64 | -setup.exe
|
| Linux | x64 · ARM64 | .AppImage .deb
|