Skip to content

Releases: vim-volt/volt

v0.3.7

26 May 08:03
e604467
Compare
Choose a tag to compare

v0.3.6

26 Apr 03:03
b1c9efd
Compare
Choose a tag to compare

v0.3.5a

26 Oct 23:17
dd1a16c
Compare
Choose a tag to compare
  • [Improvement] Add bash completion script (Thanks @AvianY) (#225)
  • [Improvement] Add subcommand alias feature like git config alias (#232)
  • [Fix] Fix volt list template example (#224)
  • [Fix] Add modeline to the top of plugconf (#233)
  • [Fix] Make error message more readable when volt cannot overwrite vimrc (#222)
  • and more (#229, #249)

v0.3.4

31 Mar 22:56
Compare
Choose a tag to compare
  • [Improvement] Fix warning message of s:config() function is found in plugconf files (#217)

v0.3.3

31 Mar 22:12
Compare
Choose a tag to compare
  • [Improvement] Add a plugconf function s:on_load_post() invoked after plugin is loaded (#196)
    • [Deprecate] s:config() now becomes s:on_load_pre() (only function name is changed)
  • [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

v0.3.2

18 Feb 12:57
8ab4473
Compare
Choose a tag to compare
  • [Fix] When clone/fetch/pull is failed, try to run git command (#193)
  • [Fix] volt get -u supports fetch/pull from upstream (#192)
    • Until this release, volt always fetched/pulled from origin
  • [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

v0.3.1

24 Jan 14:19
Compare
Choose a tag to compare
  • [Improvement] Support that lazy loading Ex commands accept completion, arguments, range, bang (#180)
  • [Improvement] Allow trailing slash of volt get (e.g.: allow volt get https://github.com/user/name/) (#179)
  • [Improvement] Do not include empty functions in generated bundled_plugconf.vim (#183)
  • [Bugfix] volt get {plugin} reports "no change" when {plugin} is not installed yet (#177)

and more: #176

v0.3.0

14 Jan 07:16
fe28800
Compare
Choose a tag to compare
  • [Destructive change] Remove -v flag of volt get (#165)
  • [Destructive change] Remove volt profile use command (#163)
  • [Improvement] Add '-f' flag to 'volt list' to inspect internal information like go list -f (#162)
  • [Improvement] volt profile show and volt profile list should use volt list -f internally (#163)
  • [Improvement] [volt build] Show warning when HEAD and locked revision are different (#134)

and more: #160

v0.2.3

01 Jan 18:38
f6f0656
Compare
Choose a tag to compare
  • Add color to logger levels output (#153, #159)
  • volt profile set: Support -n flag to create a new profile unless a specified profile exists (#154)
  • volt build: Make symlinks to ~/.vim/pack/volt/opt/<repos> (bare repository is copied as before) (#157)
    • You can change its behavior to the previous behavior by writing config file $VOLTPATH/config.toml:
[build]
strategy = "copy"
  • You can disable creating skeleton plugconf $VOLTPATH/plugconf/<repos>.vim on volt get (#158)
[get]
create_skeleton_plugconf = false

and more: https://github.com/vim-volt/volt/pulls?utf8=%E2%9C%93&q=is%3Apr+label%3Arelease%2Fv0.2.3

v0.2.2

24 Dec 05:13
aea90c3
Compare
Choose a tag to compare
  • [Improvement] Downgrade required Go version: Go 1.9.1 -> Go 1.9 (#139)
  • [Bugfix] volt self-upgrade did not work on Linux, Windows (#141)
  • [Bugfix] cmd/build: Skip copying invalid files (e.g. symlinks) (#144)

and more: https://github.com/vim-volt/volt/pulls?utf8=%E2%9C%93&q=is%3Apr+label%3Arelease%2Fv0.2.2+