Skip to content

Releases: cipherbin/cipher-bin-cli

v0.6.1

15 Jan 00:58
Compare
Choose a tag to compare

Changelog

  • 04cc655 more clean ups including get rid of interface and mock client, will test with test server, etc
  • b176e46 more general clean ups and refactors
  • 81f76d7 small formatting updates
  • b24a4f0 update go badge from 1.13.4 -> 1.21.6

v0.6.0

13 Jan 19:07
Compare
Choose a tag to compare

Changelog

  • fe4c7c3 fix read command and have the message print in blue :D
  • ac93d2d some more small updates all around to bring up to date
  • 843568b update to v0.6.0

v0.5.3

13 Jan 15:28
Compare
Choose a tag to compare

Changelog

  • c57bb99 more changes to get back up and running
  • 9cd116e update go mod version from 1.13 - 1.26
  • eb0817c update vulnerable pkgs

v0.5.2

20 Jun 01:59
Compare
Choose a tag to compare

Changelog

8f939d2 internal/api -> pkg/api: make the api client public
8812da6 remove "app" directory and move "cmd" to root

v0.5.1

29 Dec 20:16
Compare
Choose a tag to compare

Changelog

0b7c6ff Update a bunch of paths, etc for new org
9abf6e2 v.0.5.1

v0.5.0

26 Dec 21:22
Compare
Choose a tag to compare

Changelog

9e4cd01 Update goreleaser to point at new org
e315e74 small formatting change for clarity
5a00261 update readme

v0.4.2

25 Dec 06:03
Compare
Choose a tag to compare

Changelog

1a78119 Add version command
fb98508 update version before release

v0.4.1

24 Dec 06:33
Compare
Choose a tag to compare

Changelog

47787f4 fix link open in browser error due to forgetting to wrap open command arg in string

v0.4.0

24 Dec 06:23
Compare
Choose a tag to compare

Changelog

173fb76 Add badges to readme, check for an error I forgot to check
1821954 Add read message functionality!
2e38cf0 Refactor colors.Println to take an unexported “color” type, forcing users to use one of the exported constant color variables which are of type unexported “color”
46f179e Update readme and a comment
aee39e0 Update readme, change errors to print red in console
86c8f8d add logo to readme
92997b6 better godoc/in-general comment around colors package
e3fcc0b fix mispelling
d55d8b1 fix spacing
a2e51bd go mod tidy
959f27d normalize name across repos

v0.3.0

24 Dec 01:46
Compare
Choose a tag to compare

Changelog

b050297 Add spinner, copy to clipboard
910f10a Create a colors package to handle printing lines in different colors
37ef70c Support windows (I think it should work…), update readme
3d5954d Update README.md
768152d Update README.md
c794862 Update default editor to vi, as just about every linux/unix system on earth has it, update readme with full instructions
b8d2dfd merge master, fix conflicts