Commit graph

7187 commits

Author SHA1 Message Date
Florian Grabmeier
dcaa74dbe5 Fix reduce nesting
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-12-29 11:17:46 +01:00
flox_x
24a6c68fb8
Merge branch 'dev' into update_all 2023-12-26 12:12:09 +01:00
Jeremy Wu
7fb8cc5642
Merge pull request #2456 from Flow-Launcher/VictoriousRaptor-patch-1
Add "Sign Out" as an alias for "Log Off"
2023-12-18 20:17:38 +11:00
VictoriousRaptor
35d006bfda
Add "Sign Out" as an alias for "Log Off"
Closes #2214
2023-12-18 13:02:28 +08:00
Jeremy Wu
e52db047a5
Merge pull request #2449 from Flow-Launcher/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2023-12-16 17:28:05 +11:00
flox_x
5169a16458
Apply suggestions from code review
Typo

Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
2023-12-15 17:57:04 +01:00
flox_x
14ad17af4c
Merge branch 'dev' into update_all 2023-12-15 12:50:27 +01:00
Jeremy Wu
bd9a530043
Merge pull request #2453 from Flow-Launcher/jsonrpcv2
JsonRPCV2 Small revision
2023-12-13 09:40:25 +11:00
Kevin Zhang
9dcbb1864d
Merge pull request #2451 from Flow-Launcher/dependabot/github_actions/actions/stale-9
Bump actions/stale from 8 to 9
2023-12-12 10:46:11 -06:00
flox_x
be47d613e4
Merge branch 'dev' into update_all 2023-12-12 17:29:49 +01:00
Hongtao Zhang
bdc9d02f93 update StreamJsonRPC, use System.Text.Json and apply serialization Option to the formatter; fix empty setting still trigger setting initialization 2023-12-10 02:26:43 -06:00
Garulf
15b69a2fac
Merge pull request #2431 from Flow-Launcher/move-exception-message-to-result
Show a result error instead of popping up dialog
2023-12-10 02:57:49 -05:00
Garulf
ba45069d88
Merge branch 'dev' into move-exception-message-to-result 2023-12-10 02:20:00 -05:00
VictoriousRaptor
9459a37ee1
Merge pull request #2450 from Flow-Launcher/fix-spell-check
Fix spell check
2023-12-09 08:51:26 +08:00
dependabot[bot]
a9e1cdffd5
Bump actions/stale from 8 to 9
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v8...v9)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 22:15:29 +00:00
VictoriousRaptor
7a603f5504 Fix spell check
- fix crash
- fix missing dict
2023-12-07 19:32:35 +08:00
dependabot[bot]
86b81f16e4
Bump actions/setup-dotnet from 3 to 4
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 22:58:51 +00:00
Kevin Zhang
3acae921ab
Merge pull request #2443 from Flow-Launcher/minor-fix
minor fix jsonrpc errorstream and expect.txt
2023-12-01 17:26:16 -06:00
VictoriousRaptor
2c39cf7501
Merge pull request #2444 from Flow-Launcher/VictoriousRaptor-patch-1
Set default value of `AutoRestartAfterChanging` to `true`
2023-11-28 17:34:15 +08:00
Jeremy Wu
f2c25d045d
Merge pull request #2445 from Flow-Launcher/dependabot/nuget/System.Data.OleDb-8.0.0
Bump System.Data.OleDb from 7.0.0 to 8.0.0
2023-11-28 20:31:50 +11:00
dependabot[bot]
44af8e59f9
Bump System.Data.OleDb from 7.0.0 to 8.0.0
Bumps [System.Data.OleDb](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: System.Data.OleDb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 23:00:55 +00:00
VictoriousRaptor
c8753b29ec
Set default value of AutoRestartAfterChanging to true 2023-11-27 21:50:23 +08:00
Jeremy Wu
0660c4c454
Merge pull request #2432 from Flow-Launcher/fix-open-result-modifier-key
Ignore modifier key when using key + number to launch result
2023-11-27 08:30:32 +11:00
Jeremy Wu
062c6b55a3
Merge pull request #2418 from Flow-Launcher/binary_formatter
use memorypack instead of binaryformatter
2023-11-27 06:41:44 +11:00
Hongtao Zhang
1bd16cccaf remove duplicate expect 2023-11-26 09:37:43 -06:00
Hongtao Zhang
44fb863f07 minor fix jsonrpc errorstream and expect.txt 2023-11-26 09:33:34 -06:00
Kevin Zhang
d57f7189d3
Merge branch 'dev' into binary_formatter 2023-11-25 23:57:32 -06:00
Hongtao Zhang
fd9e8a59e1 fix build 2023-11-25 23:57:05 -06:00
Garulf
f684883d72 Insure result is never in front of relevant results 2023-11-24 13:15:58 -05:00
Garulf
0e226d7a5b Reword title and subtitle 2023-11-24 13:15:29 -05:00
Garulf
a84e509aab Use proper error icon constant 2023-11-24 13:15:17 -05:00
Garulf
ecd237d7d2
Merge pull request #2439 from Flow-Launcher/revert-2434-dependabot/nuget/System.Drawing.Common-8.0.0
Revert "Bump System.Drawing.Common from 7.0.0 to 8.0.0"
2023-11-24 12:42:13 -05:00
VictoriousRaptor
6e385a3d7c
Revert "Bump System.Drawing.Common from 7.0.0 to 8.0.0" 2023-11-25 01:20:43 +08:00
flox_x
87f35d49e4
Merge branch 'dev' into update_all 2023-11-23 09:27:30 +01:00
Florian Grabmeier
4ed1c3c442 Update prompts
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-23 09:14:53 +01:00
Florian Grabmeier
a3b9a4f9d0 Run updates in parallel
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-22 14:55:53 +01:00
Florian Grabmeier
8180c1cd40 Display correct messages
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-22 14:49:43 +01:00
Florian Grabmeier
cb59b6b264 Implemet basic update all logic
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-22 14:25:17 +01:00
Jeremy Wu
f7f0d40e56
Merge pull request #2434 from Flow-Launcher/dependabot/nuget/System.Drawing.Common-8.0.0
Bump System.Drawing.Common from 7.0.0 to 8.0.0
2023-11-22 21:09:49 +11:00
Jeremy Wu
fef8b9c43f
Merge pull request #2436 from Flow-Launcher/dependabot/nuget/Microsoft.NET.Test.Sdk-17.8.0
Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0
2023-11-22 21:08:05 +11:00
Jeremy Wu
eecfc91022
Merge pull request #2437 from Flow-Launcher/dependabot/nuget/Microsoft.Data.Sqlite-8.0.0
Bump Microsoft.Data.Sqlite from 7.0.13 to 8.0.0
2023-11-22 21:05:14 +11:00
Garulf
851df97649
Merge pull request #2430 from Flow-Launcher/Allow-SettingsChange-without-template-file
Improve JsonRPC plugin settings
2023-11-21 16:50:58 -05:00
flox_x
3dda203e6e
Merge branch 'Flow-Launcher:dev' into update_all 2023-11-21 13:22:30 +01:00
dependabot[bot]
a04bcce91e
Bump Microsoft.Data.Sqlite from 7.0.13 to 8.0.0
Bumps [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from 7.0.13 to 8.0.0.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v7.0.13...v8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 22:19:39 +00:00
dependabot[bot]
6a302c928a
Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.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.7.2...v17.8.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>
2023-11-20 22:19:33 +00:00
dependabot[bot]
bf1e451351
Bump System.Drawing.Common from 7.0.0 to 8.0.0
Bumps [System.Drawing.Common](https://github.com/dotnet/winforms) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/winforms/releases)
- [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md)
- [Commits](https://github.com/dotnet/winforms/commits/v8.0.0)

---
updated-dependencies:
- dependency-name: System.Drawing.Common
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 22:19:24 +00:00
VictoriousRaptor
6625e91182 Use default SpecialKeyState 2023-11-20 23:20:59 +08:00
Garulf
5351e571f1
Merge pull request #2433 from Flow-Launcher/revert-JsonRPCResponseModel-for-backwards-compat 2023-11-19 12:39:02 -05:00
Florian Grabmeier
57b78b5797 Fix merge
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-19 17:07:29 +01:00
Garulf
b63c4eb2bf Revert SettingsChanges to SettingsChange for backwards compatibility 2023-11-19 09:11:27 -05:00