Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Mar 22:15
0dab1c7

0.4.0 (2024-03-20)

⚠ BREAKING CHANGES

  • rename statusline.lua to init.lua
  • rename options.lua to config.lua
  • add statusline function and configuration
  • update API and opts to look like with edgy

Features

  • add first edgy-group version (ffdfeaf)
  • add optional pick key position (a6c98a7)
  • add picking (c7cfa85)
  • add statusline function and configuration (d6593f5)
  • add toggle option (8ae73e0)
  • add utility functions for group selection (30d1494)
  • hide pinned windows instead of closing them (238d56d)
  • support same pick_key for multiple groups (77baa6f)
  • update API and opts to look like with edgy (3a55d67)

Bug Fixes

  • correct group index (15e6aed)
  • correct group selection with position (b9a37b5)
  • do not open views that are already open (2e998d0)
  • statusline: handle invalid position (81060eb)

Code Refactoring

  • rename options.lua to config.lua (ac2e719)
  • rename statusline.lua to init.lua (a60b06d)