Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-ard committed Aug 16, 2024
1 parent 24191c5 commit ec9ce7a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions calibrate/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>Test</title>
<title>Oups! device calibration</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
Expand All @@ -9,7 +9,7 @@
<div class="ui">
<div class="ui_header">
<div class="ui_header_name">
Oups! Device Calibration
Oups! Device Calibration v1.0.1
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions record/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>Test</title>
<title>Oups! recording app</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
Expand All @@ -9,7 +9,7 @@
<div class="ui">
<div class="ui_header">
<div class="ui_header_name">
Oups! Recording app
Oups! Recording app v1.0.1
</div>
</div>

Expand Down

0 comments on commit ec9ce7a

Please sign in to comment.