From 2006266600070313002bef0c70fd72f9214c4bae Mon Sep 17 00:00:00 2001 From: Petri Mattila Date: Sun, 28 Jan 2024 16:44:29 +0000 Subject: [PATCH] Snapshot 2.0.0-20240128 --- Snapshot.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 Snapshot.md diff --git a/Snapshot.md b/Snapshot.md new file mode 100644 index 0000000..8eca7a0 --- /dev/null +++ b/Snapshot.md @@ -0,0 +1,18 @@ +## Snapshot Release + +This version is a development snapshot, intended to be used only for beta-testing. +It is not fully working nor stable, and should not be used by end-users. + +The Blackbox is currently under development, so please expect +many things to be broken, and changing rapidly. + +For more information, please join the Rotorflight Discord chat. + +## Changes from 2.0.0-20231127 + +- Fix yaw direction on sticks overlay +- Add Voltage and Current logs +- Add Mixer and RSSI into Log Selection list +- Improve value scaling on multiple log items +- Add TTA Debug mode + diff --git a/package.json b/package.json index 62e680b..43bcc3b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rotorflight-blackbox", "displayName": "Rotorflight Blackbox", "description": "Crossplatform blackbox analytics tool for Rotorflight flight control system.", - "version": "2.0.0-devel", + "version": "2.0.0-20240128", "main": "index.html", "chromium-args": "--disable-features=nw2", "default_locale": "en",