Releases: FancyWM/fancywm
Releases · FancyWM/fancywm
v2.19.0
Improvements
- Better Virtual Desktop API fallback (when Windows Updates change the internal API)
- Window change detection improvements
- Theme engine (in preview) #444
panel-bar {
border-color: white;
border-width: 1px;
border-radius: 12px;
filter: drop-shadow(0px 0px 8px white);
background-image: linear-gradient(30deg,
red 0%, blue 20%, green 40%, green 60%, orange 60%);
}

v2.19.0-rc
Improvements
- Better Virtual Desktop API fallback (when Windows Updates change the internal API)
- Window change detection improvements
- Theme engine (in preview) #444
panel-bar {
border-color: white;
border-width: 1px;
border-radius: 12px;
filter: drop-shadow(0px 0px 8px white);
background-image: linear-gradient(30deg,
red 0%, blue 20%, green 40%, green 60%, orange 60%);
}

v2.18.6-rc
Update winman-windows to 6047f03 This includes the experimental generic Virtual desktop bindings.
v2.18.5
v2.18.4
Bug fixes
- Fixed double-notification to register window which would create unexpected single-window panel
v2.18.3
Bug fixes
- Fixed DelayReposition setting not taking effect immediately
- Fixed rare unhandled WindowAlreadyRegisteredException when maximised window is restored
v2.18.2
Improvements
- Windows built-in Snap is temporarily suppressed when app is running
- Window actions bar now scales with the panel bar
- Window actions reveal radius scales with window padding and panel bar height
- Latency improvements
Bug fixes
- Fixed incorrect overlay position when workarea changes #429
- Fixed unhandled NoValidPlacementExistsException
v2.18.1
v2.18.0
Improvements
- Add shortcut in Settings > Interaction > Activate windows on hover to toggle built-in Windows mouse tracking (#238)
- Improved logging around displays connected / disconnected
Bug fixes
- Fixed race when window becomes visible then hidden quickly (eae423a)
- Improve robustness of Flex code
- Improve error logging for exceptions
- Fix registry CurrentVirtualDesktop GUID fast path code for Windows 10 (#425)
- Fix error handling for monitor information at startup (#426)
- Fix initial layout pass when WindowPadding = 0 and #windows > AutoSplitCount (#423, thanks @docwilco)