Commit graph

4980 commits

Author SHA1 Message Date
Garulf
48dbfc240b Add file path to clipboard as file if valid 2022-01-25 19:45:08 -05:00
Garulf
0f78d5176e Merge branch 'dev' into global-copy-to-clipboard 2022-01-25 13:14:43 -05:00
Jeremy Wu
50e6aad321
Merge pull request #991 from Flow-Launcher/context_menu_plugin_site
Open plugin website from context menu
2022-01-24 12:19:18 +11:00
Jeremy
43603b8f4e open plugin website from context menu 2022-01-24 08:16:17 +11:00
Jeremy Wu
520d2370db
Merge pull request #987 from Flow-Launcher/update_back_prev_dir_logic
[Dev] Add support for action keyword when using Ctrl + Backspace
2022-01-20 21:04:20 +11:00
Jeremy
9161de2fe0 formatting 2022-01-20 20:23:13 +11:00
Jeremy
1f2bc7ebae formatting 2022-01-20 20:15:33 +11:00
Jeremy
622fa20023 add back to previous dir hotkey to readme 2022-01-20 20:13:27 +11:00
Jeremy
214fec8687 add support for action keyword when using Ctrl + Backspace 2022-01-20 20:04:48 +11:00
Jeremy Wu
ba205ad18f
Merge pull request #858 from Garulf/delete-folder-paths
Ctrl + Backspace in Query goes up directory path
2022-01-20 08:02:07 +11:00
Jeremy
9848e2a289 Merge remote-tracking branch 'origin/dev' into delete-folder-paths 2022-01-20 07:50:32 +11:00
Jeremy
03ae0b868e use previous directory command 2022-01-20 07:43:00 +11:00
Jeremy Wu
0e9830d9a9
Merge pull request #843 from onesounds/ChangeMissingIcon
Change App missing icon
2022-01-19 21:39:20 +11:00
Jeremy
530f5b80f1 version bump plugins after merge 2022-01-19 21:34:18 +11:00
Jeremy
4df7413cf0 Merge remote-tracking branch 'origin/dev' into ChangeMissingIcon 2022-01-19 21:32:09 +11:00
Jeremy
06859ef359 version bump plugins 2022-01-19 21:22:55 +11:00
Jeremy Wu
f636891cd2
Merge pull request #935 from Flow-Launcher/GlyphFontName
Revise ttf/otf code
2022-01-19 21:06:58 +11:00
Jeremy Wu
b5f81c844a
formatting 2022-01-19 21:01:50 +11:00
Jeremy Wu
9c92219e7f
Merge pull request #977 from Flow-Launcher/fixWebsearchNullPointer
Add null check before enumerating the enumerable
2022-01-19 20:51:10 +11:00
Jeremy
e9d3a0df1c version bump WebSearch 2022-01-19 20:44:19 +11:00
Jeremy Wu
20e1b659fd
update suggestion result with ActionKeywordAssigned 2022-01-19 20:39:48 +11:00
Jeremy Wu
53f4741162
Add scoop install to readme (#983) 2022-01-18 08:45:37 +11:00
Kevin Zhang
b0d29be067
Update Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2022-01-17 09:09:11 -06:00
Kevin Zhang
267b79a86e
Update Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2022-01-17 09:08:00 -06:00
Jeremy Wu
b64dd27d53
Merge pull request #963 from Flow-Launcher/notificationRegister
Use Microsoft Package to handle toast notification for registry
2022-01-14 13:35:46 +11:00
Hongtao Zhang
a4dea1f2fd Use Microsoft Package to register toast notification 2022-01-13 17:33:23 -06:00
Jeremy Wu
b9048f50f0
Merge pull request #972 from Flow-Launcher/refactor_plugin_manifest
Improvements to PluginManager plugin
2022-01-14 08:12:32 +11:00
Jeremy
deb4bee786 version bump PluginsManager 2022-01-14 07:58:46 +11:00
Jeremy Wu
45f691c3b1
Merge pull request #974 from tech189/fix-spellings
Fix spellings in translation keys
2022-01-14 07:57:12 +11:00
Jeremy Wu
10b8a35c57
Merge pull request #978 from Flow-Launcher/use_autocomplete_text
Minor enhancements to query auto-completion
2022-01-14 07:52:42 +11:00
Jeremy
abc4dc0141 bump WebSearch plugin 2022-01-14 07:48:12 +11:00
Ioannis G
84716376c2
bump plugin versions 2022-01-13 22:40:59 +02:00
tech189
a02011ddf1 Some pedantic capitalisation 2022-01-13 11:13:40 +00:00
tech189
661e99d073 Clean up deprecated translations 2022-01-13 10:30:44 +00:00
Ioannis G
5941049a11
use AutoCompleteText in PluginIndicator, ProcessKiller plugins
makes hitting Tab from the results of those plugins less weird
2022-01-13 04:52:13 +02:00
Ioannis G
75019de9f3
do not auto-complete from context menus 2022-01-13 01:56:46 +02:00
Ioannis G
835b925342
set HttpCompletionOption in Http.SendAsync 2022-01-13 00:36:14 +02:00
Ioannis G
a0bb995643
PluginsManager: refactor sub-commands
Rename them to something more accurate, switch them to be const
2022-01-12 23:48:16 +02:00
Hongtao Zhang
77f3788539 Add null check before enumerating the enumerable 2022-01-12 15:21:21 -06:00
Ioannis G
d6bca894ff
PluginsManager: remove IAsyncReloadable
no point for it, anymore
2022-01-12 19:25:42 +02:00
Ioannis G
bc5a9710b3
PluginsManager: fetch plugins on init 2022-01-12 19:22:55 +02:00
tech189
e863860177 Fix spellings in translation keys 2022-01-11 22:09:58 +00:00
Ioannis G
a5b8b0dcb2
add Http.SendAsync, refactor PluginsManifest to use it 2022-01-11 16:07:25 +02:00
Ioannis G
4d0c57f52f
pull plugin manifest file from jsdelivr CDN 2022-01-11 15:14:11 +02:00
Jeremy Wu
f2755dae4f
Merge pull request #970 from Flow-Launcher/translationText
use resources for raising top most success message
2022-01-11 21:20:05 +11:00
Ioannis G
d95010697d
PluginsManager: simplify passing down of queries 2022-01-11 08:55:59 +02:00
Ioannis G
658ddb2cf6
PluginsManager: improve query navigation 2022-01-11 08:21:15 +02:00
Ioannis G
daedc03008
PluginsManager: fix "new issue" URL for some plugins
since the `UrlSourceCode` field is inconsistent in the manifest file
2022-01-11 06:49:56 +02:00
Ioannis G
35e043859c
pass CancellationToken to PluginsManifest.UpdateManifestAsync 2022-01-11 06:12:10 +02:00
Ioannis G
33fb0ddee6
refactor PluginsManifest to use conditional requests 2022-01-11 06:00:14 +02:00