Commit graph

6885 commits

Author SHA1 Message Date
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
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
rainyl
bc181683a0 Add plugin API: HideMainWindow(), IsMainWindowVisible() 2023-05-11 22:57:10 +08:00
VictoriousRaptor
ce2333e407
Merge pull request #2127 from Flow-Launcher/remove-everything-reademe
Remove deprecated Everything plugin from readme
2023-05-10 09:37:32 +08:00
VictoriousRaptor
dd42b9d5dc
Remove deprecated Everything plugin from readme 2023-05-10 09:23:01 +08:00
Jeremy Wu
e03b9930c0
Merge pull request #2118 from Flow-Launcher/add_sponsor
Add sponsor
2023-05-05 22:39:50 +10:00
Jeremy Wu
955ff6999f
add sponsor 2023-05-05 22:25:27 +10:00
VictoriousRaptor
306ad7931b
Merge branch 'dev' into RemoveUnusedNuget 2023-05-04 21:14:13 +08:00
VictoriousRaptor
803633ff05
Merge pull request #2072 from VictoriousRaptor/PrintWindowsBuildNumber
Print windows build number in log
2023-05-04 07:14:06 +08:00
VictoriousRaptor
1ee7110d4a
Merge pull request #2105 from VictoriousRaptor/hide-startup-programs
Hide programs in startmenu/startup folder
2023-05-03 05:27:13 +08:00
Jeremy Wu
75dfb62671 update GitHub issue url constant variable and method names 2023-05-03 07:02:30 +10:00
Jeremy Wu
bb2701ee97
Merge pull request #2109 from Flow-Launcher/release_version_bumps
Release version bumps
2023-05-03 06:44:41 +10:00
Jeremy Wu
956bafc448 version bump 2023-05-03 06:29:53 +10:00