Kevin Zhang
|
6aeec622ae
|
Merge pull request #2465 from Flow-Launcher/strip-newlines-for-multi-line-paste
Strip newlines for multi line paste
|
2024-01-15 20:05:37 -07:00 |
|
dependabot[bot]
|
ea5a85d16e
|
Bump Microsoft.Data.Sqlite from 8.0.0 to 8.0.1 (#2487)
|
2024-01-16 02:29:00 +00:00 |
|
Kevin Zhang
|
c2a5ee92f2
|
Merge pull request #2412 from flooxo/update_all
feat: Update all plugins result
|
2024-01-15 19:25:40 -07:00 |
|
VictoriousRaptor
|
5b25d55fcd
|
Merge pull request #2475 from Flow-Launcher/FIX-1819
Update system commands in README
|
2024-01-16 06:55:42 +08:00 |
|
Hongtao Zhang
|
c80a638b65
|
fix multiple enumeration and revert logic for single update
|
2024-01-15 16:49:46 -06:00 |
|
Kevin Zhang
|
996fb08e98
|
Merge pull request #2473 from NoPlagiarism/calc_add_funcs
[Calculator] Allow more functions to be used
|
2024-01-15 15:28:47 -07:00 |
|
VictoriousRaptor
|
c17c4cef3d
|
Merge branch 'dev' into FIX-1819
|
2024-01-15 09:12:58 +08:00 |
|
Jeremy Wu
|
03bf15f5b7
|
Merge pull request #2481 from NoPlagiarism/GameModeToggleOtherWays
Add ToggleGameMode to system commands
|
2024-01-15 08:09:09 +11:00 |
|
NoPlagiarism
|
e6fb59e64a
|
Add ToggleGameMode to system commands
|
2024-01-14 18:31:21 +05:00 |
|
VictoriousRaptor
|
19dc86a23b
|
[ci skip] Update system commands in README
Fix #1819
|
2024-01-13 12:05:11 +08:00 |
|
NoPlagiarism
|
c3cf3d9e7e
|
[Calculator] Allow more functions to be used
|
2024-01-11 15:27:35 +05:00 |
|
flox_x
|
0dfe7975ef
|
Merge branch 'dev' into update_all
|
2024-01-07 20:11:55 +01:00 |
|
Florian Grabmeier
|
26c35a84b1
|
Fix use async
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
|
2024-01-07 19:53:54 +01:00 |
|
Florian Grabmeier
|
dcaa74dbe5
|
Fix reduce nesting
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
|
2023-12-29 11:17:46 +01:00 |
|
VictoriousRaptor
|
2c965b1800
|
[ci skip] README: Add links to plugins (#2466)
README: Add links to plugins
|
2023-12-27 19:51:09 +08:00 |
|
NoPlagiarism
|
f4887fa9c6
|
Spelling: Add Softpedia to expected
|
2023-12-27 15:05:00 +05:00 |
|
NoPlagiarism
|
0d9f345199
|
README: Add links to community plugins
|
2023-12-27 14:54:29 +05:00 |
|
Garulf
|
e8d4afbf31
|
Use ChangeQueryText func
|
2023-12-26 09:59:01 -05:00 |
|
Garulf
|
db6e54160f
|
Handle clipboard paste event if text
|
2023-12-26 09:46:46 -05:00 |
|
Garulf
|
2107402ba8
|
Override clipboard paste event
|
2023-12-26 09:46:34 -05: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 |
|