Skip to content

Releases: shortcuts/no-neck-pain.nvim

v0.2.3

30 Dec 20:58
Compare
Choose a tag to compare

0.2.3 - 2022-12-30

Feat

  • make side buffer a scratch pad (#108)
  • add enableOnVimEnter option (#107)
  • add toggleMapping option (#105)

Fix

  • prevent help split disabling nnp (#106)

v0.2.2

29 Dec 22:53
Compare
Choose a tag to compare

0.2.2 - 2022-12-29

Feat

  • add release script (#103)
  • add blend value to brighten/darken color background (#74)

v0.2.1

27 Dec 22:38
Compare
Choose a tag to compare

Chore

  • release 0.2.1

Feat

  • support undotree (#100)
  • reduce number of resize event (#98)
  • Allow custom Text Color (#95)

Fix

  • split/vsplit computing (#96)

Contributors

Thanks for contributing to the project:


Full changelog 0.2.0...0.2.1

v0.2.0

22 Dec 23:23
Compare
Choose a tag to compare

Chore

  • release 0.2.0
  • add features to README.md (#93)
  • update issue template
  • better debug logging (#88)
  • add lazy.nvim snippet to README.md (#86)
  • add motivations to README (#70)
  • fix changelog
  • release 0.1.2

Feat

  • prevent split closing side buffers (#92)
  • refactor setup (#78)
  • handle side tree (#79)
  • close side buffers when no space left (#69)
  • config: cleanup fields and unused code (#91)

Fix

  • prevent setup wrong overrides (#87)
  • adjust catppuccin colors to the correct values (#85)
  • make setup-less easier (#75)

BREAKING CHANGE

exposed configuration options have changed, make sure to check :h NoNeckPain.options or https://github.com/shortcuts/no-neck-pain.nvim#configuration if you have trouble configuring

Contributors

Thanks for contributing to the project:


Full changelog 0.1.2...0.2.0

v0.1.2

18 Dec 12:18
Compare
Choose a tag to compare

Chore

  • release 0.1.2
  • changelog with author (#67)
  • showcase for mobile users
  • better test coverage (#60)
  • add issue and PR templates (#59)
  • README add options
  • make tests less redundant (#57)
  • disable make all rule
  • split utils code (#50)
  • update README.md
  • release 0.1.1

Feat

  • add rose-pine color themes (#58)
  • allow customizing bg color of side buffers (#54)
  • support same buffer splits (#52)

Fix

  • quit Neovim when killing one of the last NNP buffer (#66)
  • highlight group typo (#65)
  • prevent config reset (#63)
  • color leaving non-colored blocks (#61)
  • prevent error on last buffer close (#49)

Contributors

Thanks for contributing to the project:


Full changelog 0.1.1...0.1.2

v0.1.1

14 Dec 23:26
Compare
Choose a tag to compare

Chore

  • release 0.1.1
  • document simpler usage (#45)
  • make README usage more straight forward (#34)
  • recommend latest stable tag for vim-plug (#29)
  • recommend latest stable tag for packer (#28)

Docs

  • generate documentation (#31)
  • README: misspelled api (#33)

Feat

  • add killAllBuffersOnDisable option (#41)
  • add disableOnLastBuffer option (#37)
  • named side buffer (#32)

Fix

  • prevent force close window (#47)
  • side buffers not closing when killAllBuffersOnDisable is false (#44)
  • remove event redundancy (#40)

Full changelog 0.1.0...0.1.1

v0.1.0

14 Dec 21:41
Compare
Choose a tag to compare

Chore

  • release 0.1.0

Feat

  • api: make API extensible (#27)

BREAKING CHANGE

exposed API and configuration have changed


Full changelog 0.0.1...0.1.0

v0.0.1

14 Dec 21:38
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Chore

  • release 0.0.1
  • better snippets for dashboard support (#24)
  • update README.md (#9)
  • add submodules
  • remove submodule
  • github action
  • add deps
  • remove deps
  • README

Docs

  • add wiki (#25)

Feat

  • disable NNP when killing side buffers (#16)
  • left buffer only option (#13)
  • add tests (#4)
  • split screen support (#3)
  • enable on WinEnter (closes #1)
  • init no-neck-pain.nvim

Fix

  • NNP disabling not triggering (#21)
  • condition for leftPaddingOnly
  • prevent float window to kill side buffers (#12)
  • unwanted init toggle (#8)
  • prevent infinite config reset (#7)
  • cleanup and more tests (#6)
  • tests (#5)
  • better split support
  • remove enableOnWinEnter
  • some padding wrongly toggling