## [0.0.13](https://git.mills.io/prologic/saltyim/compare/0.0.12...0.0.13) (2022-03-21) ### Bug Fixes * Fix passing prehook/posthook flags that fc9e462 broke :D ## [0.0.12](https://git.mills.io/prologic/saltyim/compare/0.0.11...0.0.12) (2022-03-21) ### Bug Fixes * Fix a stupid Env var bug with bad KeyReplacer :/ ### Updates * Update CHANGELOG for 0.0.12 * Update to msgbus v0.1.6 ## [0.0.11](https://git.mills.io/prologic/saltyim/compare/0.0.10...0.0.11) (2022-03-21) ### Features * Add support for setting the Terminal/Console title (#20) ### Updates * Update CHANGELOG for 0.0.11 * Update README and add docs for Infrastructure setup ## [0.0.10](https://git.mills.io/prologic/saltyim/compare/0.0.9...0.0.10) (2022-03-20) ### Updates * Update CHANGELOG for 0.0.10 ## [0.0.9](https://git.mills.io/prologic/saltyim/compare/0.0.8...0.0.9) (2022-03-20) ### Updates * Update CHANGELOG for 0.0.9 ## [0.0.8](https://git.mills.io/prologic/saltyim/compare/0.0.7...0.0.8) (2022-03-20) ### Updates * Update CHANGELOG for 0.0.8 ## [0.0.7](https://git.mills.io/prologic/saltyim/compare/0.0.6...0.0.7) (2022-03-20) ### Updates * Update CHANGELOG for 0.0.7 ## [0.0.6](https://git.mills.io/prologic/saltyim/compare/0.0.5...0.0.6) (2022-03-20) ### Bug Fixes * Fix bugs with the TUI client * Fix inbox behaviour and configurability ### Features * Add title back that @xuu added ### Updates * Update CHANGELOG for 0.0.6 ## [0.0.5](https://git.mills.io/prologic/saltyim/compare/0.0.4...0.0.5) (2022-03-20) ### Bug Fixes * Fix log-posthook script * Fix syntax error * Fix getting -u/--broker-uri flags * Fix pre/post hook support to accept stdin ### Features * Add spport for pre/post hooks for read command ### Updates * Update CHANGELOG for 0.0.5 * Update CHANGELOG for 0.0.5 * Update CHANGELOG for 0.0.5 ## [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) ### Updates * Update CHANGELOG for 0.0.4 ## [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