What's Changed
Three fixes addressing visual artifacts specific to Windows, improving the window rendering quality across all platforms.
🛠 Improvements
-
Removed persistent window edge shadow on Windows — Disabled native DWM shadow (
shadow: false) that created visible "water stain" artifacts around the transparent frameless window. macOS and Linux are unaffected. -
Fixed transparent corner edge artifacts on Windows — Windows 11 DWM applies its own ~8px rounded corners to window HWNDs, which conflicted with the CSS
border-radius: 12px, causing desktop background color to leak through at the corners. Now explicitly setsDWMWCP_DONOTROUNDvia the DWM API so CSS handles all rounding on the transparent canvas. -
Fixed DWM API type mismatch for Windows CI — Corrected
HWNDandDWMWA_WINDOW_CORNER_PREFERENCEtype casts forwindows-sys0.59 compatibility.
📦 Downloads
| Platform | File |
|---|---|
| macOS (Apple Silicon) | .dmg
|
| Windows (x64) | -setup.exe
|
| Linux (x64) | .AppImage / .deb
|
| Linux (ARM64) | .AppImage / .deb
|