From 05bd430377d0085095d9c78e5922642490e1baa3 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Fri, 6 Jun 2025 03:03:35 +0200 Subject: This is version 0.6 now that I've fixed the sorting behavior --- README.md | 7 +++++-- main.odin | 1 - parts/start2.html | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 87f792a..a06f8dd 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/main.odin b/main.odin index 1a4f4ef..2716171 100755 --- a/main.odin +++ b/main.odin @@ -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 @@

Lydrapport

-
Version 0.5
+
Version 0.6
-- cgit v1.2.1