Skip to content

Releases: stevearc/stickybuf.nvim

v2.0.0

14 Jan 20:58
2160fcd
Compare
Choose a tag to compare

2.0.0 (2024-01-14)

⚠ BREAKING CHANGES

  • remove old deprecated functions, commands, and shims

cleanup

  • remove old deprecated functions, commands, and shims (92d07c7)

Features

  • option to provide custom handling when pin is triggered (#21) (7e58094)

Bug Fixes

v1.0.0

18 Sep 16:41
e3db41f
Compare
Choose a tag to compare

1.0.0 (2023-09-18)

⚠ BREAKING CHANGES

  • disable pinning popup windows by default

Features

  • add built-in support for gkeep.nvim (fc75dc2)
  • add support for neotest (db2965c)
  • add support for nvim-spectre (#17) (c661eeb)
  • API supports a post-restore callback (#8) (8359988)

Bug Fixes

  • 1: Pin neogit commit message buffer (f9d8cd3)
  • apply stylua to files (4d90423)
  • check auto-pin when selecting an unpinned window (#10) (162f6c0)
  • disable pinning popup windows by default (a25fd91)
  • don't allow opening buffers in floating windows (66f639d)
  • make tests less flaky (2801889)
  • pin more Neogit buffers (#20) (92b105a)
  • set nomodified on hidden buffers (#6) (8e58489)
  • shorten cleanup timeout (#13) (771caf4)
  • type errors (189f1db)