v0.3.2
- [Fix] When clone/fetch/pull is failed, try to run git command (#193)
- Some plugins which using .gitsubmodules with relative URL like kana/vim-repeat could not be installed because go-git does not support it
- This behavior can be disabled
fallback_git_cmd = false
in[get]
section inconfig.toml
(see README.md)
- [Fix]
volt get -u
supports fetch/pull from upstream (#192)- Until this release, volt always fetched/pulled from
origin
- Until this release, volt always fetched/pulled from
- [Fix] Repository is removed if an error occurred while
volt get -u
(#195) - [Fix] Segfault when
volt get -u
failed to update repository (#189) - [Fix]
volt get -u
shows upgraded message with same hashes (#191)
and more: #186