Commit graph

5133 commits

Author SHA1 Message Date
Jeremy Wu
96d9309f4e
add sponsor (#1306) 2022-08-07 19:50:52 -05:00
Jeremy Wu
dfed91f0a8
Merge pull request #1294 from Flow-Launcher/pluginInfoMultipleActionKeyword
Fix plugin info not displayed when it has multiple actionkeywords
2022-07-29 07:01:13 +10:00
Jeremy Wu
85061c4422
Merge pull request #1283 from nachmore/dev
Force reload theme resources when changing fonts etc in settings
2022-07-28 20:29:35 +10:00
Jeremy Wu
8498a15ff0
update comment 2022-07-28 20:23:39 +10:00
Jeremy Wu
b079aa3b29
Merge pull request #1296 from nachmore/bug_1284
Fix theme fonts not changing separately for query box and results
2022-07-25 14:03:54 +10:00
Oren Nachman
7352c112dd Allow setting fonts separately for query box and results
Fixes #1284: `CollectionViewSource` will synchronize the current item
across all users of the same view source unless they explicitly set
`IsSynchronizedWithCurrentItem`.
2022-07-24 18:49:19 -07:00
Oren Nachman
9ac822fe3d
Merge branch 'Flow-Launcher:dev' into dev 2022-07-25 09:49:32 +10:00
Hongtao Zhang
2077c0b48c
Fix plugin info not displayed when it has multiple actionkeywords 2022-07-24 16:23:33 -05:00
Jeremy Wu
fee3d1da90 Merge branch 'master' into dev 2022-07-24 11:42:19 +10:00
Jeremy Wu
6dedb4fc40
Release 1.9.4 (#1287)
* Merge pull request #1205 from Flow-Launcher/fix_cmd_command_with_blank

Fix shell cmd command with quote and space

* Bump NuGet.CommandLine from 5.4.0 to 5.7.2 (#1241)

* Merge pull request #1098 from Flow-Launcher/ScrollToSelectedPlugin

Scroll to selected item when expanded or size changed

* fix RemoveOldQueryResults NullPointerException (#1204)

* Merge pull request #1005 from Flow-Launcher/KillProcess

Use Cancellation Token to avoid potential race tracing issue

* Merge pull request #1187 from Flow-Launcher/update_python_download_mirrors

Update Python download mirrors

* Merge pull request #1108 from Flow-Launcher/CalculatorDecimalSeparator

Respect Decimal Separator for query not just result

* Merge pull request #1087 from Flow-Launcher/turnoff_replace_win_r_shell

Set Shell plugin's default replace Win R hotkey to off

* Merge pull request #1077 from Flow-Launcher/fix_explorer_button_visibility

Fix incorrect button visibility in Explorer's expander control

* Merge pull request #1076 from Flow-Launcher/fix_path_search_with_index

Fix the use of index in path search

* Merge pull request #1071 from medlir/fix-browser-bookmarks-plugin-exception

avoid exception in ChromiumBookmarkLoader.cs

* Merge pull request #1056 from Flow-Launcher/fix_context_menu_typo

Fix typo for plugin title in context menu and WindowsSettings name

* Merge pull request #1119 from onesounds/antialising

Remove All Cleartype Rendering

* Version bump

* Remove Calculator plugin CopyText feature for 1.9.4 release
2022-07-24 11:39:31 +10:00
Jeremy Wu
dae0a5a812
Merge pull request #1121 from Garulf/Remove-trim-from-query
Pass query without trimming whitespace
2022-07-21 20:41:15 +10:00
Jeremy Wu
9bd9b94264
Merge pull request #1123 from Flow-Launcher/AsyncResultCallback
Implement Async Result Execution
2022-07-21 20:34:56 +10:00
Jeremy Wu
4c4ba92b22
Merge pull request #1005 from Flow-Launcher/KillProcess
Use Cancellation Token to avoid potential race tracing issue
2022-07-21 20:25:11 +10:00
Kevin Zhang
886eb8650d
fix RemoveOldQueryResults NullPointerException (#1204) 2022-07-21 20:12:24 +10:00
Oren Nachman
272197788b Force reload theme resources when changing fonts etc in settings (#625, #637)
This will mean that changing some settings will be a bit slower than before, especially when enabling blur which will reload resources twice but this is negligible and only hits in settings.
2022-07-19 10:49:33 -07:00
Jeremy Wu
8b8b6ae573
Merge pull request #1098 from Flow-Launcher/ScrollToSelectedPlugin
Scroll to selected item when expanded or size changed
2022-07-19 07:20:31 +10:00
Jeremy Wu
6abd37dc4d
Merge pull request #969 from Flow-Launcher/windowsSettingtranslationWarning
Move Tasklink Name into Resource (except altName) & Glyph Icon Support
2022-07-18 06:44:59 +10:00
Jeremy Wu
a550e5818e
version bump 2022-07-18 06:38:46 +10:00
Jeremy Wu
a21a899c79 Merge remote-tracking branch 'origin/dev' into windowsSettingtranslationWarning 2022-07-18 06:33:15 +10:00
Garulf
1e07b6c3bc
Merge pull request #1272 from Flow-Launcher/taooceros-patch-1
Update stale message
2022-07-13 03:51:43 -04:00
Kevin Zhang
5a3563191f
Update stale message 2022-07-13 02:42:30 -05:00
Kevin Zhang
2cbc4d3f42
Merge pull request #1270 from Flow-Launcher/update-stale-bot
Update Stale bot
2022-07-11 08:44:11 -05:00
Garulf
f988d39f39 Ignore common PR labels 2022-07-09 12:59:15 -04:00
Garulf
b75d2ce36d Ignore "keep fresh" label 2022-07-09 12:59:06 -04:00
Garulf
a061c6c329 Update stale.yml 2022-07-09 12:58:40 -04:00
Garulf
3a23d20080 Remove newline 2022-07-09 12:58:29 -04:00
Garulf
361f545f6f Increase number of days until Stale issue is closed 2022-07-09 12:58:02 -04:00
Garulf
77881c1d04 Increase number of days for Stale designation 2022-07-09 12:57:48 -04:00
Jeremy Wu
f7b3871cf0
New Crowdin updates (#1258)
* New translations en.xaml (Chinese Traditional)
2022-07-05 08:09:30 +10:00
Jeremy Wu
3738c7a2b9
New Crowdin updates (#1254)
* New translations en.xaml (Spanish (Modern))

* New translations en.xaml (Slovak)

* New translations en.xaml (Portuguese)
2022-07-02 00:09:02 +10:00
Jeremy Wu
472fff83fd
New Crowdin updates (#1240)
Follow Crowdin favored file format
2022-06-28 16:52:50 +03:00
Jeremy Wu
377c7d792e
Merge pull request #1076 from Flow-Launcher/fix_path_search_with_index
Fix the use of index in path search
2022-06-28 23:44:08 +10:00
Kevin Zhang
51a8916cfd
Merge pull request #1080 from gissehel/caret-position-fix
Caret position fix : Include PR #1074
2022-06-28 08:41:17 -05:00
dependabot[bot]
3bc5bcbda1
Bump NuGet.CommandLine from 5.4.0 to 5.7.2 (#1241) 2022-06-25 12:40:18 -05:00
Jeremy Wu
b0f9b488b3
Merge pull request #1205 from Flow-Launcher/fix_cmd_command_with_blank
Fix shell cmd command with quote and space
2022-06-22 08:10:08 +10:00
Jeremy
dba03c9676 formatting 2022-06-22 07:59:39 +10:00
Jeremy
9b894b3b92 update comment regarding usage of Argument vs ArgumentList 2022-06-22 07:55:47 +10:00
Jeremy
b11e5740ef Merge branch 'dev' into fix_cmd_command_with_blank 2022-06-22 06:46:57 +10:00
Jeremy
d48e841f21 formatting 2022-06-22 06:37:33 +10:00
Jeremy Wu
0805e85b15
Merge branch 'master' into dev 2022-06-13 15:46:20 +10:00
Jeremy Wu
f903e6881d
New Crowdin updates (#1232)
* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Ukrainian)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Ukrainian)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Portuguese, Brazilian)
[ci skip]

* New translations en.xaml (Norwegian Bokmal)
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Danish)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Danish)
[ci skip]

* New translations en.xaml (Ukrainian)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Portuguese, Brazilian)
[ci skip]

* New translations en.xaml (Norwegian Bokmal)
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Danish)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Danish)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Norwegian Bokmal)
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Ukrainian)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Portuguese, Brazilian)
[ci skip]

* New translations en.xaml (Norwegian Bokmal)
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Portuguese, Brazilian)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Ukrainian)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Portuguese, Brazilian)
[ci skip]

* New translations en.xaml (Norwegian Bokmal)
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Danish)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Ukrainian)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Ukrainian)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Portuguese, Brazilian)
[ci skip]

* New translations en.xaml (Norwegian Bokmal)
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Danish)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Danish)
[ci skip]

* New translations en.xaml (Ukrainian)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Portuguese, Brazilian)
[ci skip]

* New translations en.xaml (Norwegian Bokmal)
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Danish)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations Resources.resx (Dutch)
[ci skip]

* New translations Resources.resx (Spanish (Modern))
[ci skip]

* New translations Resources.resx (Serbian (Latin))
[ci skip]

* New translations Resources.resx (Norwegian Bokmal)
[ci skip]

* New translations Resources.resx (Portuguese, Brazilian)
[ci skip]

* New translations Resources.resx (Chinese Traditional)
[ci skip]

* New translations Resources.resx (Chinese Simplified)
[ci skip]

* New translations Resources.resx (Ukrainian)
[ci skip]

* New translations Resources.resx (Turkish)
[ci skip]

* New translations Resources.resx (Slovak)
[ci skip]

* New translations Resources.resx (Russian)
[ci skip]

* New translations Resources.resx (Portuguese)
[ci skip]

* New translations Resources.resx (Polish)
[ci skip]

* New translations Resources.resx (Korean)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations Resources.resx (Japanese)
[ci skip]

* New translations Resources.resx (Italian)
[ci skip]

* New translations Resources.resx (German)
[ci skip]

* New translations Resources.resx (Danish)
[ci skip]

* New translations Resources.resx (French)
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Norwegian Bokmal)
[ci skip]

* New translations en.xaml (Portuguese, Brazilian)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Ukrainian)
[ci skip]

* New translations Resources.resx (Spanish, Latin America)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Danish)
[ci skip]

* New translations en.xaml (Ukrainian)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Portuguese, Brazilian)
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations Resources.resx (Polish)
[ci skip]

* New translations Resources.resx (German)
[ci skip]

* New translations Resources.resx (Italian)
[ci skip]

* New translations Resources.resx (Japanese)
[ci skip]

* New translations Resources.resx (Korean)
[ci skip]

* New translations Resources.resx (Russian)
[ci skip]

* New translations Resources.resx (Turkish)
[ci skip]

* New translations Resources.resx (Chinese Simplified)
[ci skip]

* New translations Resources.resx (Chinese Traditional)
[ci skip]

* New translations Resources.resx (Portuguese, Brazilian)
[ci skip]

* New translations Resources.resx (French)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations Resources.resx (Portuguese)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* Revert Unexpected Change back to dev version

* update zh-tw

* New translations en.xaml (Danish)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* Revert "New translations en.xaml (Korean)"

This reverts commit 9b55ca7b0e.

* Fix some korean string

* New translations en.xaml (Turkish)
[ci skip]

Co-authored-by: Hongtao Zhang <hongtao_zhang@outlook.com>
Co-authored-by: Kevin Zhang <45326534+taooceros@users.noreply.github.com>
2022-06-13 13:58:50 +10:00
Jeremy Wu
b6120ac4fe
Merge pull request #1235 from Flow-Launcher/Dotnet6
Upgrade to .net 6
2022-06-13 13:32:40 +10:00
Hongtao Zhang
a47ce1c591
Add Glyph Support for some settings 2022-06-11 14:21:41 -05:00
Hongtao Zhang
123cad8450
adjust default result when query is empty
Make Tasklink Area Unknown
Make Tasklink results score lower
2022-06-11 14:09:03 -05:00
Hongtao Zhang
b2090bc808
Remove Some Obsolete/Duplicate Entry in TaskLink 2022-06-11 03:09:32 -05:00
Hongtao Zhang
959b5f558b
Revert "Remove WindowsSetting resource not found warning"
This reverts commit 26c4650cfc.
2022-06-11 02:47:12 -05:00
Hongtao Zhang
0dcf2ba522
Fix a missing logic of updating language in plugin;Adjust Resource Name to match the culture we use; Adjust some of the key name; Put Tasklink item into culture 2022-06-11 02:45:56 -05:00
Kevin Zhang
6f2e8f57e7
Merge branch 'dev' into windowsSettingtranslationWarning 2022-06-10 18:37:16 -05:00
Jeremy Wu
961e182878
Merge pull request #803 from Flow-Launcher/Dotnet6
Upgrade to .net 6
2022-06-10 22:07:54 +10:00
Jeremy
1bdab8f901 update readme for .Net 6 instructions 2022-06-10 21:58:22 +10:00