Compare commits

..

5 Commits

Author SHA1 Message Date
joshpatra 082ea520d4 chore(release): prepare v1.5.4-beta.1 2026-04-23 17:30:20 -04:00
joshpatra cf8e828879 fix(squidwtf): add geeked uptime feed 2026-04-23 17:29:38 -04:00
joshpatra be7b9ee857 Merge branch 'main' into beta
Docker Build & Push / build-and-test (push) Has been cancelled
Docker Build & Push / docker (push) Has been cancelled
2026-04-09 17:04:49 -04:00
joshpatra f8a355f97e v1.5.3: feat: completely overhaul search to much better respect the respective search orderings, treats it as fifo, and also entirely transparently proxies Syncplay endpoints and Sessions moreso to allow for syncplay to work
Docker Build & Push / build-and-test (push) Has been cancelled
Docker Build & Push / docker (push) Has been cancelled
2026-04-09 16:59:27 -04:00
joshpatra 877d2ffddf v1.4.4: re-releasing tag
Docker Build & Push / build-and-test (push) Has been cancelled
Docker Build & Push / docker (push) Has been cancelled
2026-03-25 16:30:51 -04:00
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ public static class AppVersion
/// <summary>
/// Current application version.
/// </summary>
public const string Version = "1.5.3";
public const string Version = "1.5.4";
}
@@ -7,7 +7,8 @@ public static class SquidWtfEndpointDiscovery
public static readonly IReadOnlyList<string> SourceUrls = new[]
{
"https://tidal-uptime.jiffy-puffs-1j.workers.dev/",
"https://tidal-uptime.props-76styles.workers.dev/"
"https://tidal-uptime.props-76styles.workers.dev/",
"https://tidal-uptime.geeked.wtf/"
};
public static async Task<SquidWtfEndpointCatalog> DiscoverAsync(CancellationToken cancellationToken = default)