Skip to content

Releases: darrikonn/cheat

v1.1.1

08 Jan 21:18
Compare
Choose a tag to compare

Changelog

ed3b11a Bump patch version
756aaa6 Only use a dotfile for home dir

v1.1.0

08 Jan 20:27
b35841b
Compare
Choose a tag to compare

Changelog

56795bc Bump minor version
0588952 More descriptive name
28beb15 Use a custom home directory for cheat's home

v1.0.0

18 Dec 16:07
Compare
Choose a tag to compare

NOTE

These are breaking changes! There was a typo in the code where the database was being referenced at ~/.cheetsheet.db instead of ~/.cheatsheet.db. The same issue applied to the configuration file, ~/.cheet.yaml instead of ~/.cheat.yaml.
In order upgrade you'll have to move the appropriate files to the right location:

mv ~/.cheetsheet.db ~/.cheatsheet.db
mv ~/.cheet.yaml ~/.cheat.yaml

^ that's it!

Changelog

cb50050 Bump major version
1933585 Fix typo; cheet should be cheat
3abfd4a Need raw file

v0.4.0

09 Dec 20:39
Compare
Choose a tag to compare

Changelog

520d3f3 Add CGO env
e29f5fc Add install script for Linux distros
47f742d Bump minor version
d984692 Dont update go.mod for dev req
1d57887 Update readme

v0.3.0

07 Dec 23:00
Compare
Choose a tag to compare

Changelog

6640a95 Add scoop bucket as well
62d3133 Bump minor version
b03404b Need to handle different error for not found in add

v0.2.0

07 Dec 21:31
Compare
Choose a tag to compare

Changelog

df0c020 Update minor version

v0.1.0

07 Dec 21:02
Compare
Choose a tag to compare

Changelog

3a0bd22 Add _Cheat to root
0821cb1 Add api doc
a6717a7 Add circleci
28b22f0 Add circleci
1183a10 Add dockerfile
8f1fd79 Add get command
ee0ceeb Add getuserinput func to receive user input from editor
cec6462 Add helper functions used by cli
ed79331 Add linter and requirements targets
cdc4e9c Add skeleton for readme from td-cli
4b85663 Add versioned requirements
8472673 Also use custom exception for deferred exceptions
4b31e8d Centralized error handling
53fae7d Change api to include regex in front
1d4dc84 Change database structure to use name as PK (+ add case insensitive regex search)
f730cb8 Clean up unused flags
536c110 Delay db setup for config to kick in, and use config for db setup
79017fa Don't block --version
fbf0ca2 Don't use context
c5d2a01 Finetune cli setup
78a0805 Fix makefile
9ded86e Initial commit
bbe4644 Lint
3675b8f Lint
57480e3 Lint and format
85c85de Make the structure go suitable
3e89ff0 Move exceptions to appropritate location
bf590b3 Remove imports
24e9b69 Rename to cheat
d94312a Show the regex as title
fdbe5c1 Skeleton ready for cheat cli
4661a63 Test build as well
caa1f47 Try new goreleaser method
a09a373 Update
b85d455 Update circleci
d2515e0 Update config
77354fa Use configuration file from viper
7297442 Use custom exception
33c6b72 Use custom image
5308e93 Use custom usage message
3330324 Use global description
b826a4a Use struct for flags
4191ece lint