Skip to content

Releases: chclaus/dt

v1.1.0

11 Jun 20:26
Compare
Choose a tag to compare

Changelog

6f1c729 Brew formula update for dt version v1.1.0
737325b Bump version to 1.1.0
525e35d Add completion information to Readme and closes #10
63f9fc3 Add completion files to homebrew installation #10
80e187b Update completion command text #10
b0ffe55 Add a completion command to generate zsh and bash completion scripts #10
246700a Simplify root cmd usage text

v1.0.4

27 May 20:07
Compare
Choose a tag to compare

Changelog

31b8fe2 Add option to pass a config file location. closes #7
c590631 Brew formula update for dt version v1.0.3

v1.0.3

26 May 12:20
Compare
Choose a tag to compare

Changelog

efad21f update vendor libs
0e8b5b5 Disable file caching and closes #16
ad18749 Brew formula update for dt version v1.0.2
29be19a Updates the readme of JWT

v1.0.2

18 May 14:43
Compare
Choose a tag to compare

Changelog

3d18b67 Bump the version output
ae07dd6 Add configuration settings for the dt jwt command
ab81a63 Finish functional implementation of jwt signature verification. Closes #6
f2c232b Add rudimentary jwt signature verification #6
c09c185 Brew formula update for dt version v1.0.1

v1.0.1

16 May 20:03
ebf5f40
Compare
Choose a tag to compare

Changelog

ebf5f40 Merge pull request #15 from chclaus/issue-14-open-browser-on-server-startup
c1ca4a0 Add further checklist item
88ecc7d Add 'open' flag to browser command and closes #14
3cd31c9 Merge pull request #13 from chclaus/chclaus-issue-templates
4bcf51e Update issue templates
2c0dd82 Merge pull request #12 from chclaus/chclaus-contributing-guideline
5414030 Create CONTRIBUTING.md
0221e5f Merge pull request #11 from chclaus/chclaus-patch-1
f267bec Create PULL_REQUEST_TEMPLATE.md
5c8bb9f Add documentation of installation and execution via docker
b2af5f3 Cleanup dependencies
f684fb5 Brew formula update for dt version v1.0.0

v1.0.0

10 May 20:02
e78ac64
Compare
Choose a tag to compare

Changelog

cacaad7 Updates gif demo for cli redesign #4
e4f21dd Add config example.
4c90984 Add config bindings for hash and random commands #2
4142f70 Refactored the whole uuid command #4
f88b3a7 Refactored the whole uri command #4
7a18048 Refactored the whole random command #4
db8c543 Refactored the whole hash command #4
9d39fae Refactored the whole base64 command #4
4ea321f Add basic configuration options for uuid command #2
bb79cd3 Add basic configuration options for server command #2
46ce99c Add output of absolute path to server cmd
dc37af9 Create CODE_OF_CONDUCT.md

v0.2.0

27 Apr 14:02
Compare
Choose a tag to compare

Changelog

a3fb894 Update vendor libs
89c8687 Add animated demo gif
3c38d4f Add UUID command and closes #1
b8230b5 Move bcrypt hash generation to utils package

v0.1.2

16 Apr 11:49
Compare
Choose a tag to compare

Changelog

1f1504e Update homebrew formula and add docs
376743a Brew formula update for dt version v0.1.2
76aea6d Add homebrew formula for an easier installation

v0.1.1

16 Apr 10:20
Compare
Choose a tag to compare

Changelog

4c6038e Fix continuous deployment through go version restriction

v0.1.0

16 Apr 10:03
Compare
Choose a tag to compare

Changelog

eaa247b Remove potentially unnecessary travis config parameters
a7bb167 Replace build.sh with release artifact creation via goreleaser
1ad97c3 Add bcrypt hash function
f158a7d, a9476dd, 907c307 Some updates of the README.md
56b4391 Add some missed docs and gofmt the whole stuff :O