Commit graph

5036 commits

Author SHA1 Message Date
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 Wu
d993cf4fc5
Merging release 1.9.3 back into Dev 2022-03-04 08:44:54 +11:00
Jeremy Wu
cedb48121f
Merge pull request #1061 from Flow-Launcher/remove_winget_ci
Remove obsolete WinGet from appveyor.yml deployment pipeline
2022-03-03 23:54:10 +11:00
Jeremy
6efd96abfa remove obsolete WinGet CI from appveyor.yml 2022-03-03 21:05:45 +11:00
Jeremy Wu
e5297b1bc4
Merge pull request #1056 from Flow-Launcher/fix_context_menu_typo
Fix typo for plugin title in context menu and WindowsSettings name
2022-03-03 13:17:18 +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
0ad2efbe99
Merge pull request #1037 from Flow-Launcher/fullscreenMode
respect fullscreen setting when toggling main hotkey
2022-03-02 19:48:09 +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 Wu
0fad7073f0
Merge pull request #1036 from Flow-Launcher/AssemblyShare
Fix Shared Assembly Issue
2022-03-02 08:28:05 +11:00
Jeremy
60e671ec5a formatting 2022-03-02 08:14:05 +11:00
Jeremy Wu
9c69b56bf9
Merge pull request #1042 from Flow-Launcher/resolve_1_9_2_merge_conflict
Resolve 1.9.2 merge conflict in release pr
2022-03-01 12:29:05 +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
Kevin Zhang
824b7ba329
Merge pull request #1040 from oSumAtrIX/race-condition-fix
Remove calling `.ToArray()` on a `ConcurrentDictionary`
2022-02-27 20:45:27 -06:00
oSumAtrIX
4e3d713efe
Remove calling .ToArray() on a ConcurrentDictionary 2022-02-28 02:24:11 +01:00
Hongtao Zhang
6ff468a586 respect gamemode as well 2022-02-25 16:43:27 -06:00
Hongtao Zhang
e7bcfa5437 respect fullscreen setting when toggling main hotkey 2022-02-25 16:41:25 -06:00
Hongtao Zhang
3637961513 Fix Shared Assembly Issue 2022-02-25 14:23:40 -06:00
Jeremy Wu
16e032ea55
Merge pull request #1020 from Flow-Launcher/fix_win_settings_score
Fix WindowsSettings plugin result scores higher than normal
2022-02-13 02:41:18 +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
95ef8bb458 add overload for using Uri object 2022-02-04 08:26:42 +11:00
Jeremy Wu
11f1f402b2
version bump
Merging 1.9.2 back into dev. Following commits already exist in dev:
* 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>

* version bump PluginsManager

* Fix spellings in translation keys

* Clean up deprecated translations

* Some pedantic capitalisation

* bump WebSearch plugin

* use resources for raising top most success message

* Use Microsoft Package to register toast notification

* stop trigger global hotkey when shell plugin is not enabled

* Shell plugin version bump

* - Change Toggle Switch Flow (LTR from RTL)
- Change Open Theme Folder Button Width to Responsive

* - Adjust Priority Button Position

* - Adjust Priority Button Margin

* version bump

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tech189 <dlloyd189@gmail.com>
Co-authored-by: Hongtao Zhang <hongtao_zhang@outlook.com>
Co-authored-by: DB p <onesound@oooz.net>
2022-02-03 13:48:31 +11:00
Jeremy Wu
68101e0bda
Merge pull request #1004 from Flow-Launcher/release_1_9_2
Release 1.9.2
2022-02-02 19:02:43 +11:00
Jeremy
ab0f72bce4 version bump 2022-02-02 08:09:26 +11:00
DB p
2a04810fe5 - Adjust Priority Button Margin 2022-02-02 07:54:23 +11:00
DB p
8afe48f74a - Adjust Priority Button Position 2022-02-02 07:53:25 +11:00
DB p
8bef59e0fc - Change Toggle Switch Flow (LTR from RTL)
- Change Open Theme Folder Button Width to Responsive
2022-02-02 07:51:57 +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
Hongtao Zhang
66d5772760 Use Microsoft Package to register toast notification 2022-02-02 07:47:11 +11:00
Hongtao Zhang
fd1310fcf9 use resources for raising top most success message 2022-02-02 07:44:44 +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
tech189
f9fefc059c Fix spellings in translation keys 2022-02-02 07:38:19 +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 Wu
eb5e9dd4be
Merge pull request #1003 from Flow-Launcher/dependabot/nuget/Plugins/Flow.Launcher.Plugin.PluginsManager/SharpZipLib-1.3.3
Bump SharpZipLib from 1.3.2 to 1.3.3 in /Plugins/Flow.Launcher.Plugin.PluginsManager
2022-02-02 07:28:00 +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 Wu
af313ebb78
Merge pull request #968 from Flow-Launcher/websearchUri
Support Application Uri in OpenUrl API call
2022-01-31 08:43:21 +11:00
Jeremy
ef194d0097 formatting 2022-01-31 08:37:04 +11:00
Jeremy
3188bd82c0 add OpenUri to interface and change OpenUrl method to OpenUri 2022-01-31 08:34:02 +11:00
Jeremy
f07db3db1d Merge branch 'dev' into websearchUri 2022-01-31 07:50:48 +11:00
Jeremy Wu
150ce09b09
Merge pull request #851 from Garulf/global-copy-to-clipboard
Global copy to clipboard
2022-01-27 17:18:48 +11:00
Jeremy
8839f1bf6e add copy notification 2022-01-27 17:13:06 +11:00
Jeremy
c5be5b89cb move logic to view model 2022-01-27 16:35:45 +11:00
Garulf
48dbfc240b Add file path to clipboard as file if valid 2022-01-25 19:45:08 -05:00