Skip to content

Releases: lucobellic/edgy-group.nvim

v0.5.0

18 Nov 17:26
228bccd
Compare
Choose a tag to compare

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)

v0.4.3

20 Sep 00:09
cfb3a83
Compare
Choose a tag to compare

0.4.3 (2024-09-19)

Features

  • add open_groups_by_key api function (9bdecf7)

v0.4.2

01 Sep 19:13
441a7c9
Compare
Choose a tag to compare

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)

v0.4.1

08 May 16:35
2a2fd81
Compare
Choose a tag to compare

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)

v0.4.0

20 Mar 22:15
0dab1c7
Compare
Choose a tag to compare

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)

v0.3.4

19 Feb 21:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

18 Feb 00:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

02 Feb 21:46
Compare
Choose a tag to compare

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

01 Feb 17:05
31db40b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

27 Jan 13:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0