diff options
author | San Jacobs | 2025-06-06 03:03:35 +0200 |
---|---|---|
committer | San Jacobs | 2025-06-06 03:03:35 +0200 |
commit | 05bd430377d0085095d9c78e5922642490e1baa3 (patch) | |
tree | bb853e1d81abbdeb492cd74b39f291fe2d91bb82 | |
parent | e50cee75f11f0a9b1b4006daec2381bb497e02f6 (diff) | |
download | better-report-05bd430377d0085095d9c78e5922642490e1baa3.tar.gz better-report-05bd430377d0085095d9c78e5922642490e1baa3.tar.bz2 better-report-05bd430377d0085095d9c78e5922642490e1baa3.zip |
This is version 0.6 now that I've fixed the sorting behavior
-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">
|