From f4dce2f6116e57458803d4291560156c52f74b5f Mon Sep 17 00:00:00 2001 From: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:20:09 +0100 Subject: [PATCH 1/3] docs: broken link in README.md (fixes #1310) (#1311) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de00054f4..4ad4e1be2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ eliminating the need for Spotify Premium Btw it's not just another Electron app 😉 -Visit the website +Visit the website Discord Server Support me on Patron From 2abb5800be804a0ff42851e6dcab9e25dbb60f1c Mon Sep 17 00:00:00 2001 From: Karim <37943746+ksaadDE@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:53:09 +0200 Subject: [PATCH 2/3] docs: remove appimage link in readme #1082 (#1171) * Updating Readme according to #1082 Updating Readme according to #1082 * Added explanation The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 4ad4e1be2..457a86de3 100644 --- a/README.md +++ b/README.md @@ -97,12 +97,7 @@ This handy table lists all the methods you can use to install Spotube: AppImage - - - Download AppImage - -

Note: AppimageLauncher is required!

- + AppImage's lacking stability led to it's temporal removal. More information at https://github.com/KRTirtho/spotube/issues/1082 Debian/Ubuntu From 1f6c259525cbf10ddf5c2b31dfce342fea225055 Mon Sep 17 00:00:00 2001 From: Kshamendra Date: Mon, 15 Apr 2024 21:26:27 +0530 Subject: [PATCH 3/3] Update use_update_checker.dart --- lib/hooks/configurators/use_update_checker.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hooks/configurators/use_update_checker.dart b/lib/hooks/configurators/use_update_checker.dart index 1a6a5be52..7b937efbf 100644 --- a/lib/hooks/configurators/use_update_checker.dart +++ b/lib/hooks/configurators/use_update_checker.dart @@ -62,7 +62,7 @@ void useUpdateChecker(WidgetRef ref) { barrierColor: Colors.black26, builder: (context) { const url = - "https://spotube.krtirtho.dev/other-downloads/stable-downloads"; + "https://spotube.krtirtho.dev/downloads"; return AlertDialog( title: const Text("Spotube has an update"), actions: [