v1.2.1-beta.1: Massive WebUI cleanup, Fixed/Stabilized scrobbling, Significant security hardening, added user login to WebUI, refactored searching/interleaving to work MUCH better, Tidal Powered recommendations for SquidWTF provider, General bug fixes and optimizations
Docker Build & Push / build-and-test (push) Has been cancelled
Docker Build & Push / docker (push) Has been cancelled

This commit is contained in:
2026-02-26 10:58:56 -05:00
parent 1ba6135115
commit 00a5d152a5
121 changed files with 17696 additions and 7159 deletions
+9
View File
@@ -0,0 +1,9 @@
<Project>
<PropertyGroup>
<!--
Default NuGet vulnerability audit off to avoid NU1900 in offline/local environments.
Re-enable explicitly with: dotnet test -p:NuGetAudit=true
-->
<NuGetAudit Condition="'$(NuGetAudit)' == ''">false</NuGetAudit>
</PropertyGroup>
</Project>