v1.3.0: 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, Fixed double scrobbling, inferring stops much better, fixed playlist cron rebuilding, stale injected playlist artwork, and search cache TTL
Docker Build & Push / build-and-test (push) Has been cancelled
Docker Build & Push / docker (push) Has been cancelled

This commit is contained in:
2026-03-06 01:59:30 -05:00
parent dfac3c4d60
commit 48b40f89c0
127 changed files with 18679 additions and 7254 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>