0.5.2 (2026-05-20)
- add support for multiple active groups per position (0342a9a)
- add support for tab (f7e4ff0)
- restore selected() for backward compatibility (3a6617f)
- 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)
- add plugin highlights (b92cb1d)
0.5.0 (2024-09-22)
- add optional table with position to
open_groups_by_key
- add optional table with position to
open_groups_by_key(b798fc4)
0.4.3 (2024-09-19)
- add
open_groups_by_keyapi function (9bdecf7)
0.4.2 (2024-09-01)
- add highlight for separators (bd2f077), closes #23
- remove error for view without open command (2a3d819)
- assign key to group without one (d935115)
0.4.1 (2024-05-08)
- 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)
- 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
- 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)