From 71e0f90b9b02bb50ce74c24d13043c291d7a09c7 Mon Sep 17 00:00:00 2001 From: Brannon Dorsey Date: Wed, 6 Mar 2019 21:34:54 -0500 Subject: [PATCH] v0.6.1 bump. --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f91500..7f857b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Pre-releases +## v0.6.1 + +- Fix unhandled exception when receiving non-chattervox AX.25 packets ([#24](https://github.com/brannondorsey/chattervox/issues/24)) +- Update README to include instructions for installing Direwolf on Linux and MacOS. Shout out to @danc256 for some additions to the MacOS instructions. + ## v0.6.0 - Add feedback debounce feature and config item to filter out received messages if they are exact copies of messages recently sent. The Direwolf TNC can frequently "hear" a message right after its transmitted depending on the hardware setup. This feature protects against this annoying behavior and is now enabled by default. diff --git a/package-lock.json b/package-lock.json index 7776afd..94b2942 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "chattervox", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ec97c46..72827e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chattervox", - "version": "0.6.0", + "version": "0.6.1", "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": {