Commit graph

6853 commits

Author SHA1 Message Date
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
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
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
Jeremy Wu
7e2a2db4c6 version bump plugins 2023-05-03 06:28:38 +10:00
Jeremy Wu
ec42aa10eb version bump Flow.Launcher.Plugin 2023-05-03 06:17:39 +10:00
Jeremy Wu
b04085f0ed
New Crowdin updates (#2067)
* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]
2023-05-02 09:25:04 +08:00
Jeremy Wu
e64ac5eb68
Merge pull request #2106 from Flow-Launcher/dependabot/nuget/NUnit3TestAdapter-4.4.2
Bump NUnit3TestAdapter from 4.3.1 to 4.4.2
2023-05-02 09:17:01 +10:00
dependabot[bot]
30a390a6e3
Bump NUnit3TestAdapter from 4.3.1 to 4.4.2
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.3.1 to 4.4.2.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.3.1...V4.4.2)

---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 23:02:11 +00:00
Vic
c5c7bf783c Hide programs in startmenu/startup folder 2023-05-01 10:15:21 +08:00
Jeremy Wu
2c67557a67
Merge pull request #2104 from Flow-Launcher/update_default_query_window_position
Change default search window position to follow cursor
2023-05-01 11:16:34 +10:00
Jeremy Wu
8ba881f05b Change default query window position to cursor 2023-05-01 08:38:00 +10:00
VictoriousRaptor
6ec183b832
Merge pull request #2088 from VictoriousRaptor/RequeryAfterKilling
Requery after killing a process
2023-05-01 02:10:55 +08:00
VictoriousRaptor
5f4685ac80
Merge pull request #2100 from Flow-Launcher/fallback-notification
Fallback to legacy notification for windows 22621
2023-04-29 13:40:18 +08:00
VictoriousRaptor
b97b56742e
Merge pull request #2089 from VictoriousRaptor/FixImageCache
Fix image.cache save & load
2023-04-28 21:46:26 +08:00
VictoriousRaptor
dee74b842f
Catch exceptions and fallback 2023-04-28 14:53:54 +08:00
VictoriousRaptor
85a077f430
Delete test code 2023-04-28 13:52:16 +08:00
VictoriousRaptor
c251a276a7
Test legacy show on win 11 2023-04-28 11:55:32 +08:00
VictoriousRaptor
8637c03bda
Fallback to legacy for windows 22621 2023-04-28 11:27:26 +08:00
Jeremy Wu
52de702d5f
Merge pull request #2098 from Flow-Launcher/merge_hotfix_1_14_1
Merge release 1.14.1 back into Dev
2023-04-26 20:40:51 +10:00
Jeremy Wu
e88471dfc0 Merge remote-tracking branch 'origin/master' into merge_hotfix_1_14_1 2023-04-26 20:06:47 +10:00
Vic
d9b70e69f3 Refactor save settings logic
SettingWindowViewModel.Save() only saves Flow settings
2023-04-25 22:38:36 +08:00
Vic
07c1a0b5a3 Init ImageCache from disk 2023-04-24 23:11:21 +08:00
Vic
eaae3b9ee3 Save settings and image cache when closing main window 2023-04-24 23:11:15 +08:00
Vic
3ae656f456 Requery after killing a process 2023-04-24 15:46:26 +08:00
Vic
2147943117 Fix API docstring format 2023-04-24 15:46:26 +08:00
VictoriousRaptor
59b9cd8dbd
Merge pull request #2081 from VictoriousRaptor/FixLogDocstring
Fix Log methods' docstring
2023-04-23 06:19:29 +08:00
VictoriousRaptor
91dff84c24
Merge pull request #2080 from VictoriousRaptor/FixFilesAppSupport
Use shell execute to fix Files App support
2023-04-23 01:36:27 +08:00
Vic
0b4d68505a Change issue URL to issue list
Guide users to the issue list to see if there's any pinned issue and search first, instead of posting an issue immediately
2023-04-22 23:46:22 +08:00
Vic
839990c098 Fix Log methods' docstring 2023-04-22 10:49:21 +08:00
Jeremy Wu
3b478b57fd
Merge pull request #2077 from Flow-Launcher/fix_win_update_notification_error
Release 1.14.1
2023-04-21 09:44:03 +10:00