From ec9ce7ac91d6688079ebce7ec86188d78530cffd Mon Sep 17 00:00:00 2001 From: leo-ard Date: Fri, 16 Aug 2024 17:01:29 -0400 Subject: [PATCH] Bump version to 1.0.1 --- README.md | 6 +++++- calibrate/index.html | 4 ++-- record/index.html | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 06c692b..30c6825 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,8 @@ You can also use python with `python -m http.server` or any other web server of ## Changelogs -- 2024-07-31: Initial release +- v1.0.1(2024-08-16): + * Added battery information to recordings + * Added bias and slope information to calibration app. + * Reduced CSV size by stripping values to 4 decimals when recoding. +- v1.0.0(2024-07-31): Initial release diff --git a/calibrate/index.html b/calibrate/index.html index 8fae678..ddcc806 100644 --- a/calibrate/index.html +++ b/calibrate/index.html @@ -1,6 +1,6 @@ - Test + Oups! device calibration @@ -9,7 +9,7 @@
- Oups! Device Calibration + Oups! Device Calibration v1.0.1
diff --git a/record/index.html b/record/index.html index 6e3c2e7..2fb2bd6 100644 --- a/record/index.html +++ b/record/index.html @@ -1,6 +1,6 @@ - Test + Oups! recording app @@ -9,7 +9,7 @@
- Oups! Recording app + Oups! Recording app v1.0.1