Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 1.06 KB

Change log

v0.5.0

  • window_put_in_grid now has two additional params to specify how many cells to occupy. This is not optional. Sorry.
  • Each window managed by the WM has a property named WINDOWCHEF_STATUS that contains data about it. It is updated every time the data is updated, such as when you move or resize the window. JSON format.
  • Windows can be focused by others (_NET_ACTIVE_WINDOW)
  • Windowchef respects chwbb, again. (#51)
  • Borders render correctly in some programs (#49)

v0.5.1

v0.5.2

  • Fixed uninstall makefile rule thanks to @xero