Jeremy
66f835fb00
calculator plugin version bump
2022-04-24 19:34:43 +10:00
Jeremy
b177f6d67f
add decimal separator check to CanCalculate
2022-04-24 19:33:06 +10:00
Hongtao Zhang
4b09e07e09
Use decimal separator in setting for query
2022-03-31 13:53:07 -05:00
Jeremy
347fe5a3f9
set Shell plugin's default replace Win R hotkey
2022-03-19 20:04:10 +11:00
Jeremy
d7ab4f0c1f
fix incorrect button visibility in Explorer's expander control
...
fix the issue where button visibility is still visible when expander is collapsed
2022-03-13 14:59:17 +11:00
Rick
7fe166d18b
avoid exception in ChromiumBookmarkLoader.cs
...
Every time I start Flow Launcher since the plugins refactor, the Bookmarks plugin has been throwing an exception. The issue stems from it parsing the Bookmarks file, and assuming that every JsonElement in the "roots" element is a JsonValueKind.Object. My Bookmarks file though has a JsonValueKind.String value off the roots key of `"sync_transaction_version": "20297",` along-side the bookmark_bar, other, and synced keys, which ARE objects. When it hits that sync_transaction_version string, and calls EnumerateFolderBookmark with it, it gets into the method because it IS a JsonElement, but then throws an exception on the folderElement.TryGetProperty("children", ...) call because you can't call TryGetProperty on a String, only Objects.
2022-03-08 20:54:54 -05:00
Jeremy Wu
dd8135edaf
update readme
2022-03-04 10:00:07 +11:00
Jeremy
b9f03a84f6
fix typo for plugin title in context menu and WindowsSettings name
2022-03-02 21:26:24 +11:00
Jeremy Wu
813d900935
Merge pull request #1002 from Flow-Launcher/fix_app_uri_logic
...
[Dev] Fix application URI logic when opening via WebSearch plugin
2022-03-02 10:19:30 +11:00
Jeremy
8f33b5ad6d
Merge remote-tracking branch 'origin/master' into resolve_1_9_2_merge_conflict
2022-02-28 14:16:19 +11:00
Jeremy
7b6686d9a1
version bump
2022-02-12 14:10:18 +11:00
Jeremy
6ad1bca24b
lower non-name matched results and use fuzzy scores for name matches
2022-02-12 14:09:31 +11:00
Jeremy
dd52a34919
Shell plugin version bump
2022-02-02 07:49:56 +11:00
Hongtao Zhang
bffa90a81e
stop trigger global hotkey when shell plugin is not enabled
2022-02-02 07:49:09 +11:00
Jeremy
f64c50c479
bump WebSearch plugin
2022-02-02 07:41:59 +11:00
tech189
781a773131
Some pedantic capitalisation
2022-02-02 07:40:47 +11:00
tech189
2ae2c0f600
Clean up deprecated translations
2022-02-02 07:40:24 +11:00
Jeremy
362ab52c52
version bump PluginsManager
2022-02-02 07:32:46 +11:00
dependabot[bot]
69f6eb36c1
Bump SharpZipLib in /Plugins/Flow.Launcher.Plugin.PluginsManager
...
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib ) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases )
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt )
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.2...v1.3.3 )
---
updated-dependencies:
- dependency-name: SharpZipLib
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 07:30:14 +11:00
Jeremy
819ee97555
version bump PluginsManager
2022-02-02 07:22:19 +11:00
dependabot[bot]
6713865432
Bump SharpZipLib in /Plugins/Flow.Launcher.Plugin.PluginsManager
...
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib ) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases )
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt )
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.2...v1.3.3 )
---
updated-dependencies:
- dependency-name: SharpZipLib
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 16:24:12 +00:00
Jeremy
96cf9fe36a
fix application URI logic when opening via WebSearch plugin
2022-01-31 21:36:13 +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
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
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
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
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
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
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
Jeremy Wu
de97cd4e52
Merge pull request #953 from Flow-Launcher/disableshellwinr
...
stop trigger global hotkey when shell plugin is not enabled
2022-01-10 20:11:13 +11:00
Jeremy
88b4ce5bb6
Shell plugin version bump
2022-01-10 20:05:05 +11:00
Jeremy
21775c7bed
bump PluginsManager version
2022-01-05 20:56:34 +11:00