diff --git a/Utilities/Windows/FSEQDump.deps.json b/Utilities/Windows/FSEQDump.deps.json new file mode 100644 index 0000000..575a15e --- /dev/null +++ b/Utilities/Windows/FSEQDump.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v5.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v5.0": { + "FSEQDump/1.0.0": { + "runtime": { + "FSEQDump.dll": {} + } + } + } + }, + "libraries": { + "FSEQDump/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/Utilities/Windows/FSEQDump.dll b/Utilities/Windows/FSEQDump.dll new file mode 100644 index 0000000..4057f38 Binary files /dev/null and b/Utilities/Windows/FSEQDump.dll differ diff --git a/Utilities/Windows/FSEQDump.exe b/Utilities/Windows/FSEQDump.exe new file mode 100644 index 0000000..ee20b53 Binary files /dev/null and b/Utilities/Windows/FSEQDump.exe differ diff --git a/Utilities/Windows/FSEQDump.runtimeconfig.json b/Utilities/Windows/FSEQDump.runtimeconfig.json new file mode 100644 index 0000000..a8e7e82 --- /dev/null +++ b/Utilities/Windows/FSEQDump.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net5.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "5.0.0" + } + } +} \ No newline at end of file diff --git a/Utilities/Windows/FV4PLSTReader.deps.json b/Utilities/Windows/FV4PLSTReader.deps.json new file mode 100644 index 0000000..857c61f --- /dev/null +++ b/Utilities/Windows/FV4PLSTReader.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v5.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v5.0": { + "FV4PLSTReader/1.0.0": { + "runtime": { + "FV4PLSTReader.dll": {} + } + } + } + }, + "libraries": { + "FV4PLSTReader/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/Utilities/Windows/FV4PLSTReader.dll b/Utilities/Windows/FV4PLSTReader.dll new file mode 100644 index 0000000..f08eae7 Binary files /dev/null and b/Utilities/Windows/FV4PLSTReader.dll differ diff --git a/Utilities/Windows/FV4PLSTReader.exe b/Utilities/Windows/FV4PLSTReader.exe new file mode 100644 index 0000000..7244b37 Binary files /dev/null and b/Utilities/Windows/FV4PLSTReader.exe differ diff --git a/Utilities/Windows/FV4PLSTReader.runtimeconfig.json b/Utilities/Windows/FV4PLSTReader.runtimeconfig.json new file mode 100644 index 0000000..a8e7e82 --- /dev/null +++ b/Utilities/Windows/FV4PLSTReader.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net5.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "5.0.0" + } + } +} \ No newline at end of file diff --git a/release_notes.txt b/release_notes.txt index 44cfd40..deb69b1 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -17,8 +17,13 @@ Build 3: 2021-08-21 - Fix : Move wifi reboot to settings screen as it was confusing on the network screen. Build 4: 2021-08- - - Enh : Add ping button to UI to test access to gateway/DNS/Time Server + - Enh : Add ping button to UI to test access to gateway/DNS/Time Server. + - Enh : Add a playlist and FSEQ analysis tool to this repository. - Fix : Disable reboot wifi when wifi is disabled. - Fix : FPP Connect over WiFi not working. - Fix : FPP Connect Add FPP will not add a Falcon V4. + - Fix : A number of issues relating to FPP connect. This requires 2021.28 or later of xLights. + - Fix : Prevent Falcon hotspot SSID clashing with any seen network. If it does hotspot wont start. + - Fix : On web interfaces in some circumstances 1:00 may be displayed as 0:60. + - Fix : Status page player can hang if FSEQ references audio not present on the SD card. \ No newline at end of file