## [0.0.4](https://git.mills.io/prologic/saltyim/compare/0.0.3...0.0.4) (2022-03-20) ### Bug Fixes * Fix make-user to create the identity as prologic.key (by default) ## [0.0.3](https://git.mills.io/prologic/saltyim/compare/0.0.2...0.0.3) (2022-03-20) ### Features * Add chglog config ### Updates * Update CHANGELOG for 0.0.3 ## [0.0.2](https://git.mills.io/prologic/saltyim/compare/0.0.1...0.0.2) (2022-03-20) ### Features * Add GoRelaser config ### Updates * Update deps * Update 'README.md' ## 0.0.1 (2022-03-19) ### Bug Fixes * Fix args for make-user * Fix Lookup not returning an error parsing invalid configs * Fix shell readmsgs() so no arguments work properly * Fix help message * Fix instructions for setting up the Salty Config * Fix some bad printf(s) * Fix some shell warnings * Fix help to show how to use make-user ### Features * Add make-user command (#9) * Add support for looking for a default identity * Add chat command * Add builtin support for sending desktop notifications * Add read command * Add lookup command (#4) * Add chat sub--command to read a line in a loop and send to recipient * Add a lookup mechanism that uses nick@domain and a request to https://domain/.well-known/salty/nick.json ### Updates * Update README * Update README * Update README on new chat sub-command * Update instructions re MSGBUS_URI * Update README * Update README with more docs * Update the README with better docs