Skip to content

history

BABAROT edited this page Dec 7, 2015 · 2 revisions

Changelog

v1.0.0 (15/12/01)

Version up

  • v1.0.0 released
    • many refactorings

Interactive selection

  • implement --select option to each commands
  • add unknown option error

v0.2.2 (15/11/29)

Oh-my-zsh

  • add clean command
  • fix status command
  • support oh-my-zsh

v0.2.1 (15/11/28)

Update

  • add --verbose option
  • rename cmd/src with command/plugin
  • fix bug of dependencies (on: specifier)
  • fix many bug
    • status command
    • skip case of non-existing directory
    • current directory bug
    • message of not managed plugin
    • parallel processing bug

v0.2.0 (15/11/28)

Update

  • add --verbose option to install command
  • add error handling with trap command
  • add self management of zplug
  • support gist clone

v0.1.3 (15/11/26)

Completion

  • add powerful completion for zplug
  • change default value of ZPLUG_HOME

v0.1.2 (15/11/26)

Implement some commands

  • support shallow clone
  • add commit: specifier
  • add validator
  • add status command
  • add __put function like __die

v0.1.1 (15/11/25)

Add check command and ZPLUG_PROTOCOL

  • add help and version command
  • job control (set-/+m)
  • add mini completion function
  • prepare for implementing of shallow clone
  • add ZPLUG_PROTOCOL
  • add check command (and --verbose/--install option)

v0.1.0 (15/11/24)

Design and dev

  • start to develop as zplug
  • multi thread installation
  • progress message
  • implement arguments parser
  • add zplug::load
  • add as: specifier
  • support github releases binaries
  • add zplug::list
  • redesign some functions
  • detect installed already
  • add do: specifier
  • add zplug::update
  • add frozen: specifier
  • implement self update
  • change function prefix zplug:: to __zplug::`
  • support gh-r value of from: specifier
  • add header logo

Clone this wiki locally