Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.3.3.tar.gz | 2023-07-16 | 618.3 kB | |
0.3.3.zip | 2023-07-16 | 675.3 kB | |
README.md | 2023-07-16 | 1.3 kB | |
Totals: 3 Items | 1.3 MB | 0 |
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: https://github.com/sminez/penrose/compare/0.3.2...0.3.3