From 72b7238b969bab97140ff1366518294197a56165 Mon Sep 17 00:00:00 2001 From: ZorinArch <62427713+ZorinArch@users.noreply.github.com> Date: Tue, 8 Nov 2022 12:37:09 +0200 Subject: [PATCH 1/4] added new categories to fix lost & found --- linux/spotube.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/spotube.desktop b/linux/spotube.desktop index f7abfe7b..f6f7c793 100644 --- a/linux/spotube.desktop +++ b/linux/spotube.desktop @@ -5,4 +5,4 @@ Exec=/usr/bin/spotube Icon=/usr/share/icons/spotube/spotube-logo.png Comment=A music streaming app combining the power of Spotify & Youtube Terminal=false -Categories=Music; +Categories=Audio;Music;Player;AudioVideo; From ef1cc9408da6edcb4e616ee9dd440f1233eb1a11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 23:14:38 +0000 Subject: [PATCH 2/4] chore(deps): bump KSXGitHub/github-actions-deploy-aur Bumps [KSXGitHub/github-actions-deploy-aur](https://github.com/KSXGitHub/github-actions-deploy-aur) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/KSXGitHub/github-actions-deploy-aur/releases) - [Commits](https://github.com/KSXGitHub/github-actions-deploy-aur/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: KSXGitHub/github-actions-deploy-aur dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/spotube-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spotube-release.yml b/.github/workflows/spotube-release.yml index 32e73760..debd94ac 100644 --- a/.github/workflows/spotube-release.yml +++ b/.github/workflows/spotube-release.yml @@ -265,7 +265,7 @@ jobs: sed -i "s/%{{SPOTUBE_VERSION}}%/${{ steps.tag.outputs.tag }}/" aur-struct/PKGBUILD sed -i "s/%{{PKGREL}}%/1/" aur-struct/PKGBUILD sed -i "s/%{{LINUX_MD5}}%/`md5sum Spotube-Linux-Bundle/Spotube-linux-x86_64.tar.xz | awk '{print $1}'`/" aur-struct/PKGBUILD - - uses: KSXGitHub/github-actions-deploy-aur@v2.5.0 + - uses: KSXGitHub/github-actions-deploy-aur@v2.6.0 with: pkgname: spotube-bin pkgbuild: aur-struct/PKGBUILD From 500d3169a31a625958f8ec9c29b4796e0a04239b Mon Sep 17 00:00:00 2001 From: RaptaG <77157639+RaptaG@users.noreply.github.com> Date: Thu, 17 Nov 2022 15:57:34 +0200 Subject: [PATCH 3/4] Youtube -> YouTube (spotube.desktop) --- linux/spotube.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/spotube.desktop b/linux/spotube.desktop index f6f7c793..0bda851f 100644 --- a/linux/spotube.desktop +++ b/linux/spotube.desktop @@ -3,6 +3,6 @@ Type=Application Name=Spotube Exec=/usr/bin/spotube Icon=/usr/share/icons/spotube/spotube-logo.png -Comment=A music streaming app combining the power of Spotify & Youtube +Comment=A music streaming app combining the power of Spotify & YouTube Terminal=false Categories=Audio;Music;Player;AudioVideo; From 76d0f31b4b38dc409a91d69aa1c3b4b28050c7c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 23:12:23 +0000 Subject: [PATCH 4/4] chore(deps): bump go_router from 5.0.5 to 5.2.0 Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 5.0.5 to 5.2.0. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/go_router-v5.2.0/packages) --- updated-dependencies: - dependency-name: go_router dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 7db67dcc..8456ffc4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -619,7 +619,7 @@ packages: name: go_router url: "https://pub.dartlang.org" source: hosted - version: "5.0.5" + version: "5.2.0" graphs: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 2f7175e6..e77276a9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: flutter_riverpod: ^1.0.3 flutter_hooks: ^0.18.2+1 hooks_riverpod: ^1.0.3 - go_router: ^5.0.5 + go_router: ^5.2.0 palette_generator: ^0.3.3 logger: ^1.1.0 permission_handler: ^10.0.2