Commit graph

6841 commits

Author SHA1 Message Date
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
Jeremy Wu
42be53c0a9 version bump 2023-04-21 09:07:42 +10:00
VictoriousRaptor
b3212a0b72 Fix Windows 11 notification error (#2073)
* Fix Windows 11 22H2 (22621) notification error

* Fix main thread issue of LegacyShow()

* Mark RestarApp() as deprecated
2023-04-21 09:00:05 +10:00
VictoriousRaptor
04cdfed901
Fix Windows 11 notification error (#2073)
* Fix Windows 11 22H2 (22621) notification error

* Fix main thread issue of LegacyShow()

* Mark RestarApp() as deprecated
2023-04-21 08:56:54 +10:00
Vic
4efaa648ad Use shell execute to fix Files App support 2023-04-20 23:20:07 +08:00
Vic
b74ea0071d Use OSVersion.Version.Build to reduce registry access 2023-04-20 20:25:39 +08:00
VictoriousRaptor
d1f4f88bc2 Add function to get revision 2023-04-20 11:37:25 +08:00
Vic
2bba75b27a Print windows build number in log 2023-04-19 21:08:28 +08:00
Jeremy Wu
c61d6f791c
New Crowdin updates (#2028)
* New translations
2023-04-19 03:03:50 +03:00
Jeremy Wu
2a1d9de6df
Merge pull request #2062 from VictoriousRaptor/FilterStartMenuPrograms
Prioritize shortcut in start menu
2023-04-19 08:01:46 +10:00
VictoriousRaptor
d8965c5823
Merge pull request #2042 from VictoriousRaptor/ProgramOpenFolderHotkey
Add open parent folder hotkey for program plugin
2023-04-19 04:07:31 +08:00
Vic
bff467d03a Preserve program shortcut in start menu 2023-04-18 20:12:22 +08:00
Jeremy Wu
274052e593
Merge pull request #2047 from Flow-Launcher/revert_modernwpfui_version_bump
Interim fix for notification platform unavailable error
2023-04-17 07:16:53 +10:00