Skip to content

Commit

Permalink
v0.4.0 bump. Close #13. Close #16.
Browse files Browse the repository at this point in the history
  • Loading branch information
brannondorsey committed Oct 7, 2018
1 parent f3883a7 commit c8037ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Pre-releases

## v0.4.0

- Add `send` and `receive` subcommands ([#16](https://github.com/brannondorsey/chattervox/issues/16)).
- `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.
- 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.
- Update README to explain path relationship between `chattervox` binary and `serialport.node` native addon ([#13](https://github.com/brannondorsey/chattervox/issues/13)).

## v0.3.2

- Validate that if `conf.signingkey` exists it has a matching private key before executing `chat` subcommand.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chattervox",
"version": "0.3.2",
"version": "0.4.0",
"description": "An AX.25 packet radio chat protocol with support for digital signatures and binary compression. Like IRC over radio waves 📡〰.",
"main": "build/main.js",
"bin": {
Expand Down

0 comments on commit c8037ec

Please sign in to comment.