Skip to content

Releases: savq/paq-nvim

v2.0

20 Oct 20:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v2.0

v1.1.0

07 Nov 01:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

01 May 20:08
Compare
Choose a tag to compare

Changes

Full Changelog: v1.0.2...v1.0.3

v1.0.2

18 Dec 01:26
17f278c
Compare
Choose a tag to compare

What's Changed

  • fix: use PascalCase for autocommand names by @keithhub in #93

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

11 Dec 05:40
Compare
Choose a tag to compare

See #90

v1.0.0

10 Dec 22:01
3639e51
Compare
Choose a tag to compare

New features

  • vim.notify support. this function prints to :messages by default, so nothing will change for those not overriding it.
  • User autocommands support. See :help paq-autocommands.

Fixes

  • Various error handling improvements
  • Fix environment variable inheritance for spawned processes
  • The path setup option is now read correctly
  • Fix path handling for :PaqClean

Breaking changes

  • Remove paq-nvim alias. Users should call require('paq') instead
  • Remove support for nvim 0.4. nvim 0.5 should still be supported
  • Replace PaqRunHooks with PaqRunHook
  • The verbose setup option now defaults to false. Messages like (up-to-date) foo won't appear, instead a message like Paq: sync complete. 0 ok; 0 errors; 20 no-ops will appear at the end (where no-ops indicate the packages already up-to-date). When there's nothing to install, it'll simply print Paq: Nothing to install

See #87

v0.9.5

20 Aug 22:12
ab1cc2c
Compare
Choose a tag to compare

See #72

Thanks to @Borwe for his contributions.

v0.9.4

14 Aug 21:25
d28f9c5
Compare
Choose a tag to compare

See #68

v0.9.3

13 Aug 23:13
54ab66e
Compare
Choose a tag to compare

See #66

v0.9.2

07 Jul 22:17
df10892
Compare
Choose a tag to compare

See #52