Skip to content

Releases: NTBBloodbath/nvenv

v1.4.0

03 Jul 12:36
16c2bc3
Compare
Choose a tag to compare

Changed

  • Now 0.5.0 is the stable target and nvenv matches with actual neovim releases.

v1.3.0

14 Apr 15:17
35b5547
Compare
Choose a tag to compare

Removed

  • update command, use update-nightly instead

v1.2.0

13 Apr 15:29
816aacb
Compare
Choose a tag to compare

Added

  • update-nightly command

Changed

  • Now internal CLI metadata (name, version, description) are extracted from
    the v.mod file
  • Tweaks to commands descriptions to avoid redundancy
  • Changed some error messages to warn messages
  • Stop using whitespaces on log messages with more than one line, got replaced by tabs
  • Stop using bright colors for logs messages (logs, warns and errors)
  • Makefile now format files on build
  • CI tweaks

Deprecated

  • update command in favor of update-nightly command because
    only nightly version receives updates

Fixed

  • Typo in v.mod file
  • Internal CLI version now matches the current version

v1.1.0

10 Apr 01:02
d5cc43c
Compare
Choose a tag to compare

Added

Changed

  • setup command now check missing dependencies

Fixed

  • Fix release date of first release (1.0.0)
  • Update outdated unreleased diff link

v1.0.0

10 Apr 00:05
c321b03
Compare
Choose a tag to compare

Added

  • setup command
  • ls command
  • list-remote command
  • install command
  • uninstall command
  • update command
  • use command
  • clean command