Skip to content

Releases: vim-volt/volt

v0.2.1

22 Dec 09:50
4203b29
Compare
Choose a tag to compare
  • [Change] volt self-upgrade: Show release notes always (#132)
  • [Bugfix] volt get <repos> panicked on macOS (#130)

and more: https://github.com/vim-volt/volt/pulls?q=is%3Apr+is%3Aclosed

v0.2.0

20 Dec 17:55
b114a3e
Compare
Choose a tag to compare
  • Add volt self-upgrade command to upgrade volt binary (#101)
    • It fetches from GitHub releases if a newer version found
    • Run volt self-upgrade -check to see if a newer version exists, or to see only release notes
  • volt build now becomes 4x times faster (#103)
  • Add command volt profile rename to rename a profile name (#114)
  • volt get: Change output format (#117)
  • volt add command was removed, and merged volt add command features to volt get (#117)
    • volt add was a command to add a local directory as a vim plugin.
    • volt get now supports a local directory (see volt get -help)
    • volt get now does not make a request if a directory $VOLTPATH/repos/<repos> exists
  • volt rm: Add -r option to remove repository directories (#117)
  • Before this commit, volt rm {repos} also removed repository directories
  • volt get now sets upstream branch when cloning repositories (#116)

and more: https://github.com/vim-volt/volt/pulls?q=is%3Apr+is%3Aclosed

v0.1.2

10 Dec 23:05
Compare
Choose a tag to compare

This is not a pre-release, because I want to implement "self-upgrade" command and test it :)

v0.1.1

01 Dec 15:29
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

This is a bugfix release: #57

v0.1.0

30 Nov 17:31
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
cmd/profile: Update help

v0.0.3

08 Nov 13:03
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
Remove revision variable, '-ldflags -X' injection

* Most users would do 'go get' instead of 'make'
* 'revision' value is always "Devel" when built by 'make'

Thus 'revision' variable is meaningless, remove it.

v0.0.2-alpha

24 Sep 16:00
Compare
Choose a tag to compare
v0.0.2-alpha Pre-release
Pre-release
Fix duplicate repos_path check

If the same repos_path[] element exists in a different profile,
check fails wrongly.

v0.0.1-alpha

23 Sep 14:11
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release
Fix make release

Volt: a vim package manager

21 Sep 14:27
Compare
Choose a tag to compare
Pre-release
v0.0.0-alpha

Write to os.Stdout