6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-30 18:51:03 +00:00
prologic-saltyim/CHANGELOG.md

91 lines
1.8 KiB
Markdown
Raw Normal View History

2022-03-19 14:50:52 +00:00
2022-03-20 01:19:31 +00:00
<a name="0.0.5"></a>
## [0.0.5](https://git.mills.io/prologic/saltyim/compare/0.0.4...0.0.5) (2022-03-20)
### Bug Fixes
* Fix getting -u/--broker-uri flags
* Fix pre/post hook support to accept stdin
### Features
* Add spport for pre/post hooks for read command
2022-03-20 01:20:49 +00:00
### Updates
* Update CHANGELOG for 0.0.5
2022-03-20 01:19:31 +00:00
2022-03-19 16:38:20 +00:00
<a name="0.0.4"></a>
## [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)
2022-03-20 01:19:31 +00:00
### Updates
* Update CHANGELOG for 0.0.4
2022-03-19 16:38:20 +00:00
2022-03-19 14:50:52 +00:00
<a name="0.0.3"></a>
## [0.0.3](https://git.mills.io/prologic/saltyim/compare/0.0.2...0.0.3) (2022-03-20)
### Features
* Add chglog config
2022-03-19 16:38:20 +00:00
### Updates
* Update CHANGELOG for 0.0.3
2022-03-19 14:50:52 +00:00
<a name="0.0.2"></a>
## [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'
<a name="0.0.1"></a>
## 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