Commit graph

8303 commits

Author SHA1 Message Date
dependabot[bot]
a6b2a8135b
Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 22:33:17 +00:00
asafmahlev
10ebda8283 Added ctrl+shift+c 2024-03-18 12:11:25 +02:00
Florian Grabmeier
6057eae05b Fix missing using directive
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-03-13 12:59:59 +01:00
flox_x
029fe37930
Merge branch 'dev' into volume 2024-03-11 22:42:43 +01:00
Jeremy Wu
56fb95ace3 New translations resources.resx (Chinese Simplified)
[ci skip]
2024-03-09 23:03:42 +11:00
dependabot[bot]
0ab26d6f4f
Bump dorny/paths-filter from 2 to 3 (#2509) 2024-03-09 07:15:39 +00:00
AminSallah
99ac5f010d
Merge pull request #1 from AminSallah/reselect
Prevent reselect first result if needed
2024-03-05 11:04:32 +00:00
VictoriousRaptor
7d171a3913
Merge pull request #2599 from Phoenix-/dev
Fix opera bookmarks
2024-03-02 18:14:06 +08:00
Phoenix
d0414892c3 Fix opera bookmarks
Fix opera bookmarks - comment

Fix opera bookmarks - comment
2024-03-01 21:29:30 +03:00
dependabot[bot]
6877d7a73e
Bump Microsoft.IO.RecyclableMemoryStream from 2.3.2 to 3.0.0 (#2593) 2024-02-27 06:21:31 +00:00
dependabot[bot]
a0821f101d
Bump StreamJsonRpc and Microsoft.VisualStudio.Threading (#2594) 2024-02-27 05:52:38 +00:00
dependabot[bot]
ea7cee1363
Bump NHotkey.Wpf from 2.1.1 to 3.0.0
Bumps [NHotkey.Wpf](https://github.com/thomaslevesque/NHotkey) from 2.1.1 to 3.0.0.
- [Release notes](https://github.com/thomaslevesque/NHotkey/releases)
- [Commits](https://github.com/thomaslevesque/NHotkey/compare/2.1.1...3.0.0)

---
updated-dependencies:
- dependency-name: NHotkey.Wpf
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 22:54:03 +00:00
Kevin Zhang
dfd1b8c66a
Merge pull request #2582 from Yusyuriv/code-cleanup-flow-launcher-converters
Code cleanup: Flow.Launcher/Converters
2024-02-25 00:22:48 -06:00
AminSallah
c8a2f10620
Introduce param "reselect" to ReQuery instance 2024-02-25 04:29:14 +02:00
AminSallah
ae84dae66d
ReQuery new param "reselect" 2024-02-25 04:13:09 +02:00
AminSallah
1d6c4cee2e
AddResults & UpdateResults new param "reselect" 2024-02-25 04:11:30 +02:00
AminSallah
e722927d9e
ReQuery method overloading, reselect flag. 2024-02-25 04:05:54 +02:00
Yusyuriv
455b221163 Code cleanup: Flow.Launcher/Converters — requested changes 2024-02-25 00:36:20 +06:00
Hongtao Zhang
3ddf0cf6f6 match longest shortcut by default 2024-02-24 12:10:25 -06:00
Yusyuriv
185695b9ae Code cleanup: Flow.Launcher/Converters 2024-02-24 09:52:03 +06:00
AminSallah
50f71c0731
Add ReQuery to API 2024-02-23 23:28:16 +02:00
AminSallah
0522fc79f4
Add ReQuery Instance 2024-02-23 23:27:34 +02:00
AminSallah
8656eddf41
Change protection level of ReQuery instance 2024-02-23 23:25:29 +02:00
Jeremy Wu
c7bb6336fb
New Crowdin updates (#2566)
New translation updates
2024-02-22 12:45:34 +02:00
Jeremy Wu
2174c8b453
Merge pull request #2580 from Flow-Launcher/dependabot/nuget/Microsoft.Data.Sqlite-8.0.2
Bump Microsoft.Data.Sqlite from 8.0.1 to 8.0.2
2024-02-20 22:03:50 +11:00
dependabot[bot]
f43b082e2b
Bump Microsoft.Data.Sqlite from 8.0.1 to 8.0.2
Bumps [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.1...v8.0.2)

---
updated-dependencies:
- dependency-name: Microsoft.Data.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 22:24:41 +00:00
Hongtao Zhang
d3a05473b5 implement context_menu with JoinableTaskFactory 2024-02-19 11:10:05 -06:00
Hongtao Zhang
38c9641833 fix jsonrpcv2 plugin setting not sent 2024-02-19 10:21:33 -06:00
Hongtao Zhang
2882d18863 use HeaderDeliminatedHandler for NodePlugin while NewLineDeliminated for everything else 2024-02-18 23:46:24 -06:00
Hongtao Zhang
692eb13011 remove some duplicate code 2024-02-15 22:15:22 -06:00
Hongtao Zhang
f6b17023dc remove redundant information to merge into the process stream plugin 2024-02-15 22:14:03 -06:00
Hongtao Zhang
a27d5336df fix python plugin and node plugin
fix job process association the program plugin
2024-02-15 22:06:19 -06:00
Jeremy Wu
2370ec9a43
Merge pull request #2564 from Flow-Launcher/version_bumps
Bump versions for 1.17.2
2024-02-12 22:18:18 +11:00
Garulf
d0b4c56847
Merge branch 'dev' into version_bumps 2024-02-12 05:34:00 -05:00
Jeremy
0a7e0ab6ab version bump Sys plugin 2024-02-12 21:25:33 +11:00
Jeremy
36c96710d3 version bump flow 2024-02-12 21:24:39 +11:00
Jeremy
a8dc43cc89 version bump WebSearch plugin 2024-02-12 21:24:27 +11:00
Jeremy Wu
ae3b0c2a73
New translations en.xaml (German) (#2544) 2024-02-12 12:24:06 +02:00
Kevin Zhang
381f2fa13b
Merge pull request #2479 from Flow-Launcher/ignorenull-for-pluginstoreitem
ignore null datetimes for pluginstoreitem
2024-02-12 00:32:42 -06:00
VictoriousRaptor
a383856e46
Merge pull request #2557 from Yusyuriv/fix-nodejs-plugin-system
Fix Nodejs plugins not working
2024-02-11 15:53:02 +08:00
VictoriousRaptor
492771c1bb
Merge pull request #2559 from Flow-Launcher/fix-settings-not-loading
Remove short circuit check for empty Settings
2024-02-11 15:51:07 +08:00
Garulf
cf48e532fa Remove short circuit on empty Settings 2024-02-11 02:33:48 -05:00
Kevin Zhang
bc62302a93
Merge pull request #2558 from Yusyuriv/add-duckduckgo-web-search-suggestions
Implement DuckDuckGo web search suggestions
2024-02-11 00:29:21 -06:00
Yusyuriv
b0be1e3821 Implement DuckDuckGo web search suggestions 2024-02-10 20:23:31 +06:00
Yusyuriv
74970a6673 Fix Nodejs plugins not working 2024-02-10 19:59:52 +06:00
Jeremy Wu
8d311c453b
Merge pull request #2549 from Flow-Launcher/job-object-jsonrpc
Job Object to kill child processes
2024-02-09 08:41:40 +11:00
Garulf
3b8fc29d6f Remove unused code 2024-02-07 14:01:58 +08:00
Garulf
62a26ff0ca Move copying to appropiate sections 2024-02-07 14:01:58 +08:00
Garulf
0a9eb09d7e Add DeepCopy method 2024-02-07 14:01:58 +08:00
Hongtao Zhang
a524096fc2 Use job object to control child process 2024-02-06 13:07:21 -06:00