## [0.0.19](https://git.mills.io/prologic/saltyim/compare/0.0.18...0.0.19) (2022-03-23) ### Bug Fixes * Fix PackMessage to ensure every message ends with a UNIX newline (\n) ## [0.0.18](https://git.mills.io/prologic/saltyim/compare/0.0.17...0.0.18) (2022-03-23) ### Bug Fixes * Fix default config path message (#45) ### Features * Add a format command for tailing and formating messages * Add a rough idea of a Roadmap * Add support for client and server (broker) registration (#43) ### Updates * Update CHANGELOG for 0.0.18 * Update Roadmap * Update 'Roadmap.md' * Update 'OLDREADME.md' ## [0.0.17](https://git.mills.io/prologic/saltyim/compare/0.0.16...0.0.17) (2022-03-23) ### Bug Fixes * Fix Dockerfile * Fix bild issue on small machines by restructing some of the cli code and only build the cli by default ### Features * Add saltyd to the reelase process for precompiled binaries * Add a help to the Makefile making help the default target * Add support for generating ULID(s) for User's Endpoints ### Updates * Update CHANGELOG for 0.0.17 * Update defaultRequestTimeout to 30s * Update error handling in send command ## [0.0.16](https://git.mills.io/prologic/saltyim/compare/0.0.15...0.0.16) (2022-03-22) ### Bug Fixes * Fix static assets in Docker iamger * Fix build tag for pwa app.wasm * Fix adding saltyd binary to Docker iamge * Fix Dockerfile (again) * Fix Dockerfile * Fix Makefile to publish Docker image as prologic/saltyim * Fix Makefile so app.wasm build is silent ### Features * Add configuration options for the store * Add a basic structure for a go-app PWA + integrated Broker (#36) ### Updates * Update CHANGELOG for 0.0.16 * Update message from Hello World to indicate we're not quite ready for prime time just yet :D ## [0.0.15](https://git.mills.io/prologic/saltyim/compare/0.0.14...0.0.15) (2022-03-22) ### Updates * Update CHANGELOG for 0.0.15 ## [0.0.14](https://git.mills.io/prologic/saltyim/compare/0.0.13...0.0.14) (2022-03-22) ### Bug Fixes * Fix passing hooks to cli.Read() * Fix make-user properly * Fix make-user * Fix Drone CI config ### Features * Add a Dockerfile and push to prologic/salty-chat as well as a Drone CI config for CI/CD ### Updates * Update CHANGELOG for 0.0.14 ## [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 ### Updates * Update CHANGELOG for 0.0.13 ## [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