Skip to content

Releases: FancyWM/fancywm

v2.19.0

14 Mar 19:12

Choose a tag to compare

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%);
}
Screenshot

v2.19.0-rc

07 Mar 12:10

Choose a tag to compare

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%);
}
Screenshot

v2.18.6-rc

21 Feb 11:24

Choose a tag to compare

v2.18.6-rc Pre-release
Pre-release
Update winman-windows to 6047f03

This includes the experimental generic Virtual desktop bindings.

v2.18.5

15 Feb 09:16

Choose a tag to compare

Bug fixes

  • Fixed InvalidWindowReferenceException due to race thrown when window is closed #440
  • Fixed InvalidDisplayReferenceException when monitor info cannot be queried #438
  • Fixed taskbar on top incompatibility #432

v2.18.4

07 Feb 09:44

Choose a tag to compare

Bug fixes

  • Fixed double-notification to register window which would create unexpected single-window panel

v2.18.3

04 Feb 18:40

Choose a tag to compare

Bug fixes

  • Fixed DelayReposition setting not taking effect immediately
  • Fixed rare unhandled WindowAlreadyRegisteredException when maximised window is restored

v2.18.2

04 Feb 07:36

Choose a tag to compare

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

30 Jan 08:44

Choose a tag to compare

Bug fixes

  • Fixed secondary windows not managed in this version #430

v2.18.0

27 Jan 08:34

Choose a tag to compare

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)

v2.18.0-alpha12

26 Jan 21:32

Choose a tag to compare

v2.18.0-alpha12 Pre-release
Pre-release

Bug fixes

  • Fix initial layout pass when WindowPadding = 0 and #windows > AutoSplitCount (#423, thanks @docwilco)