Releases: lucobellic/edgy-group.nvim
Releases · lucobellic/edgy-group.nvim
v0.5.0
v0.4.3
v0.4.2
v0.4.1
v0.4.0
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
v0.3.4
What's Changed
- feat: add optional pick key position by @lucobellic in #13
Full Changelog: v0.3.3...v0.3.4
v0.3.3
v0.3.2
What's Changed
- feat: support same pick_key for multiple groups by @lucobellic in #10
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- chore: refactor and update documentation by @lucobellic in #8
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- ci: add github actions by @lucobellic in #5
- feat: add picking support by @lucobellic in #7
Full Changelog: v0.2.0...v0.3.0