Releases: tjhop/clip
Releases · tjhop/clip
v0.5.0
v0.4.1
Changelog
- cacf692 build: add Makefile
- d6bba95 chore: go mod tidy
- 224bffa chore: move off deprecated io/ioutil pkg funcs
- ca9690c chore: upgrade to yaml v3
- 543e463 fix: handle flag bind error, make linter happy
- 800c167 fix: struct tag formatting
- d072486 ref: simply bool check, make linter happy
- 8406683 style: go fmt
v0.4.0
Quick bugfix for `copy`
- [BUGFIX] fix for copying from stdin from commands that don't return immediately
New feature - copy from stdin!
- [ENHANCEMENT] allow copying from stdin
More work towards cross platform support (ie, windows)
- [ENHANCEMENT] switch to building all paths using
filepath.Join
so it properly uses the OS path separator
Small bugfixes and feature improvements
- [BUGFIX] fix reading of environment vars with viper (in particular, fix handling of EDITOR var)
- [BUGFIX] remove default print statement from
rename
cobra command - [ENHANCEMENT] add
version
subcommand + flag to report build info - [ENHANCEMENT] add more documentation and more detailed base template creation
v0.1 - Initial Release
Basic functionality is there for pretty much all commands/aspects of things, but it definitely could still use some polish. And I'm sure features/use cases/edge cases will come up along the way.