Skip to content

Notion Desktop v0.2.8

Choose a tag to compare

@LBurny LBurny released this 26 Aug 13:29
· 3 commits to main since this release

English | 中文说明

Fixes the dark-mode window border issue on affected machines by replacing the fragile PowerShell Add-Type approach with koffi native FFI.

  • The DWM dark-mode attribute is now set directly from the main process via koffi (N-API prebuilt, no .NET compiler / CLM dependency), eliminating the Add-Type compilation failure that left the 1px border white on some machines.
  • DWM/theme calls append to nd-dwm.log in %APPDATA%\notion-desktop\ for cross-machine diagnosis.