Commit graph

5067 commits

Author SHA1 Message Date
Jeremy Wu
2a2d792ba4 New translations en.xaml (Russian)
[ci skip]
2022-04-01 06:14:14 +11:00
Jeremy Wu
faedcc49bd New translations en.xaml (Portuguese)
[ci skip]
2022-04-01 06:14:13 +11:00
Jeremy Wu
0706d3f3b4 New translations en.xaml (Polish)
[ci skip]
2022-04-01 06:14:12 +11:00
Jeremy Wu
a81f6edc40 New translations en.xaml (Italian)
[ci skip]
2022-04-01 06:14:11 +11:00
Jeremy Wu
679b4b4e18 New translations en.xaml (Korean)
[ci skip]
2022-04-01 06:14:10 +11:00
Jeremy Wu
d09a49ccb4 New translations en.xaml (Japanese)
[ci skip]
2022-04-01 06:14:08 +11:00
Jeremy Wu
6175b557fd New translations en.xaml (German)
[ci skip]
2022-04-01 06:14:07 +11:00
Jeremy Wu
bbaebfee6c New translations en.xaml (Chinese Simplified)
[ci skip]
2022-04-01 06:14:06 +11:00
Jeremy Wu
ba5cc7a492 New translations en.xaml (Dutch)
[ci skip]
2022-04-01 06:14:05 +11:00
Jeremy Wu
5c8c263d1a New translations en.xaml (Chinese Traditional)
[ci skip]
2022-04-01 06:14:04 +11:00
Jeremy Wu
d828d86a9b New translations Resources.resx (Korean)
[ci skip]
2022-04-01 06:14:03 +11:00
Jeremy Wu
ca2415ebca New translations en.xaml (Norwegian Bokmal)
[ci skip]
2022-04-01 06:14:02 +11:00
Jeremy Wu
82f7599ed6 New translations en.xaml (Serbian (Latin))
[ci skip]
2022-04-01 06:14:01 +11:00
Jeremy Wu
1921aa5118 New translations en.xaml (Spanish (Modern))
[ci skip]
2022-04-01 06:13:59 +11:00
Jeremy Wu
523f2cd1bc New translations en.xaml (Spanish, Latin America)
[ci skip]
2022-04-01 06:13:58 +11:00
Jeremy Wu
0276514bc1 New translations Resources.resx (French)
[ci skip]
2022-04-01 06:13:57 +11:00
Jeremy Wu
7b4b720b7d New translations Resources.resx (Danish)
[ci skip]
2022-04-01 06:13:56 +11:00
Jeremy Wu
4bc925b7a9 New translations Resources.resx (German)
[ci skip]
2022-04-01 06:13:56 +11:00
Jeremy Wu
baafe58d8c New translations Resources.resx (Italian)
[ci skip]
2022-04-01 06:13:55 +11:00
Jeremy Wu
eae3525980 New translations Resources.resx (Japanese)
[ci skip]
2022-04-01 06:13:54 +11:00
Jeremy Wu
f85e56dec4 New translations en.xaml (Danish)
[ci skip]
2022-04-01 06:13:54 +11:00
Jeremy Wu
30dc920872 New translations Resources.resx (Dutch)
[ci skip]
2022-04-01 06:13:53 +11:00
Jeremy Wu
a147de0a30 New translations en.xaml (Portuguese, Brazilian)
[ci skip]
2022-04-01 06:13:51 +11:00
Jeremy Wu
56e5057caa New translations en.xaml (French)
[ci skip]
2022-04-01 06:13:50 +11:00
Jeremy Wu
d1c69d601b
Merge pull request #1088 from Flow-Launcher/add_spanish_latin_america
Add Spanish and Spanish Latin America to language selection
2022-03-23 13:17:06 +11:00
Jeremy Wu
550b259902
Merge pull request #1087 from Flow-Launcher/turnoff_replace_win_r_shell
Set Shell plugin's default replace Win R hotkey to off
2022-03-21 05:53:22 +11:00
Jeremy
134de28246 add Spanish and Spanish Latin America to language selection 2022-03-19 20:38:03 +11:00
Jeremy
347fe5a3f9 set Shell plugin's default replace Win R hotkey 2022-03-19 20:04:10 +11:00
Jeremy Wu
01ce60276a
Merge pull request #1077 from Flow-Launcher/fix_explorer_button_visibility
Fix incorrect button visibility in Explorer's expander control
2022-03-18 03:50:51 +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
Jeremy Wu
749e7ff618
Merge pull request #1071 from medlir/fix-browser-bookmarks-plugin-exception
avoid exception in ChromiumBookmarkLoader.cs
2022-03-10 06:14:55 +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 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