Ioannis G
|
ea4286b7d3
|
clear backwards compat code
|
2023-06-26 14:08:23 +03:00 |
|
Ioannis G
|
823d4e1bf6
|
update QueryBuilder tests
|
2023-06-26 14:08:22 +03:00 |
|
Ioannis G
|
340dc3c8bf
|
clear obsolete code from Flow.Launcher.Plugin
|
2023-06-26 14:08:18 +03:00 |
|
Ioannis G
|
a48f06019e
|
merge PR #2193: Update Plugin documentation
|
2023-06-26 14:03:19 +03:00 |
|
Ioannis G
|
2daed5023f
|
merge PR #2183: support Pwsh in Shell Plugin (PowerShell 7.x)
|
2023-06-25 07:21:17 +03:00 |
|
Ioannis G
|
da41f2c4f1
|
update plugin readme, include in nupkg
|
2023-06-18 23:32:15 +03:00 |
|
Ioannis G
|
bb5e1d3a19
|
more documentation in Plugin package
|
2023-06-18 22:53:01 +03:00 |
|
Ioannis G
|
6ebac4e4b1
|
update documentation in Query
|
2023-06-18 22:29:40 +03:00 |
|
Ioannis G
|
9b5fbeef9b
|
update documentation in Result
|
2023-06-18 21:59:43 +03:00 |
|
Ioannis G
|
be72c142b2
|
readme: document Ctrl+R hotkey
|
2023-06-18 21:36:36 +03:00 |
|
VictoriousRaptor
|
e1c63af061
|
Add quotes surrounding auto startup entry (#2150)
* Add quotes surrounding auto startup entry
* Add quotes surrounding auto startup entry
|
2023-06-17 21:33:00 +08:00 |
|
dependabot[bot]
|
0d7dbe2bc8
|
Bump Microsoft.VisualStudio.Threading from 17.5.22 to 17.6.40 (#2187)
|
2023-06-15 14:45:52 +00:00 |
|
Jeremy Wu
|
0047d8accc
|
Merge pull request #2174 from JohnTheGr8/requery_enhancements
Improvements for re-queries
|
2023-06-13 18:04:52 +09:30 |
|
Ioannis G
|
c6a6c6bd5c
|
plugin/shell: add powershell core (pwsh) option
Co-authored-by: shobu13 <shobu13@hotmail.fr>
|
2023-06-12 16:18:23 +03:00 |
|
Ioannis G
|
e6baa88002
|
decouple Shell from the ComboBox SelectedIndex
enables us to add new `Shell` options without messing with the user's
saved settings, while keeping the `RunCommand` option last.
|
2023-06-12 15:49:33 +03:00 |
|
VictoriousRaptor
|
1b68d09d51
|
Merge pull request #2115 from VictoriousRaptor/RemoveUnusedNuget
Remove unused nuget and imports
|
2023-06-12 16:11:41 +08:00 |
|
Jeremy Wu
|
144fdad5d2
|
Merge pull request #2177 from Flow-Launcher/refactor_copy
Refactor clipboard copying
|
2023-06-11 22:51:36 +09:30 |
|
Ioannis G
|
f22ce3788d
|
rename params to isReQuery for consistency
|
2023-06-11 16:19:41 +03:00 |
|
Jeremy Wu
|
e078de557b
|
add CopyText for Shell plugin
|
2023-06-11 21:59:46 +10:00 |
|
Jeremy Wu
|
6f7c3eba4d
|
add option to suppress notification when calling copy
|
2023-06-11 21:59:08 +10:00 |
|
VictoriousRaptor
|
dcc7dbb918
|
Merge branch 'dev' into RemoveUnusedNuget
|
2023-06-11 18:36:04 +08:00 |
|
VictoriousRaptor
|
6655d837c3
|
Merge pull request #2123 from VictoriousRaptor/BoostProgramInit
Reduce CPU and disk usage during Program plugin init
|
2023-06-11 17:40:45 +08:00 |
|
Jeremy Wu
|
a35b001170
|
Update AppVeyor NuGet API (#2180)
|
2023-06-11 10:15:27 +03:00 |
|
Jeremy Wu
|
2b862f702a
|
Make CopyToClipboard generic
|
2023-06-09 19:59:49 +10:00 |
|
Jeremy Wu
|
1ff328be03
|
update copy calls to use API CopyToClipboard method
|
2023-06-08 22:46:37 +10:00 |
|
Ioannis G
|
a360ac1b5f
|
Query: rename IsForced property to IsReQuery
|
2023-06-07 23:19:47 +03:00 |
|
Jeremy Wu
|
936d2b7e34
|
Merge pull request #2173 from Flow-Launcher/dependabot/nuget/Microsoft.NET.Test.Sdk-17.6.1
Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.6.1
|
2023-06-07 02:30:18 -07:00 |
|
Ioannis G
|
fa783a9cd4
|
bind Ctrl + R to re-running the current query
|
2023-06-06 13:06:39 +03:00 |
|
Ioannis G
|
0b05e954e5
|
add Query.IsForced property
When a plugin is processing a query, it can check the `IsForced` property
to decide if the results will be served from cache or not.
|
2023-06-06 12:57:44 +03:00 |
|
dependabot[bot]
|
9a28266e1f
|
Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.6.1
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.6.1.
- [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.4.1...v17.6.1)
---
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-06-05 22:59:56 +00:00 |
|
Garulf
|
fa2c894ac0
|
Merge pull request #2143 from Flow-Launcher/expand-resultcopy
Consistent handling of clipboard copying
|
2023-06-04 19:34:52 -04:00 |
|
Garulf
|
c631895211
|
Copy selected query text if there is a selection
|
2023-06-04 17:22:49 -04:00 |
|
Garulf
|
488c8e81b8
|
Update docstring
|
2023-06-04 17:13:48 -04:00 |
|
Garulf
|
d59bdff57a
|
Merge branch 'dev' into expand-resultcopy
|
2023-06-04 10:52:38 -04:00 |
|
VictoriousRaptor
|
22dd59eef8
|
Merge pull request #2170 from JohnTheGr8/kill_honor_last_query_style
plugin/ProcessKiller: honor "Last Query Style" after kill
|
2023-06-04 12:36:51 +08:00 |
|
Ioannis G
|
6bdf6ac1ce
|
fix kill command to honor "Last Query Style"
|
2023-06-04 06:20:50 +03:00 |
|
dependabot[bot]
|
bbaa388ff4
|
Bump FSharp.Core from 7.0.0 to 7.0.300 (#2163)
|
2023-06-01 06:29:41 +00:00 |
|
VictoriousRaptor
|
1cf3099d7b
|
Merge pull request #2160 from JohnTheGr8/remove_nuget_commandline
Remove NuGet.CommandLine package dependency
|
2023-05-26 22:40:29 +08:00 |
|
Ioannis G
|
4ddf037a6f
|
remove NuGet.CommandLine package
AppVeyor now has the nuget CLI pre-installed in the build image we use,
so we no longer need to manually install and alias it in our build script.
|
2023-05-26 17:04:55 +03:00 |
|
Kevin Zhang
|
414482975d
|
Merge pull request #2149 from ngtr6788/windows-settings-elevation
Fix: Add admin permissions when non-admin doesn't work
|
2023-05-26 16:15:25 +08:00 |
|
dependabot[bot]
|
31d80fe378
|
Bump Microsoft.IO.RecyclableMemoryStream from 2.3.1 to 2.3.2 (#2154)
|
2023-05-26 07:54:41 +00:00 |
|
Nguyen Tran
|
6cc5fe8ff6
|
Add admin permissions when non-admin doesn't work
|
2023-05-21 23:48:06 -04:00 |
|
Garulf
|
ed11cc2b22
|
Use ResultCopy to support files
|
2023-05-19 00:57:02 -04:00 |
|
Garulf
|
f992729147
|
Provide CopyText field instead of empty string
|
2023-05-19 00:56:33 -04:00 |
|
Garulf
|
f019bb2284
|
Remove result logic so this method can be reused
|
2023-05-19 00:55:41 -04:00 |
|
VictoriousRaptor
|
c55edca7cc
|
Merge pull request #2137 from ngtr6788/search-plugin-store-refresh
Plugin Store search (should) work after refresh button clicked
|
2023-05-18 19:57:23 +08:00 |
|
Nguyen Tran
|
eaaf7c2e4a
|
Plugin Store search works after refresh button clicked
|
2023-05-17 20:25:21 -04:00 |
|
Jeremy Wu
|
410e23d9d3
|
Merge pull request #2140 from Flow-Launcher/dependabot/nuget/Microsoft.VisualStudio.Threading-17.5.22
Bump Microsoft.VisualStudio.Threading from 17.4.27 to 17.5.22
|
2023-05-17 07:37:59 +10:00 |
|
dependabot[bot]
|
19a820c273
|
Bump Microsoft.VisualStudio.Threading from 17.4.27 to 17.5.22
Bumps [Microsoft.VisualStudio.Threading](https://github.com/microsoft/vs-threading) from 17.4.27 to 17.5.22.
- [Release notes](https://github.com/microsoft/vs-threading/releases)
- [Commits](https://github.com/microsoft/vs-threading/commits)
---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Threading
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-15 22:59:30 +00:00 |
|
Garulf
|
cd06f13d76
|
Merge pull request #2133 from rainyl/dev
Add plugin API: HideMainWindow(), IsMainWindowVisible()
|
2023-05-11 15:37:13 -04:00 |
|