Skip to content

Commit 1c248a1

Browse files
committed
Merge branch 'plugin_api_v2' into add_filename_construct_validation
2 parents 2167c54 + 17e04c6 commit 1c248a1

6 files changed

+226
-250
lines changed

etags.json

Lines changed: 208 additions & 208 deletions
Large diffs are not rendered by default.

plugins.json

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -584,13 +584,13 @@
584584
"Name": "DirQuickJump",
585585
"Description": "When opening or saving files, quickly jump to the directory you already opened in File Explorer. Inspired by Listary Quick Switch.",
586586
"Author": "idkana",
587-
"Version": "1.0.1",
587+
"Version": "1.0.2",
588588
"Language": "csharp",
589589
"Website": "https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump",
590-
"UrlDownload": "https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump/releases/download/v1.0.1/Flow.Launcher.Plugin.DirQuickJump.zip",
590+
"UrlDownload": "https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump/releases/download/v1.0.2/Flow.Launcher.Plugin.DirQuickJump.zip",
591591
"UrlSourceCode": "https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump",
592592
"IcoPath": "https://cdn.jsdelivr.net/gh/idkidknow/Flow.Launcher.Plugin.DirQuickJump@main/Flow.Launcher.Plugin.DirQuickJump/icon.png",
593-
"LatestReleaseDate": "2024-09-21T12:53:23Z",
593+
"LatestReleaseDate": "2024-12-13T20:42:36Z",
594594
"DateAdded": "2024-09-17T12:38:53Z"
595595
},
596596
{
@@ -859,13 +859,13 @@
859859
"Name": "Firefox Keyword Bookmarks",
860860
"Description": "A plugin that lets you open firefox bookmarks from their keyword",
861861
"Author": "cibere",
862-
"Version": "0.2.0",
862+
"Version": "0.2.1",
863863
"Language": "python_v2",
864864
"Website": "https://github.com/cibere/Flow.Launcher.Plugin.FirefoxKeywordBookmarks",
865-
"UrlDownload": "https://github.com/cibere/FirefoxKeywordBookmarks/releases/download/v0.2.0/Flow.Launcher.Plugin.FirefoxKeywordBookmarks.zip",
865+
"UrlDownload": "https://github.com/cibere/FirefoxKeywordBookmarks/releases/download/v0.2.1/Flow.Launcher.Plugin.FirefoxKeywordBookmarks.zip",
866866
"UrlSourceCode": "https://github.com/cibere/Flow.Launcher.Plugin.FirefoxKeywordBookmarks",
867867
"IcoPath": "https://i.imgur.com/1cGHQTp.png",
868-
"LatestReleaseDate": "2024-11-28T01:26:12Z",
868+
"LatestReleaseDate": "2024-12-13T23:08:56Z",
869869
"Tested": true,
870870
"DateAdded": "2024-10-31T12:40:23Z"
871871
},
@@ -1475,18 +1475,6 @@
14751475
"DateAdded": "2022-10-08T16:26:57Z",
14761476
"LatestReleaseDate": "2022-08-17T15:00:00Z"
14771477
},
1478-
{
1479-
"ID": "ef3a6ece-ca05-4d4f-92ba-2ff8a67e017b",
1480-
"Name": "Nightlight",
1481-
"Description": "Nightlight Controls",
1482-
"Author": "Jonathan Glanz",
1483-
"Version": "1.1.2",
1484-
"Language": "TypeScript",
1485-
"Website": "https://github.com/jglanz/flow-launcher-plugin-nightlight",
1486-
"IcoPath": "https://cdn.jsdelivr.net/gh/jglanz/flow-launcher-plugin-nightlight/assets/bulb.png",
1487-
"UrlDownload": "https://github.com/jglanz/flow-launcher-plugin-nightlight/releases/download/v1.1.2/Nightlight-1.1.2.zip",
1488-
"UrlSourceCode": "https://github.com/jglanz/flow-launcher-plugin-nightlight/tree/master"
1489-
},
14901478
{
14911479
"ID": "ef3a6ece-ca05-4d4f-92ba-2ff8a67e017b",
14921480
"Name": "Nightlight",
@@ -2894,13 +2882,13 @@
28942882
"Name": "Wordle",
28952883
"Description": "An implimentation of the popular nytimes game called wordle for flow launcher",
28962884
"Author": "cibere",
2897-
"Version": "0.0.1",
2885+
"Version": "0.0.2",
28982886
"Language": "python_v2",
28992887
"Website": "https://github.com/cibere/Flow.Launcher.Plugin.Wordle",
2900-
"UrlDownload": "https://github.com/cibere/Flow.Launcher.Plugin.Wordle/releases/download/v0.0.1/Flow.Launcher.Plugin.Wordle.zip",
2888+
"UrlDownload": "https://github.com/cibere/Flow.Launcher.Plugin.Wordle/releases/download/v0.0.2/Flow.Launcher.Plugin.Wordle.zip",
29012889
"UrlSourceCode": "https://github.com/cibere/Flow.Launcher.Plugin.Wordle",
29022890
"IcoPath": "https://i.imgur.com/5OWWgvq.png",
2903-
"LatestReleaseDate": "2024-11-30T20:36:49Z",
2891+
"LatestReleaseDate": "2024-12-13T23:15:03Z",
29042892
"DateAdded": "2024-12-01T12:40:10Z"
29052893
},
29062894
{

plugins/DirQuickJump-01B2DC8D31394299ACBE3B32D91FA3EC.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"Name": "DirQuickJump",
44
"Description": "When opening or saving files, quickly jump to the directory you already opened in File Explorer. Inspired by Listary Quick Switch.",
55
"Author": "idkana",
6-
"Version": "1.0.1",
6+
"Version": "1.0.2",
77
"Language": "csharp",
88
"Website": "https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump",
9-
"UrlDownload": "https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump/releases/download/v1.0.1/Flow.Launcher.Plugin.DirQuickJump.zip",
9+
"UrlDownload": "https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump/releases/download/v1.0.2/Flow.Launcher.Plugin.DirQuickJump.zip",
1010
"UrlSourceCode": "https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump",
1111
"IcoPath": "https://cdn.jsdelivr.net/gh/idkidknow/Flow.Launcher.Plugin.DirQuickJump@main/Flow.Launcher.Plugin.DirQuickJump/icon.png",
12-
"LatestReleaseDate": "2024-09-21T12:53:23Z",
12+
"LatestReleaseDate": "2024-12-13T20:42:36Z",
1313
"DateAdded": "2024-09-17T12:38:53Z"
1414
}

plugins/Firefox Keyword Bookmarks-bb3ca236-f416-46d5-b88b-597748c33dce.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"Name": "Firefox Keyword Bookmarks",
44
"Description": "A plugin that lets you open firefox bookmarks from their keyword",
55
"Author": "cibere",
6-
"Version": "0.2.0",
6+
"Version": "0.2.1",
77
"Language": "python_v2",
88
"Website": "https://github.com/cibere/Flow.Launcher.Plugin.FirefoxKeywordBookmarks",
9-
"UrlDownload": "https://github.com/cibere/FirefoxKeywordBookmarks/releases/download/v0.2.0/Flow.Launcher.Plugin.FirefoxKeywordBookmarks.zip",
9+
"UrlDownload": "https://github.com/cibere/FirefoxKeywordBookmarks/releases/download/v0.2.1/Flow.Launcher.Plugin.FirefoxKeywordBookmarks.zip",
1010
"UrlSourceCode": "https://github.com/cibere/Flow.Launcher.Plugin.FirefoxKeywordBookmarks",
1111
"IcoPath": "https://i.imgur.com/1cGHQTp.png",
12-
"LatestReleaseDate": "2024-11-28T01:26:12Z",
12+
"LatestReleaseDate": "2024-12-13T23:08:56Z",
1313
"Tested": true,
1414
"DateAdded": "2024-10-31T12:40:23Z"
1515
}

plugins/Nightlight-95af3946-2bfe-49af-a9b6-edffa42ef1d5.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

plugins/Wordle-32dcd763-f8ad-4f14-b000-fcf0884f0093.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"Name": "Wordle",
44
"Description": "An implimentation of the popular nytimes game called wordle for flow launcher",
55
"Author": "cibere",
6-
"Version": "0.0.1",
6+
"Version": "0.0.2",
77
"Language": "python_v2",
88
"Website": "https://github.com/cibere/Flow.Launcher.Plugin.Wordle",
9-
"UrlDownload": "https://github.com/cibere/Flow.Launcher.Plugin.Wordle/releases/download/v0.0.1/Flow.Launcher.Plugin.Wordle.zip",
9+
"UrlDownload": "https://github.com/cibere/Flow.Launcher.Plugin.Wordle/releases/download/v0.0.2/Flow.Launcher.Plugin.Wordle.zip",
1010
"UrlSourceCode": "https://github.com/cibere/Flow.Launcher.Plugin.Wordle",
1111
"IcoPath": "https://i.imgur.com/5OWWgvq.png",
12-
"LatestReleaseDate": "2024-11-30T20:36:49Z",
12+
"LatestReleaseDate": "2024-12-13T23:15:03Z",
1313
"DateAdded": "2024-12-01T12:40:10Z"
1414
}

0 commit comments

Comments
 (0)