Skip to content

Releases: leftwm/leftwm-layouts

0.9.1

20 Mar 19:25
c0e9bfa
Compare
Choose a tag to compare

✨ Features

0.9.0

18 Feb 15:26
06345b4
Compare
Choose a tag to compare

✨ Features

  • Add functions (Direction::find_neighbor()) to find directional neighbours on Rect (via #22 by @marianomarciello)

0.8.4

05 Jun 16:28
Compare
Choose a tag to compare

🐞 Fixes

  • Add #[serde(default)] to the layout structs to make specifying layouts less verbose (via #21 by @Eskaan)

0.8.3

04 Jun 15:31
c37d0c5
Compare
Choose a tag to compare

🐞 Fixes

  • Fix issue where the flip() method was switched up, now behaves as documented and is properly tested (#19)

0.8.2

04 Jun 13:23
Compare
Choose a tag to compare

🐞 Fixes

  • Fix issue where more rects were returned than windows requested (#18)

0.8.1

04 Jun 12:45
Compare
Choose a tag to compare

🐞 Fixes

  • Fix issue where column rotation was not properly applied if only the main or stack column was present

0.8.0

23 Apr 17:21
Compare
Choose a tag to compare

💥 Breaking Changes

  • Method Layout::set_main_size(&mut self, px: i32) was removed, use set_main_size(&mut self, size: Size) instead

✨ Features

  • Add Layout::main_size() -> Option<Size> shorthand method
  • Add Layout::main_window_count() -> Option<usize> shorthand method
  • Add Layout::set_main_size(&mut self, size: Size) to set main size to specific size
  • Add Layout::change_main_size(&mut self, delta: i32, upper_bound: i32) to change size by delta
  • Improve documentation in source code
  • Add more tests

0.7.1

02 Apr 20:36
Compare
Choose a tag to compare

🐞 Fixes

  • Fix issue where the x offset of the container was ignored (#15)