Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@aravinda0 aravinda0 released this 30 Dec 05:48
· 2 commits to master since this release
39d03cb

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