Skip to content

Commit c8037ec

Browse files
committed
v0.4.0 bump. Close #13. Close #16.
1 parent f3883a7 commit c8037ec

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Pre-releases
22

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+
310
## v0.3.2
411

512
- Validate that if `conf.signingkey` exists it has a matching private key before executing `chat` subcommand.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chattervox",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "An AX.25 packet radio chat protocol with support for digital signatures and binary compression. Like IRC over radio waves 📡〰.",
55
"main": "build/main.js",
66
"bin": {

0 commit comments

Comments
 (0)