0.3.0 (2018-09-16)
- Supports scrollbar when there are too many matched suggestions
- Revert #7: Ignored with the suffix slash of zpath when completion
- Remove / from end of path when fetch data from zookeeper
- 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)
- Add
-version
to show version info (add69127e)
$ zkcli -version
Version: 0.2.0
Git commit: 9fd746b
Built: 2018-05-30T13:44:21+0000
- Remove unnecessary qiniupkg (1c33d63f590)
- Close connection before exit (4c5d6a4d)
- Ignored with the suffix slash of zpath when completion (#7)
- Initial Release