Skip to content

0.3.3

Compare
Choose a tag to compare
@sminez sminez released this 16 Jul 08:15
· 52 commits to develop since this release

What's Changed?

  • Issue 272 - removing the dependency on pango and cairo (#274)
  • fixed invalid desktop entry example in the getting started guide
  • added resise request xevent and marking xevent as being non-exhaustive
  • fixing an issue with floating windows continually shrinking as the gain focus
  • added new layouts
  • fixed underflow bug in reflect transformers
  • added quickcheck tests for ensuring layouts don't panic on unexpected inputs
  • adding focus_element and focus_element_by methods to Stack
  • replaced internal usage of linked lists with vecdeque
  • adding helper function for printing and ASCII repr of a layout
  • added a split_at_mid methods to Rect
  • added IntervalText as a base widget type for the status bar
  • #268 clearing destroyed Xids from NSP state (#269)
  • we now remove unknown clients from state when XConn impls return Error::UnknownClient from next_event
  • added a helper macro for composing manage hooks
  • fixed an issue where certain windows (e.g. chromium) render with transparent borders
  • fixed the behaviour of the non_hidden_workspaces method on StackSet
  • added LayoutHooks as a feature in Config
  • allowing pointer warp when a workspace has floating clients
  • added new manage hooks

Full Changelog can be viewed here: 0.3.2...0.3.3