Commit graph

4861 commits

Author SHA1 Message Date
Jeremy Wu
bd33914abc change to fix major vesion ifor post_build script's nuget commandline 2021-08-20 07:53:18 +10:00
Kevin Zhang
e14cbb2ef9 downgrade pinyin library until further discussion 2021-08-19 11:20:40 +08:00
Kevin Zhang
67027eb74b Allow JsonRPCPlugin.cs to have setting control 2021-08-17 00:50:36 +08:00
Kevin Zhang
fd794b8e77 Bump Dependency 2021-08-14 07:12:22 +08:00
Kevin Zhang
8ae13a5473 Move working directary setting to init 2021-08-14 06:51:11 +08:00
Kevin Zhang
991b89ff44 Remove Legacy debug in sync request 2021-08-13 15:56:58 +08:00
Kevin Zhang
7ab86ca1f2 Refactor JsonRPC structure 2021-08-13 13:55:07 +08:00
Jeremy Wu
a87cea7e6f
Merge pull request #643 from Flow-Launcher/fix_winget_installer
Fix WinGet publish due to change installer name
2021-08-12 11:02:59 +10:00
Jeremy Wu
fe45e3bdd2
update python message from install to download 2021-08-12 09:12:38 +10:00
Jeremy Wu
2282f04332
fix WinGet publish due to change installer name
fix WinGet publish due to change installer name in 1.8.2 release
2021-08-11 19:47:25 +10:00
Jeremy Wu
f1ed346d94
Merge pull request #627 from Flow-Launcher/version_bump_release
Version bump for 1.8.2 release
2021-08-11 05:28:34 +10:00
Jeremy
d8bea3cb89 Merge branch 'dev' into cacheProgramResult 2021-08-10 21:16:57 +10:00
Jeremy Wu
317ce59ee7
add comment for system font loading 2021-08-10 20:24:27 +10:00
张弘韬
db117b9418 Merge remote-tracking branch 'upstream/GlyphIcon' into GlyphIcon
# Conflicts:
#	Flow.Launcher/ViewModel/ResultViewModel.cs
2021-08-09 18:54:21 +08:00
张弘韬
ac0bfd6065 Merge remote-tracking branch 'upstream/dev' into GlyphIcon
# Conflicts:
#	Flow.Launcher/ResultListBox.xaml
#	Flow.Launcher/ViewModel/ResultViewModel.cs
2021-08-09 18:50:16 +08:00
Jeremy Wu
0f66baf64d
add comment for system font loading 2021-08-09 20:06:18 +10:00
Jeremy Wu
4219dce379
Merge pull request #629 from Flow-Launcher/fix_filepath_tooltip
Fix Explorer's file result subtitle tool tip as file path instead
2021-08-09 18:00:24 +10:00
Jeremy Wu
5aa74121d7
Merge pull request #450 from Flow-Launcher/imageOptimize
No need for the wrapped Lazy instance in image loading.
2021-08-09 08:52:53 +10:00
Jeremy
d536b6fd77 change to path instead of subtitle parameter 2021-08-08 18:47:39 +10:00
张弘韬
3623e119d2 add configureAwait(false) in SliceExtra ImageCache 2021-08-08 13:46:31 +08:00
张弘韬
653dc83bd0 fix error thrown in checking cache key when key is null 2021-08-08 13:45:18 +08:00
Jeremy Wu
c344deae3f
Merge pull request #633 from Flow-Launcher/JsonPRCExceptionHandle
Adjust JsonRPCPlugin.cs Exception Handling
2021-08-07 13:35:14 +10:00
Jeremy Wu
7778449239
remove extra comments 2021-08-07 13:26:38 +10:00
Jeremy Wu
235fe4aacb
remove extra comments 2021-08-07 13:26:11 +10:00
Jeremy Wu
d524b0a759
Merge pull request #628 from Flow-Launcher/fix_pm_update_focus
Fix PluginsManager's InstallOrUpdate focus
2021-08-07 12:19:41 +10:00
Kevin Zhang
9eeb04ec13 fix logic 2021-08-06 17:15:10 +08:00
Kevin Zhang
b86a2a8f5f Handle Font file 2021-08-06 17:04:19 +08:00
Jeremy
53e305d765 update per review 2021-08-06 18:52:09 +10:00
Jeremy
5940e33774 Merge branch 'dev' into add_quickaccess_actionkeyword 2021-08-06 18:03:35 +10:00
Jeremy Wu
69cf19e8d5
Merge pull request #630 from Flow-Launcher/optBardWardCompatibility
fix actionkeywords inflate when actionkeyword count mismatch in explorer plugin
2021-08-06 18:00:03 +10:00
Jeremy Wu
1b8c154ce8
Merge pull request #615 from Flow-Launcher/standardise_exe_installer
Standardise Flow's exe installer + readme update
2021-08-06 17:55:44 +10:00
Kevin Zhang
760333520c Adjust JsonRPCPlugin.cs Exception Handling 2021-08-06 14:35:14 +08:00
Kevin Zhang
6a1bb17fb6 use < instead of != 2021-08-05 14:31:03 +08:00
pc223
7ada219c0c Fix tool tip for folder 2021-08-04 22:12:11 +07:00
Jeremy
2a06cb9893 fix file path tool tip as file path instead 2021-08-04 08:01:20 +10:00
Jeremy Wu
df3b91ea99 fix PluginsManager's InstallOrUpdate focus 2021-08-03 07:58:35 +10:00
Jeremy
7d1d41e6ba version bump 2021-08-02 08:23:45 +10:00
Jeremy Wu
d2bec9c28f
Merge pull request #622 from Flow-Launcher/fixSearchPrecisionScoreSave
include saving SearchPrecisionScore because it is not public before
2021-08-02 07:20:16 +10:00
pc223
b7df39307f
Add FontFamily 2021-07-31 22:50:11 +07:00
Kevin Zhang
a0835288e2 Use SemaphoreSlim to ensure cache only remove once 2021-07-31 16:23:58 +08:00
Kevin Zhang
710d2a89a2 Use ValueTask as return value to suppress potential image error 2021-07-31 16:15:49 +08:00
Kevin Zhang
f8675ed368 Merge remote-tracking branch 'upstream/dev' into imageOptimize 2021-07-31 16:07:54 +08:00
Kevin Zhang
2af29f8376 Create GlyphInfo.cs
Add GlyphInfo File
2021-07-31 16:07:14 +08:00
Kevin Zhang
fd39b60f7b Add Glyph Support 2021-07-31 15:44:41 +08:00
Kevin Zhang
9e21b2e831 include saving SearchPrecisionScore because it is not public before 2021-07-31 13:59:27 +08:00
Jeremy
ad04c981f1 Merge branch 'dev' into add_quickaccess_actionkeyword 2021-07-30 20:45:54 +10:00
Jeremy
6978b65d8e add Quick Access action keyword 2021-07-30 20:44:29 +10:00
Jeremy Wu
d8eaf8825f
Merge pull request #620 from Flow-Launcher/fix_queryhelper_call
Delay the create query helper call to avoid Windows Search not running
2021-07-30 14:21:30 +10:00
Jeremy
a29d4d181f version bump Explorer 2021-07-30 12:34:19 +10:00
Jeremy
8cfd80b962 delay the create query helper call
to catch exception when Windows Search service is not running
2021-07-30 12:30:21 +10:00