v0.3.3
- [Improvement] Add a plugconf function
s:on_load_post()
invoked after plugin is loaded (#196)- [Deprecate]
s:config()
now becomess:on_load_pre()
(only function name is changed)
- [Deprecate]
- [Improvement] Add
volt migrate plugconf/config-func
to replace old functions in plugconf files (#214) - [Improvement] Removes
repos/trx_id
in lock.json, which is annoying under version control (#149) - [Improvement] Set
$MYVIMRC
and$MYGVIMRC
to vimrc and gvimrc in volt directory (#206) - [Improvement] root user cannot execute commands which can modify files (#205)
- [Improvement]
volt profile destroy
now takes multiple profile names (#211) - [Improvement] Show help when executing "volt profile" with no arguments (#198)
- [Fix] Fix invalid expression in error handling in generated vim script (#212)
and more: #202