Skip to content

Commit

Permalink
update changelog, bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hertg committed Jun 4, 2023
1 parent b3718f9 commit c852fcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
## :boom: Breaking Changes
## :lady_beetle: Fixes

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

## :sparkles: 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
- Fix issue where column rotation was not properly applied if only the `main` **or** `stack` column was present
2 changes: 1 addition & 1 deletion leftwm-layouts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leftwm-layouts"
version = "0.8.0"
version = "0.8.1"
edition = "2021"

license = "BSD-3-Clause"
Expand Down

0 comments on commit c852fcc

Please sign in to comment.