Commit graph

1611 commits

Author SHA1 Message Date
Jeremy Wu
ef8fe5ee2b New translations en.xaml (Norwegian Bokmal)
[ci skip]
2022-04-01 06:14:44 +11:00
Jeremy Wu
6810a98793 New translations en.xaml (Portuguese)
[ci skip]
2022-04-01 06:14:44 +11:00
Jeremy Wu
bc5dd6694d New translations en.xaml (Dutch)
[ci skip]
2022-04-01 06:14:42 +11:00
Jeremy Wu
7fabbb4bda New translations en.xaml (Korean)
[ci skip]
2022-04-01 06:14:42 +11:00
Jeremy Wu
171c1e59a3 New translations en.xaml (Japanese)
[ci skip]
2022-04-01 06:14:41 +11:00
Jeremy Wu
d3a9512bb9 New translations en.xaml (Italian)
[ci skip]
2022-04-01 06:14:40 +11:00
Jeremy Wu
e22b7885fd New translations en.xaml (German)
[ci skip]
2022-04-01 06:14:39 +11:00
Jeremy Wu
5c861f541e New translations en.xaml (Danish)
[ci skip]
2022-04-01 06:14:38 +11:00
Jeremy Wu
026b9bd9ac New translations en.xaml (French)
[ci skip]
2022-04-01 06:14:38 +11:00
Jeremy Wu
058c9513e8 New translations en.xaml (Spanish, Latin America)
[ci skip]
2022-04-01 06:14:37 +11:00
Jeremy Wu
d519ec8749 New translations en.xaml (Spanish (Modern))
[ci skip]
2022-04-01 06:14:36 +11:00
Jeremy Wu
db1a18ec9a New translations en.xaml (Polish)
[ci skip]
2022-04-01 06:14:36 +11:00
Jeremy Wu
38664960e1 New translations en.xaml (Russian)
[ci skip]
2022-04-01 06:14:34 +11:00
Jeremy Wu
ffc8f2705e New translations en.xaml (French)
[ci skip]
2022-04-01 06:14:25 +11:00
Jeremy Wu
38dc0b05b5 New translations en.xaml (Danish)
[ci skip]
2022-04-01 06:14:24 +11:00
Jeremy Wu
ffcb3f95a8 New translations en.xaml (German)
[ci skip]
2022-04-01 06:14:24 +11:00
Jeremy Wu
f02c8c2ff5 New translations en.xaml (Italian)
[ci skip]
2022-04-01 06:14:23 +11:00
Jeremy Wu
3aa0c05036 New translations en.xaml (Japanese)
[ci skip]
2022-04-01 06:14:22 +11:00
Jeremy Wu
9511f5429b New translations en.xaml (Korean)
[ci skip]
2022-04-01 06:14:22 +11:00
Jeremy Wu
c91f495c7d New translations en.xaml (Dutch)
[ci skip]
2022-04-01 06:14:21 +11:00
Jeremy Wu
8c625a577a New translations en.xaml (Polish)
[ci skip]
2022-04-01 06:14:20 +11:00
Jeremy Wu
3f175de130 New translations en.xaml (Portuguese)
[ci skip]
2022-04-01 06:14:19 +11: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