Skip to content

Releases: tjhop/clip

v0.4.1

20 May 18:54
Compare
Choose a tag to compare

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

22 Sep 19:47
Compare
Choose a tag to compare

Changelog

3a55c63 add TODO item to add tests
4bed1be documentation fixes
3018655 feat: go mod init; go mod tidy
527810f feat: init goreleaser and github actions
4f01255 update license blurbs to use my personal email

Quick bugfix for `copy`

07 May 22:59
Compare
Choose a tag to compare
  • [BUGFIX] fix for copying from stdin from commands that don't return immediately

New feature - copy from stdin!

07 May 21:53
Compare
Choose a tag to compare
  • [ENHANCEMENT] allow copying from stdin

More work towards cross platform support (ie, windows)

29 Apr 20:46
Compare
Choose a tag to compare
  • [ENHANCEMENT] switch to building all paths using filepath.Join so it properly uses the OS path separator

Small bugfixes and feature improvements

29 Apr 14:32
Compare
Choose a tag to compare
  • [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

27 Apr 17:04
Compare
Choose a tag to compare

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.