-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update changelog, bump version to 0.8.1
- Loading branch information
Showing
2 changed files
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|