Skip to content

Releases: savq/paq-nvim

v0.6.1

20 Feb 00:58
Compare
Choose a tag to compare
  • Fix bug in repository name parsing
  • Show the name of the post-install hook in the prompt.

Thanks to @ZNielsen for his contribution.

v0.6.0

17 Feb 20:41
Compare
Choose a tag to compare

New features

  • Basic logging functionality, and commands to open and clean log
  • Setup function: setup can configure the path where plugins are installed
  • Deprecate the hook option in favor of run (the functionality is the same, it's just a change of name).

Development

  • Add a test suite
  • Refactor codebase

v0.5.0

30 Jan 00:35
Compare
Choose a tag to compare

Add support for Neovim 0.4.4

Thanks to @Caduser2020 and @forkbomb9 for their contributions.

v0.4.1

23 Jan 21:28
Compare
Choose a tag to compare
  • Fix bug where changing the value of opt for a given package would leave behind a copy of the package in the previous directory (either start or opt).

  • To properly change a package to an optional package, one has to run both :PaqInstall and :PaqClean.

v0.4.0

21 Jan 18:34
Compare
Choose a tag to compare
  • Add as keyword to alias packages locally.

Thanks to @elihunter173 for his contribution.

v0.3.0

29 Dec 21:33
Compare
Choose a tag to compare
  • Improve installation and update messages
  • Reload packages and helptags automatically
  • General refactoring

v.0.2.0

12 Dec 00:55
Compare
Choose a tag to compare
  • Add user defined post install hooks

v0.1.3

21 Nov 21:25
Compare
Choose a tag to compare
  • Fix error where calling install_pkg without start/ existing would fail.

  • Fix error when checking if a package is optional.

NOTE: These bugs where only noticable in a fresh install. A user who had Paq already installed wouldn't notice.

v0.1.2

20 Nov 17:21
Compare
Choose a tag to compare
  • Refactor directory handling to:

    • remove the need for auxiliary functions
    • execute install and update processes from within the modified directory
  • Move contributing information to a single CONTRIBUTING file.

v0.1.1

26 Oct 23:40
8fe5b25
Compare
Choose a tag to compare
  • Refactor functions to reduce redundancy
  • Make naming conventions more consistent
  • Rewrite docs a bit more concisely