diff options
-rwxr-xr-x | README.md | 7 | ||||
-rwxr-xr-x | main.odin | 1 | ||||
-rwxr-xr-x | parts/start2.html | 2 |
3 files changed, 6 insertions, 4 deletions
@@ -2,8 +2,11 @@ Makes your sound reports better.
-Only tested with reports from 688 at the moment.
-Turns the awkward Sound Devices-generated CSV into a beautiful self-contained HTML file.
+Turns the awkward CSVs into a beautiful self-contained HTML file.
+
+Latest version works with reports from Zoom F8-series (Only tested with F8n Pro) at the moment.
+Sound Devices support will be coming back soon, but if you need it NOW, you use commit `f93340dd`.
+
## Enbettermentifications
@@ -6,7 +6,6 @@ import "core:path/filepath" import "core:strings"
/*
-TODO: Fix sort direction toggle behavior
TODO: If submitted path is a directory, traverse the tree to find all .CSVs
TODO: Move info that's all the same throughout the table into the info header
*/
diff --git a/parts/start2.html b/parts/start2.html index bd43709..825bde9 100755 --- a/parts/start2.html +++ b/parts/start2.html @@ -98,6 +98,6 @@ </svg>
</a>
<h1 style="width:max-content;margin:auto;">Lydrapport</h1>
- <h6 style="width:max-content;margin:auto;">Version 0.5</h6>
+ <h6 style="width:max-content;margin:auto;">Version 0.6</h6>
</div>
<div class="info-section">
|