You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Pre-releases
2
2
3
+
## v0.4.0
4
+
5
+
- Add `send` and `receive` subcommands ([#16](https://github.com/brannondorsey/chattervox/issues/16)).
6
+
-`showkey` now indicates if a key is the signing key (e.g. `Public Key (your signing key): 043da...`). This indication is shown on the Public key only, even though the private key is technically the key used for signing.
7
+
- Fix bug where keys wouldn't show up in `showkey` unless both private and public keys were in the store. Now `showkey` shows keys even if only public key is in the store.
8
+
- Update README to explain path relationship between `chattervox` binary and `serialport.node` native addon ([#13](https://github.com/brannondorsey/chattervox/issues/13)).
9
+
3
10
## v0.3.2
4
11
5
12
- Validate that if `conf.signingkey` exists it has a matching private key before executing `chat` subcommand.
0 commit comments