From 388dd6973d73b5a74e6214554f44d7463c620990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Vrba?= Date: Sat, 8 Apr 2023 09:28:18 +0200 Subject: [PATCH 1/3] Add GNOME 44 support --- metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 8ccc343..44d1990 100644 --- a/metadata.json +++ b/metadata.json @@ -8,7 +8,8 @@ "40", "41", "42", - "43" + "43", + "44" ], "url": "https://github.com/BjoernDaase/noannoyance", "uuid": "noannoyance@daase.net" From 832f99dfbbbe8302a8699efc125439bd84444057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Vrba?= Date: Sat, 8 Apr 2023 09:29:15 +0200 Subject: [PATCH 2/3] Add the bundled extension zips to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3209745..39de9e7 100644 --- a/.gitignore +++ b/.gitignore @@ -63,4 +63,7 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk +# Built .zip files with extensions +*.shell-extension.zip + # End of https://www.gitignore.io/api/macos,linux,windows From 6ad887134c78d03322fcedbd5bee7982be86df5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Vrba?= Date: Thu, 4 May 2023 22:36:51 +0200 Subject: [PATCH 3/3] Add version 44 to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a11c8db..19afac0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This is a fork of https://github.com/sindex/no-annoyance, so thank you Alex for - 41 - 42 - 43 +- 44 ## Installation 1. Run `git clone git@github.com:bdaase/noannoyance.git`