Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed Jul 10, 2024
1 parent d397832 commit 2ab50a2
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## qtile-bonsai v0.3.0 (2024-07-10)

### Features & Improvements

- The `BonsaiBar` widget now supports `tab.width = "auto"` just like the `Bonsai` layout's `tab_bar.tab.width`. Tabs will fit to take up as much available space as possible. (#8)
- The `BonsaiBar` widget's `length` config now supports the special values `bar.CALCULATED` and `bar.STRETCH` like other qtile widgets.
- Tabs in both the `Bonsai` layout and the `BonsaiBar` widget can now be configured with 4-sided values for margin and padding. Values can be provided in the usual [top, right, bottom, left] sequence.

### Fixes

- Window-title changes are now correctly handled for updating tab titles. Previously it didn't used to trigger a re-render until you switched focus to a different window. (#7)

### Miscellaneous

- You can now install the package from the AUR with your favorite AUR-helper. For example: `yay -S qtile-bonsai`


## v0.2.0 [2024-07-06]

Expand Down
3 changes: 0 additions & 3 deletions newsfragments/+1.feat

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/+2.feat

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/7.fix

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/8.feat

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/aur.misc

This file was deleted.

2 changes: 1 addition & 1 deletion src/qtile_bonsai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from qtile_bonsai.widget import BonsaiBar # noqa: F401


__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit 2ab50a2

Please sign in to comment.