Releases: francescarpi/buffon.nvim
Releases · francescarpi/buffon.nvim
v2025-05-15
What's Changed
- feat: add option to set default window position by @chenxin-yan in #120
- feat: place the help window on the opposite side of the main window by @francescarpi in #123
New Contributors
- @chenxin-yan made their first contribution in #120
Full Changelog: v2025-05-13...v2025-05-15
v2025-05-13
What's Changed
- feat: add plugin api @TheLazyCat00 #103
- fix: update readme with correct path by @TheLazyCat00 in #108
- fix: add change_dir event by @TheLazyCat00 in #109
- feat: add extensions readme file by @TheLazyCat00 in #111
- feat: allows ignoring buffers using regular expressions by @francescarpi in #113
- feat: add offset option by @TheLazyCat00 in #114
- fix: increment the z-index to avoid problems with treesitter-context by @francescarpi in #116
- feat: sort buffers by loaded status by @francescarpi in #110
- feat: add buffer when launched with a file by @TheLazyCat00 in #118
- release: v2025-05-13 by @francescarpi in #119
Full Changelog: v2025-05-04...v2025-05-13
In this release, I especially want to thank @TheLazyCat00 for the great work they have done, contributing new and important improvements.
v2025-05-04
What's Changed
- refactor: set hl color if is not already defined using the neovim api by @francescarpi in #94
Full Changelog: v2025-04-25...v2025-05-04
v2025-04-25
What's Changed
- feat: allow theme color configuration by @francescarpi in #92
Full Changelog: v2025-03-26...v2025-04-25
v2025-03-26
What's Changed
- feat: check if buf exists in another window and activate it by @francescarpi in #87
- fix: change default keys to goto next/previous page by @francescarpi in #88
Full Changelog: v2025-03-25...v2025-03-26
v2025-03-25
What's Changed
- refactor: remapped shortcuts for navigating to the next/previous page by @francescarpi in #85
Attention: This release introduces a breaking change. The default keybindings for navigating to the next/previous page have been replaced with <s-o> and <s-p>.
Full Changelog: v2025-03-24...v2025-03-25
v2025-03-24
What's Changed
- feat: save and restore buffer view on leave and enter by @francescarpi in #80
- feat: don't show an error if opening a closed buffon window by @francescarpi in #79
- feat: allow to disable goto_next and goto_previous buffer keybinding by @francescarpi in #82
Full Changelog: v2025-03-13...v2025-03-24
v2025-03-13
What's Changed
- fix: prevent rename invalid buffer by @francescarpi in #74
- feat: align file icons at right by @francescarpi in #75
- feat: add shortcut to toggle window position by @francescarpi in #76
Full Changelog: v2025-03-06...v2025-03-13
v2025-03-06
What's Changed
- fix: reindex buffers after renaming by @francescarpi in #72
Full Changelog: v2025-02-27...v2025-03-06
v2025-02-27
What's Changed
- feat: ability to disable keybindings by @francescarpi in #69
- feat: disable pagination actions if num_page is 1 by @francescarpi in #70
Full Changelog: v2025-02-26...v2025-02-27