From 1960d69228a2f047f461a10bd84b10e42f782cf4 Mon Sep 17 00:00:00 2001 From: Gaetan Demazeux <155986730+gdemazeux@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:01:46 +0100 Subject: [PATCH 1/3] Add WingetFlow plugin configuration file --- WingetFlow-DF2EFA222C4A46F586FBBE815885D306 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 WingetFlow-DF2EFA222C4A46F586FBBE815885D306 diff --git a/WingetFlow-DF2EFA222C4A46F586FBBE815885D306 b/WingetFlow-DF2EFA222C4A46F586FBBE815885D306 new file mode 100644 index 000000000..335b81413 --- /dev/null +++ b/WingetFlow-DF2EFA222C4A46F586FBBE815885D306 @@ -0,0 +1,14 @@ +{ + "ID": "DF2EFA222C4A46F586FBBE815885D306", + "Name": "WingetFlow", + "Description": "A plugin to install and update packages with Winget", + "Author": "gdemazeux", + "Version": "0.1.0", + "Language": "csharp", + "Website": "https://github.com/gdemazeux/WingetFlow", + "UrlDownload": "https://github.com/gdemazeux/WingetFlow/releases/download/v0.1.0/Flow.Launcher.Plugin.WingetFlow.zip", + "UrlSourceCode": "https://github.com/gdemazeux/WingetFlow/tree/master", + "IcoPath": "https://cdn.jsdelivr.net/gh/gdemazeux/WingetFlow@master/Flow.Launcher.Plugin.WingetFlow/Images/app.png", + "DateAdded": "2025-11-05T10:56:00Z", + "LatestReleaseDate": "2025-11-05T10:56:00Z" +} From 18a9bae7f711974245cce05c6f582ffb8b278c9d Mon Sep 17 00:00:00 2001 From: Gaetan Demazeux <155986730+gdemazeux@users.noreply.github.com> Date: Thu, 6 Nov 2025 10:09:58 +0100 Subject: [PATCH 2/3] Bump version to 1.0.0 and update download URL --- WingetFlow-DF2EFA222C4A46F586FBBE815885D306 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/WingetFlow-DF2EFA222C4A46F586FBBE815885D306 b/WingetFlow-DF2EFA222C4A46F586FBBE815885D306 index 335b81413..241d7ee03 100644 --- a/WingetFlow-DF2EFA222C4A46F586FBBE815885D306 +++ b/WingetFlow-DF2EFA222C4A46F586FBBE815885D306 @@ -3,12 +3,10 @@ "Name": "WingetFlow", "Description": "A plugin to install and update packages with Winget", "Author": "gdemazeux", - "Version": "0.1.0", + "Version": "1.0.0", "Language": "csharp", "Website": "https://github.com/gdemazeux/WingetFlow", - "UrlDownload": "https://github.com/gdemazeux/WingetFlow/releases/download/v0.1.0/Flow.Launcher.Plugin.WingetFlow.zip", + "UrlDownload": "https://github.com/gdemazeux/WingetFlow/releases/download/v1.0.0/Flow.Launcher.Plugin.WingetFlow.zip", "UrlSourceCode": "https://github.com/gdemazeux/WingetFlow/tree/master", "IcoPath": "https://cdn.jsdelivr.net/gh/gdemazeux/WingetFlow@master/Flow.Launcher.Plugin.WingetFlow/Images/app.png", - "DateAdded": "2025-11-05T10:56:00Z", - "LatestReleaseDate": "2025-11-05T10:56:00Z" } From 227b01e7334acd955fb665efc0c2f2970f4250e7 Mon Sep 17 00:00:00 2001 From: Zhaerius Date: Fri, 7 Nov 2025 10:37:49 +0100 Subject: [PATCH 3/3] fix: location & extension --- .../WingetFlow-DF2EFA222C4A46F586FBBE815885D306.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename WingetFlow-DF2EFA222C4A46F586FBBE815885D306 => plugins/WingetFlow-DF2EFA222C4A46F586FBBE815885D306.json (90%) diff --git a/WingetFlow-DF2EFA222C4A46F586FBBE815885D306 b/plugins/WingetFlow-DF2EFA222C4A46F586FBBE815885D306.json similarity index 90% rename from WingetFlow-DF2EFA222C4A46F586FBBE815885D306 rename to plugins/WingetFlow-DF2EFA222C4A46F586FBBE815885D306.json index 241d7ee03..73e76439b 100644 --- a/WingetFlow-DF2EFA222C4A46F586FBBE815885D306 +++ b/plugins/WingetFlow-DF2EFA222C4A46F586FBBE815885D306.json @@ -8,5 +8,5 @@ "Website": "https://github.com/gdemazeux/WingetFlow", "UrlDownload": "https://github.com/gdemazeux/WingetFlow/releases/download/v1.0.0/Flow.Launcher.Plugin.WingetFlow.zip", "UrlSourceCode": "https://github.com/gdemazeux/WingetFlow/tree/master", - "IcoPath": "https://cdn.jsdelivr.net/gh/gdemazeux/WingetFlow@master/Flow.Launcher.Plugin.WingetFlow/Images/app.png", + "IcoPath": "https://cdn.jsdelivr.net/gh/gdemazeux/WingetFlow@master/Flow.Launcher.Plugin.WingetFlow/Images/app.png" }