Releases: vim-volt/volt
Releases · vim-volt/volt
v0.2.1
v0.2.0
- 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 mergedvolt add
command features tovolt get
(#117)volt add
was a command to add a local directory as a vim plugin.volt get
now supports a local directory (seevolt 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
v0.1.1
v0.1.0
v0.0.3
v0.0.2-alpha
Fix duplicate repos_path check If the same repos_path[] element exists in a different profile, check fails wrongly.
v0.0.1-alpha
Fix make release
Volt: a vim package manager
v0.0.0-alpha Write to os.Stdout