Commit graph

1626 commits

Author SHA1 Message Date
Jeremy Wu
0fc3c4fb8b New translations en.xaml (Chinese Simplified)
[ci skip]
2022-04-01 06:14:57 +11:00
Jeremy Wu
61d50e3034 New translations en.xaml (Ukrainian)
[ci skip]
2022-04-01 06:14:56 +11:00
Jeremy Wu
eb1f485e4b New translations en.xaml (Turkish)
[ci skip]
2022-04-01 06:14:55 +11:00
Jeremy Wu
a66aa31199 New translations en.xaml (Portuguese, Brazilian)
[ci skip]
2022-04-01 06:14:54 +11:00
Jeremy Wu
e92113ef2a New translations en.xaml (Serbian (Latin))
[ci skip]
2022-04-01 06:14:53 +11:00
Jeremy Wu
aa18e1697e New translations en.xaml (Spanish (Modern))
[ci skip]
2022-04-01 06:14:52 +11:00
Jeremy Wu
333ca95fce New translations en.xaml (Serbian (Latin))
[ci skip]
2022-04-01 06:14:52 +11:00
Jeremy Wu
ea1ed569e0 New translations en.xaml (Norwegian Bokmal)
[ci skip]
2022-04-01 06:14:51 +11:00
Jeremy Wu
4e02e130ff New translations en.xaml (Portuguese, Brazilian)
[ci skip]
2022-04-01 06:14:50 +11:00
Jeremy Wu
6b450c445c New translations en.xaml (Chinese Traditional)
[ci skip]
2022-04-01 06:14:50 +11:00
Jeremy Wu
37c92dd425 New translations en.xaml (Chinese Simplified)
[ci skip]
2022-04-01 06:14:49 +11:00
Jeremy Wu
88e0e318bc New translations en.xaml (Ukrainian)
[ci skip]
2022-04-01 06:14:48 +11:00
Jeremy Wu
3ee8aa3db0 New translations en.xaml (Turkish)
[ci skip]
2022-04-01 06:14:47 +11:00
Jeremy Wu
17a9e8b902 New translations en.xaml (Slovak)
[ci skip]
2022-04-01 06:14:46 +11:00
Jeremy Wu
4a3461cd01 New translations en.xaml (Russian)
[ci skip]
2022-04-01 06:14:45 +11:00
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