Skip to content

Releases: folke/edgy.nvim

v1.10.1

07 Jul 19:25
1fe2897
Compare
Choose a tag to compare

1.10.1 (2024-07-07)

Bug Fixes

  • collapsed: make window visible for focus action (#98) (e26aedb)

v1.10.0

07 Jul 06:29
3a88691
Compare
Choose a tag to compare

1.10.0 (2024-07-07)

Features

  • title: implement dynamic view title feature (#90) (cdb740f), closes #59
  • view: add collapsed on start option to pinned views (#89) (2546a8e)

v1.9.1

16 Jun 09:18
a8bc1d2
Compare
Choose a tag to compare

1.9.1 (2024-06-16)

Bug Fixes

  • animate: set scrolloff=0 to keep proper cursor positions (7a9d0a3)
  • dont layout when cmdwin is active. Fixes #78 (1afa13e)
  • restore topline/lnum when needed (c6a624c)
  • window: fix winhl when reset by the other window (c40a55e)
  • window: winhl was not always applied (1f4e1ef)

Performance Improvements

  • calculate layout in one run and make sure it's idempotent (7ab14cd)

v1.9.0

11 Jun 12:35
ab3f712
Compare
Choose a tag to compare

1.9.0 (2024-06-11)

Features

  • actions: add null check for current window in setup function (#69) (9a17567)

Bug Fixes

  • more animate fixes (ceb51f9)
  • properly deal with CursorMoved when animating (b297423)

v1.8.4

26 Mar 16:41
de79b7d
Compare
Choose a tag to compare

1.8.4 (2024-03-26)

Performance Improvements

  • set default fps to 30 instead of 100 (439112f)

v1.8.3

21 Jan 14:19
0b35dc6
Compare
Choose a tag to compare

1.8.3 (2024-01-21)

Bug Fixes

  • disable nvim_eval_statusline since the window keeps resizing (48c9928)
  • layout: dont layout when the command-line window is open. Fixes #58 (d73e42b)
  • revert #47 for now (c9730c0)
  • window: dont pass window to winbar and click handler. Fixes #55 (2a5133c)

v1.8.2

13 Oct 10:35
7bf3b6d
Compare
Choose a tag to compare

1.8.2 (2023-10-13)

Bug Fixes

  • editor: use buf number to use as new main. (e75283c)
  • use eval_statusline to determine title width (#46) (f399e8f)

v1.8.1

30 Sep 16:09
70e334c
Compare
Choose a tag to compare

1.8.1 (2023-09-30)

Bug Fixes

v1.8.0

25 Jul 17:39
4ccc1c6
Compare
Choose a tag to compare

1.8.0 (2023-07-25)

Features

  • allow configuring window size with functions (#39) (7506f83)

v1.7.0

01 Jul 06:53
1af1ab1
Compare
Choose a tag to compare

1.7.0 (2023-06-30)

Features

  • option: allow closing edgy when all windows are hidden (#30) (c925031)