Skip to content

Latest commit

 

History

History
103 lines (59 loc) · 5.96 KB

File metadata and controls

103 lines (59 loc) · 5.96 KB

Changelog

0.5.2 (2026-05-20)

Features

  • add support for multiple active groups per position (0342a9a)
  • add support for tab (f7e4ff0)
  • restore selected() for backward compatibility (3a6617f)

Bug Fixes

  • check for groups size to get offset index (9562720)
  • deep copy default_options in setup to avoid state mutation (13eef3a)
  • normalize is_active return to strict boolean (0a9be51)
  • refresh active_indices before querying in is_group_active (6603d99)
  • update configuration setup initialization (a3a4c4b)
  • use pairs to iterate groups by position in get_available_keys (4313843)

0.5.1 (2025-09-07)

Features

0.5.0 (2024-09-22)

⚠ BREAKING CHANGES

  • add optional table with position to open_groups_by_key

Features

  • add optional table with position to open_groups_by_key (b798fc4)

0.4.3 (2024-09-19)

Features

  • add open_groups_by_key api function (9bdecf7)

0.4.2 (2024-09-01)

Features

  • add highlight for separators (bd2f077), closes #23
  • remove error for view without open command (2a3d819)

Bug Fixes

  • assign key to group without one (d935115)

0.4.1 (2024-05-08)

Features

  • add get_groups_by_key function (77c8b56)
  • add optional toggle option to open_group_index (c00f4d3)
  • add picking function override (18a4c82)

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)