Releases: folke/edgy.nvim
Releases · folke/edgy.nvim
v1.10.2
1.10.2 (2024-07-22)
Bug Fixes
- animate: prefer topline to be the max instead of min (0e8bbab)
v1.10.1
1.10.1 (2024-07-07)
Bug Fixes
- collapsed: make window visible for focus action (#98) (e26aedb)
v1.10.0
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
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
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
1.8.4 (2024-03-26)
Performance Improvements
- set default fps to 30 instead of 100 (439112f)
v1.8.3
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
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
1.8.1 (2023-09-30)
Bug Fixes
v1.8.0
1.8.0 (2023-07-25)
Features
- allow configuring window size with functions (#39) (7506f83)