From cd8b5cc5686bf0251e32077feda8c4b40e637f02 Mon Sep 17 00:00:00 2001 From: Osman Alperen Elhan Date: Sat, 4 Mar 2023 01:21:49 +0300 Subject: [PATCH 1/3] chore: add funding.yml --- .github/FUNDING.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..cb3e686 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: oae From 9e5ef3e1c1acbb4a97ac250568529bc19b41e708 Mon Sep 17 00:00:00 2001 From: hrqmonteiro Date: Tue, 16 May 2023 14:32:03 -0300 Subject: [PATCH 2/3] feat: add gnome 44 support --- resources/metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/metadata.json b/resources/metadata.json index b588a74..6e0eb80 100644 --- a/resources/metadata.json +++ b/resources/metadata.json @@ -5,5 +5,5 @@ "version": 999, "settings-schema": "org.gnome.shell.extensions.extensions-sync", "url": "https://github.com/oae/gnome-shell-extensions-sync", - "shell-version": ["42", "43"] -} + "shell-version": ["42", "43", "44"] +} \ No newline at end of file From c7f53befa009076c54623ff4dc0f71f714e424b2 Mon Sep 17 00:00:00 2001 From: Alperen Elhan Date: Fri, 16 Jun 2023 11:39:35 +0300 Subject: [PATCH 3/3] chore: add donation link --- resources/metadata.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/metadata.json b/resources/metadata.json index 6e0eb80..9c24eaf 100644 --- a/resources/metadata.json +++ b/resources/metadata.json @@ -3,7 +3,10 @@ "description": "Sync all extensions and their configurations across all gnome instances", "uuid": "extensions-sync@elhan.io", "version": 999, + "donations": { + "github": "oae" + }, "settings-schema": "org.gnome.shell.extensions.extensions-sync", "url": "https://github.com/oae/gnome-shell-extensions-sync", "shell-version": ["42", "43", "44"] -} \ No newline at end of file +}