Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

47 lines (27 loc) · 1.21 KB

Changelog

0.3.0 (2018-09-16)

New Features

  • Supports scrollbar when there are too many matched suggestions

Improve

  • Revert #7: Ignored with the suffix slash of zpath when completion
  • Remove / from end of path when fetch data from zookeeper

Internal changes

  • Change to use go mod
  • Upgrade go-prompt to v0.2.2 and go-zookeeper to v0.0.0-20180130194729-c4fab1ac1bec

0.2.0 (2018-05-30)

New Features

  • Add -version to show version info (add69127e)
$ zkcli -version
Version:	0.2.0
Git commit:	9fd746b
Built: 2018-05-30T13:44:21+0000

Internal changes

  • Remove unnecessary qiniupkg (1c33d63f590)
  • Close connection before exit (4c5d6a4d)
  • Ignored with the suffix slash of zpath when completion (#7)

0.1.0 (2017-12-23)

  • Initial Release