From b8f1a1aa7319db2ed37ed9d088c8938345416b66 Mon Sep 17 00:00:00 2001 From: apt-get Date: Sun, 6 Sep 2026 02:32:28 +0200 Subject: [PATCH] update frontpage msg --- src/routes/streams/WelcomePage.svelte | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/routes/streams/WelcomePage.svelte b/src/routes/streams/WelcomePage.svelte index b3cf028..2358fab 100644 --- a/src/routes/streams/WelcomePage.svelte +++ b/src/routes/streams/WelcomePage.svelte @@ -11,8 +11,15 @@
-

Hello, there, welcome to V1.6.

+

Hello, there, welcome to V1.7.

+ 2026-09-06 update: caching behavior has been greatly improved when trying to download + streams in poor network conditions.
+ You can now also resume interrupted downloads and see how much disk space is being used when the + downloads-only filter is enabled.
+ I've done a bit of refactoring to the codebase, so don't hesitate to message me if you're having + any weird issues!

+ 2026-03-16 update: you can now cache streams offline for playback in low-connectivity environments (and to prevent buffering)!
Simply click on the download icon in the stream list (and click again to remove them from cache).