Skip to content

Commit

Permalink
chore: release v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed Dec 30, 2024
1 parent 7bec7bf commit 39d03cb
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v0.5.0 [2024-12-30]

### Features & Improvements

- `window.default_add_mode` now supports additional options: `split_x`, `split_y`, `<custom-callback>`. These provide more control for 'automatic' window addition workflows. (#13)
- The `next_tab()`, `prev_tab()` and `swap_tabs()` layout commands now support a `level` parameter. Allows for more control with keybinds when subtabs are in play.

### Fixes

- Fixed a packaging issue that prevented installation under Python 3.13 (#15)

### Miscellaneous

- The package is now available in [nixpgks](https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=qtile-bonsai) as `qtile-bonsai`. Thanks @Gurjaka, @Sigmanificient, @saviola777 !


## v0.4.0 [2024-08-17]

### Features & Improvements
Expand Down
1 change: 0 additions & 1 deletion newsfragments/+a__tab_cycle_level.feat

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/+nixpkgs.misc

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/13.feat

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/15.fix

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.4.0"
__version__ = "0.5.0"

0 comments on commit 39d03cb

Please sign in to comment.