From ea7791ffeeafb799b3acd0c4184fe074914570af Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Sat, 9 Mar 2024 01:06:59 -0600 Subject: [PATCH] update plugins --- ...ator@b6a9192c-6646-4c77-bc6b-be4f8195ffda.json | 15 +++++++++++++++ ...Flow@963cdb07-9143-41e6-b77b-14391e8344d8.json | 6 +++--- ...ake Data@8BE6E623BC294D4684F86A47CA797742.json | 14 ++++++++++++++ ...Launcher@54545DC7B3A542DBB6C7DA50DEAD455B.json | 6 +++--- ...Launcher@240B648F33DD4105800747A2749E1B5C.json | 6 +++--- .../Notion@BDC409081E7F4D879FC1FE8BC7F9D606.json | 6 +++--- ...edex@eda56b23-b5c5-48d9-be0d-05ccb907c86d.json | 15 +++++++++++++++ ...rlPlugin@589CA535BD5041E78179C4F2D2F2D8FD.json | 14 ++++++++++++++ ...ener@425D1CE7-1327-4593-B1C0-A37614B313EF.json | 6 +++--- ...n Hotkey@7D530704C68E4838896BBA5C4C1DE7DF.json | 6 +++--- ...ader@d58fbe34-bce7-11ed-afa1-0242ac120002.json | 6 +++--- 11 files changed, 79 insertions(+), 21 deletions(-) create mode 100644 plugins/Date Calculator@b6a9192c-6646-4c77-bc6b-be4f8195ffda.json create mode 100644 plugins/Fake Data@8BE6E623BC294D4684F86A47CA797742.json create mode 100644 plugins/Pokedex@eda56b23-b5c5-48d9-be0d-05ccb907c86d.json create mode 100644 plugins/TinyUrlPlugin@589CA535BD5041E78179C4F2D2F2D8FD.json diff --git a/plugins/Date Calculator@b6a9192c-6646-4c77-bc6b-be4f8195ffda.json b/plugins/Date Calculator@b6a9192c-6646-4c77-bc6b-be4f8195ffda.json new file mode 100644 index 000000000..9c4ef3525 --- /dev/null +++ b/plugins/Date Calculator@b6a9192c-6646-4c77-bc6b-be4f8195ffda.json @@ -0,0 +1,15 @@ +{ + "ID": "b6a9192c-6646-4c77-bc6b-be4f8195ffda", + "Name": "Date Calculator", + "Description": "Date Calculator using Flow's embedded python", + "Author": "jasonz3157", + "Version": "0.1.6", + "Language": "python", + "Website": "https://github.com/jasonz3157/Flow.Plugin.DateCalculator", + "UrlDownload": "https://github.com/jasonz3157/Flow.Plugin.DateCalculator/releases/download/v0.1.6/Flow.Launcher.Plugin.DateCalculator.zip", + "UrlSourceCode": "https://github.com/jasonz3157/Flow.Plugin.DateCalculator/tree/master", + "IcoPath": "https://cdn.jsdelivr.net/gh/jasonz3157/Flow.Plugin.DateCalculator@master/Images/app.png", + "Tested": true, + "DateAdded": "2024-03-08T11:08:46Z", + "LatestReleaseDate": "2024-03-05T09:06:58Z" +} \ No newline at end of file diff --git a/plugins/DeepFlow@963cdb07-9143-41e6-b77b-14391e8344d8.json b/plugins/DeepFlow@963cdb07-9143-41e6-b77b-14391e8344d8.json index c59eee3af..c2fc2a80f 100644 --- a/plugins/DeepFlow@963cdb07-9143-41e6-b77b-14391e8344d8.json +++ b/plugins/DeepFlow@963cdb07-9143-41e6-b77b-14391e8344d8.json @@ -4,14 +4,14 @@ "Name": "DeepFlow", "Description": "Plugin to use DeepL in FlowLauncher", "Author": "Davide Gena", - "Version": "1.0.0", + "Version": "1.0.1", "Language": "python", "Website": "https://github.com/DavidG33k/Flow.Launcher.Plugin.DeepFlow", "IcoPath": "https://cdn.statically.io/gh/DavidG33k/Flow.Launcher.Plugin.DeepFlow/main/images/ico.png", "UrlSourceCode": "https://github.com/DavidG33k/Flow.Launcher.Plugin.DeepFlow", - "UrlDownload": "https://github.com/DavidG33k/Flow.Launcher.Plugin.DeepFlow/releases/download/v1.0.0/Flow.Launcher.Plugin.DeepFlow.zip", + "UrlDownload": "https://github.com/DavidG33k/Flow.Launcher.Plugin.DeepFlow/releases/download/v1.0.1/Flow.Launcher.Plugin.DeepFlow.zip", "ExecuteFileName": "main.py", "Tested": true, "DateAdded": "2023-05-12T12:05:40Z", - "LatestReleaseDate": "2023-05-11T15:16:21Z" + "LatestReleaseDate": "2024-03-05T17:48:48Z" } \ No newline at end of file diff --git a/plugins/Fake Data@8BE6E623BC294D4684F86A47CA797742.json b/plugins/Fake Data@8BE6E623BC294D4684F86A47CA797742.json new file mode 100644 index 000000000..f146f2b2a --- /dev/null +++ b/plugins/Fake Data@8BE6E623BC294D4684F86A47CA797742.json @@ -0,0 +1,14 @@ +{ + "ID": "8BE6E623BC294D4684F86A47CA797742", + "Name": "Fake Data", + "Description": "Generates a variety of fake data using the Bogus library", + "Author": "Yusyuriv", + "Version": "1.0.0", + "Language": "csharp", + "Website": "https://github.com/Yusyuriv/Flow.Launcher.Plugin.FakeData/tree/main", + "UrlDownload": "https://github.com/Yusyuriv/Flow.Launcher.Plugin.FakeData/releases/download/1.0.0/Flow.Launcher.Plugin.FakeData.zip", + "UrlSourceCode": "https://github.com/Yusyuriv/Flow.Launcher.Plugin.FakeData/tree/main", + "IcoPath": "https://cdn.jsdelivr.net/gh/Yusyuriv/Flow.Launcher.Plugin.FakeData@main/app.png", + "DateAdded": "2024-03-05T10:21:51Z", + "LatestReleaseDate": "2024-03-03T22:59:55Z" +} \ No newline at end of file diff --git a/plugins/GamesLauncher@54545DC7B3A542DBB6C7DA50DEAD455B.json b/plugins/GamesLauncher@54545DC7B3A542DBB6C7DA50DEAD455B.json index 57363d1e9..6e2898262 100644 --- a/plugins/GamesLauncher@54545DC7B3A542DBB6C7DA50DEAD455B.json +++ b/plugins/GamesLauncher@54545DC7B3A542DBB6C7DA50DEAD455B.json @@ -3,12 +3,12 @@ "Name": "GamesLauncher", "Description": "Search and launch games from multiple platforms like Steam, Epic Games etc.", "Author": "KrystianLesniak", - "Version": "1.8.0", + "Version": "1.9.0", "Language": "csharp", "Website": "https://github.com/KrystianLesniak/Flow.Launcher.Plugin.GamesLauncher", - "UrlDownload": "https://github.com/KrystianLesniak/Flow.Launcher.Plugin.GamesLauncher/releases/download/v1.8.0/GamesLauncher.zip", + "UrlDownload": "https://github.com/KrystianLesniak/Flow.Launcher.Plugin.GamesLauncher/releases/download/v1.9.0/GamesLauncher.zip", "UrlSourceCode": "https://github.com/KrystianLesniak/Flow.Launcher.Plugin.GamesLauncher/tree/main", "IcoPath": "https://cdn.jsdelivr.net/gh/KrystianLesniak/Flow.Launcher.Plugin.GamesLauncher@main/Flow.Launcher.Plugin.GamesLauncher/icon.png", "DateAdded": "2023-08-25T07:12:31Z", - "LatestReleaseDate": "2024-01-14T15:16:31Z" + "LatestReleaseDate": "2024-02-29T16:57:00Z" } \ No newline at end of file diff --git a/plugins/Github Quick Launcher@240B648F33DD4105800747A2749E1B5C.json b/plugins/Github Quick Launcher@240B648F33DD4105800747A2749E1B5C.json index dbe80b230..583696893 100644 --- a/plugins/Github Quick Launcher@240B648F33DD4105800747A2749E1B5C.json +++ b/plugins/Github Quick Launcher@240B648F33DD4105800747A2749E1B5C.json @@ -3,13 +3,13 @@ "Name": "Github Quick Launcher", "Description": "Quickly access your personal repositories and stars.", "Author": "Garulf", - "Version": "3.2.1", + "Version": "4.0.0", "Language": "python", "Website": "https://github.com/Garulf/github-quick-launcher", - "UrlDownload": "https://github.com/Garulf/Github-Quick-Launcher/releases/download/v3.2.1/Github-Quick-Launcher-3.2.1.zip", + "UrlDownload": "https://github.com/Garulf/Github-Quick-Launcher/releases/download/v4.0.0/Github-Quick-Launcher-4.0.0.zip", "UrlSourceCode": "https://github.com/Garulf/github-quick-launcher/tree/main", "IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/github-quick-launcher@main/src/icon.png", "Tested": true, - "LatestReleaseDate": "2024-02-20T10:06:40Z", + "LatestReleaseDate": "2024-02-24T19:54:51Z", "DateAdded": "2022-10-08T16:26:57Z" } \ No newline at end of file diff --git a/plugins/Notion@BDC409081E7F4D879FC1FE8BC7F9D606.json b/plugins/Notion@BDC409081E7F4D879FC1FE8BC7F9D606.json index 42be2f1c2..9c6dbd35b 100644 --- a/plugins/Notion@BDC409081E7F4D879FC1FE8BC7F9D606.json +++ b/plugins/Notion@BDC409081E7F4D879FC1FE8BC7F9D606.json @@ -3,12 +3,12 @@ "Name": "Notion", "Description": "A Plugin For Search, Create, Edit and Delete Notion Pages.", "Author": "Amin Salah", - "Version": "1.1.0", + "Version": "2.0.0", "Language": "csharp", "Website": "https://github.com/AminSallah/Flow.Launcher.Plugin.Notion", - "UrlDownload": "https://github.com/AminSallah/Flow.Launcher.Plugin.Notion/releases/download/v1.1.0/Flow.Launcher.Plugin.Notion.zip", + "UrlDownload": "https://github.com/AminSallah/Flow.Launcher.Plugin.Notion/releases/download/v2.0.0/Flow.Launcher.Plugin.Notion.zip", "UrlSourceCode": "https://github.com/AminSallah/Flow.Launcher.Plugin.Notion/tree/main/src", "IcoPath": "https://cdn.jsdelivr.net/gh/AminSallah/Flow.Launcher.Plugin.Notion@main/src/Images/app.png", "DateAdded": "2024-02-12T20:58:11Z", - "LatestReleaseDate": "2024-02-13T22:35:54Z" + "LatestReleaseDate": "2024-03-03T23:23:42Z" } \ No newline at end of file diff --git a/plugins/Pokedex@eda56b23-b5c5-48d9-be0d-05ccb907c86d.json b/plugins/Pokedex@eda56b23-b5c5-48d9-be0d-05ccb907c86d.json new file mode 100644 index 000000000..314add0b7 --- /dev/null +++ b/plugins/Pokedex@eda56b23-b5c5-48d9-be0d-05ccb907c86d.json @@ -0,0 +1,15 @@ +{ + "ID": "eda56b23-b5c5-48d9-be0d-05ccb907c86d", + "Name": "Pokedex", + "Description": "Search Pokemon", + "Author": "Galedrim", + "Version": "1.0.0", + "Language": "python", + "Website": "https://github.com/Galedrim/Flow.Launcher.Plugin.Pokedex/tree/main", + "UrlDownload": "https://github.com/Galedrim/Flow.Launcher.Plugin.Pokedex/releases/download/v1.0.0/Flow.Launcher.Plugin.Pokedex.zip", + "UrlSourceCode": "https://github.com/Galedrim/Flow.Launcher.Plugin.Pokedex/tree/main", + "IcoPath": "https://github.com/Galedrim/Flow.Launcher.Plugin.Pokedex/tree/main/Images/app.png", + "Tested": true, + "DateAdded": "2024-03-08T10:42:47Z", + "LatestReleaseDate": "2024-03-06T02:12:23Z" +} \ No newline at end of file diff --git a/plugins/TinyUrlPlugin@589CA535BD5041E78179C4F2D2F2D8FD.json b/plugins/TinyUrlPlugin@589CA535BD5041E78179C4F2D2F2D8FD.json new file mode 100644 index 000000000..e2a0df245 --- /dev/null +++ b/plugins/TinyUrlPlugin@589CA535BD5041E78179C4F2D2F2D8FD.json @@ -0,0 +1,14 @@ +{ + "ID": "589CA535BD5041E78179C4F2D2F2D8FD", + "Name": "TinyUrlPlugin", + "Description": "a plugin that use tinyurl api, it's very basic but powerful", + "Author": "haider", + "Version": "1.0.5", + "Language": "csharp", + "Website": "https://github.com/DevHJS/TinyUrlPlugin", + "UrlDownload": "https://github.com/DevHJS/TinyUrlPlugin/releases/download/v1.0.5/TinyUrlPlugin-1.0.5.zip", + "UrlSourceCode": "https://github.com/DevHJS/TinyUrlPlugin/tree/master", + "IcoPath": "https://cdn.jsdelivr.net/gh/DevHJS/TinyUrlPlugin/Flow.Launcher.Plugin.TinyUrlPlugin/icons/icon.png", + "DateAdded": "2024-03-01T12:42:03Z", + "LatestReleaseDate": "2024-02-29T20:34:38Z" +} \ No newline at end of file diff --git a/plugins/URL Shortener@425D1CE7-1327-4593-B1C0-A37614B313EF.json b/plugins/URL Shortener@425D1CE7-1327-4593-B1C0-A37614B313EF.json index fa999f8c4..ae00b1942 100644 --- a/plugins/URL Shortener@425D1CE7-1327-4593-B1C0-A37614B313EF.json +++ b/plugins/URL Shortener@425D1CE7-1327-4593-B1C0-A37614B313EF.json @@ -3,13 +3,13 @@ "Name": "URL Shortener", "Description": "Plugin to shorten URLs", "Author": "z1nc0r3", - "Version": "1.0.0", + "Version": "1.0.1", "Language": "python", "Website": "https://github.com/z1nc0r3/URL-Shortener-Plugin", - "UrlDownload": "https://github.com/z1nc0r3/URL-Shortener-Plugin/releases/download/v1.0.0/Flow.Launcher.Plugin.URL.Shortener.zip", + "UrlDownload": "https://github.com/z1nc0r3/URL-Shortener-Plugin/releases/download/v1.0.1/Flow.Launcher.Plugin.URL.Shortener.zip", "UrlSourceCode": "https://github.com/z1nc0r3/URL-Shortener-Plugin/tree/main", "IcoPath": "https://cdn.jsdelivr.net/gh/z1nc0r3/URL-Shortener-Plugin@main/Images/app.png", "DateAdded": "2024-02-04T05:17:00Z", - "LatestReleaseDate": "2024-02-04T04:43:28Z", + "LatestReleaseDate": "2024-03-04T16:17:12Z", "Tested": true } \ No newline at end of file diff --git a/plugins/Win Hotkey@7D530704C68E4838896BBA5C4C1DE7DF.json b/plugins/Win Hotkey@7D530704C68E4838896BBA5C4C1DE7DF.json index e29cd1ee9..447160718 100644 --- a/plugins/Win Hotkey@7D530704C68E4838896BBA5C4C1DE7DF.json +++ b/plugins/Win Hotkey@7D530704C68E4838896BBA5C4C1DE7DF.json @@ -3,12 +3,12 @@ "Name": "Win Hotkey", "Description": "Trigger Flow Launcher by Win Key.", "Author": "Amin Salah", - "Version": "2.0.0", + "Version": "3.1.0", "Language": "csharp", "Website": "https://github.com/AminSallah/Flow.Launcher.Plugin.WinHotkey", - "UrlDownload": "https://github.com/AminSallah/Flow.Launcher.Plugin.WinHotkey/releases/download/v2.0.0/Flow.Launcher.Plugin.WinHotkey.zip", + "UrlDownload": "https://github.com/AminSallah/Flow.Launcher.Plugin.WinHotkey/releases/download/v3.1.0/Flow.Launcher.Plugin.WinHotkey.zip", "UrlSourceCode": "https://github.com/AminSallah/Flow.Launcher.Plugin.WinHotkey/tree/main", "IcoPath": "https://cdn.jsdelivr.net/gh/AminSallah/Flow.Launcher.Plugin.WinHotkey@main/app.png", "DateAdded": "2024-02-22T06:54:14Z", - "LatestReleaseDate": "2024-02-23T04:43:48Z" + "LatestReleaseDate": "2024-03-06T12:59:52Z" } \ No newline at end of file diff --git a/plugins/Youtube Downloader@d58fbe34-bce7-11ed-afa1-0242ac120002.json b/plugins/Youtube Downloader@d58fbe34-bce7-11ed-afa1-0242ac120002.json index 519473da2..fc24b5fcf 100644 --- a/plugins/Youtube Downloader@d58fbe34-bce7-11ed-afa1-0242ac120002.json +++ b/plugins/Youtube Downloader@d58fbe34-bce7-11ed-afa1-0242ac120002.json @@ -3,13 +3,13 @@ "Name": "Youtube Downloader", "Description": "A youtube downloader", "Author": "LordOfTheEel; Eyal.Br", - "Version": "1.0.1", + "Version": "0.1.2", "Language": "python", "Website": "https://github.com/DeepVoyager253/FlowLauncherYTDownload", "IcoPath": "https://cdn.jsdelivr.net/gh/DeepVoyager253/FlowLauncherYTDownload@main/icon.png", "UrlSourceCode": "https://github.com/DeepVoyager253/FlowLauncherYTDownload", - "UrlDownload": "https://github.com/DeepVoyager253/FlowLauncherYTDownload/releases/download/v1.0.1/Flow.Launcher.Plugin.YTDownloader.zip", + "UrlDownload": "https://github.com/DeepVoyager253/FlowLauncherYTDownload/releases/download/v0.1.2/Flow.Launcher.Plugin.YTDownloader.zip", "Tested": true, "DateAdded": "2023-03-09T17:22:21Z", - "LatestReleaseDate": "2023-11-22T08:17:21Z" + "LatestReleaseDate": "2024-03-04T12:59:00Z" } \ No newline at end of file