From 976e5543e1c13dd0740c18a1bfea428ef7d2c67c Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 2 Oct 2024 01:58:35 +0200 Subject: [PATCH] Updated changelog --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog.md b/Changelog.md index da0e461..c5def7f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,18 @@ +### 2024-10-02: RNS β 0.8.1 + +This release add BLE support to RNodeInterface, and support for configuring additional options to `rnodeconf`. + +**Changes** +- Added Bluetooth Low Energy support to RNodeInterface +- Added RNode battery information to `rnstatus` output +- Added display blanking configuration to `rnodeconf` +- Added NeoPixel intensity configuration to `rnodeconf` + +**Release Hashes** +``` + +``` + ### 2024-09-25: RNS β 0.8.0 This maintenance release improves the interface statistics API, and updates documentation.