From de6a40225d30ea5ce9d67d24b5ea1767be412757 Mon Sep 17 00:00:00 2001 From: Isnandar Fajar Pangestu Date: Thu, 3 Jul 2025 14:33:00 +0000 Subject: [PATCH 1/2] add Used-By plugin manifest file --- ...Used-By-826ad749-44df-47c5-84da-85c42d22cfd7.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/Used-By-826ad749-44df-47c5-84da-85c42d22cfd7.json diff --git a/plugins/Used-By-826ad749-44df-47c5-84da-85c42d22cfd7.json b/plugins/Used-By-826ad749-44df-47c5-84da-85c42d22cfd7.json new file mode 100644 index 000000000..07c7abb0c --- /dev/null +++ b/plugins/Used-By-826ad749-44df-47c5-84da-85c42d22cfd7.json @@ -0,0 +1,12 @@ +{ + "ID": "826ad749-44df-47c5-84da-85c42d22cfd7", + "Name": "Used-By", + "Description": "Find which applications are currently using a path", + "Author": "isnandar1471", + "Version": "0.0.1", + "Language": "python", + "Website": "https://github.com/isnandar1471/flow.launcher.plugin.used-by", + "UrlDownload": "https://github.com/isnandar1471/flow.launcher.plugin.used-by/releases/download/v0.0.1/flow.launcher.plugin.used-by.zip", + "UrlSourceCode": "https://github.com/isnandar1471/flow.launcher.plugin.used-by", + "IcoPath": "https://cdn.jsdelivr.net/gh/isnandar1471/flow.launcher.plugin.used-by@main/assets/logo.png" +} \ No newline at end of file From fbff36cfe497944eb628916f4540bc1bcf8742bd Mon Sep 17 00:00:00 2001 From: Isnandar Fajar Pangestu Date: Tue, 8 Jul 2025 11:39:55 +0000 Subject: [PATCH 2/2] Fix error in plugin caused incompatible python version and upgrade the plugin version --- plugins/Used-By-826ad749-44df-47c5-84da-85c42d22cfd7.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Used-By-826ad749-44df-47c5-84da-85c42d22cfd7.json b/plugins/Used-By-826ad749-44df-47c5-84da-85c42d22cfd7.json index 07c7abb0c..0f3646114 100644 --- a/plugins/Used-By-826ad749-44df-47c5-84da-85c42d22cfd7.json +++ b/plugins/Used-By-826ad749-44df-47c5-84da-85c42d22cfd7.json @@ -3,10 +3,10 @@ "Name": "Used-By", "Description": "Find which applications are currently using a path", "Author": "isnandar1471", - "Version": "0.0.1", + "Version": "0.0.2", "Language": "python", "Website": "https://github.com/isnandar1471/flow.launcher.plugin.used-by", - "UrlDownload": "https://github.com/isnandar1471/flow.launcher.plugin.used-by/releases/download/v0.0.1/flow.launcher.plugin.used-by.zip", + "UrlDownload": "https://github.com/isnandar1471/flow.launcher.plugin.used-by/releases/download/v0.0.2/flow.launcher.plugin.used-by.zip", "UrlSourceCode": "https://github.com/isnandar1471/flow.launcher.plugin.used-by", "IcoPath": "https://cdn.jsdelivr.net/gh/isnandar1471/flow.launcher.plugin.used-by@main/assets/logo.png" } \ No newline at end of file