Commit graph

9876 commits

Author SHA1 Message Date
Jeremy Wu
566db335a8
Merge pull request #2246 from Flow-Launcher/update_shell_desc
Remove irrelevant action keyword from Shell plugin description
2023-07-18 18:17:10 +10:00
Jeremy Wu
3b8ddca4d8 remove irrelevant action keyword from Shell plugin description 2023-07-18 18:02:32 +10:00
Jeremy Wu
1bb00ebd0b
Merge pull request #2236 from Flow-Launcher/dependabot/nuget/CommunityToolkit.Mvvm-8.2.1
Bump CommunityToolkit.Mvvm from 8.0.0 to 8.2.1
2023-07-18 13:45:21 +10:00
Jeremy Wu
d1dd971968
Merge pull request #2233 from sitiom/patch-1
Change Winget Releaser job runner to `ubuntu-latest`
2023-07-11 23:26:21 +10:00
Jeremy Wu
b82960536f
Merge pull request #2239 from Flow-Launcher/fix-slovak-name
Fix name of Slovak language
2023-07-11 22:34:26 +10:00
VictoriousRaptor
e248fcbca5 Fix build error introduced in 1eae69304f
Recover FilePath in 71376b8b
2023-07-11 20:26:37 +08:00
VictoriousRaptor
6758447566
Fix name of Slovak language 2023-07-11 20:20:58 +08:00
VictoriousRaptor
1eae69304f Merge branch 'dev' into quicklook 2023-07-11 20:16:37 +08:00
VictoriousRaptor
2bb398d95e Add sendFailToast arg 2023-07-11 20:08:22 +08:00
dependabot[bot]
dbcc255e7b
Bump CommunityToolkit.Mvvm from 8.0.0 to 8.2.1
Bumps [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) from 8.0.0 to 8.2.1.
- [Release notes](https://github.com/CommunityToolkit/dotnet/releases)
- [Commits](https://github.com/CommunityToolkit/dotnet/compare/v8.0.0...v8.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 22:34:59 +00:00
dependabot[bot]
1e5497f7ec
Bump NHotkey.Wpf from 2.1.0 to 2.1.1
Bumps [NHotkey.Wpf](https://github.com/thomaslevesque/NHotkey) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/thomaslevesque/NHotkey/releases)
- [Commits](https://github.com/thomaslevesque/NHotkey/compare/2.1.0...2.1.1)

---
updated-dependencies:
- dependency-name: NHotkey.Wpf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 22:34:53 +00:00
sitiom
c047807bfd
Change Winget Releaser job runner to ubuntu-latest 2023-07-10 21:42:51 +08:00
Jeremy Wu
45e1f390a9
Merge pull request #2197 from Flow-Launcher/dev
Release 1.16.0 | Plugin 4.1.0
2023-07-10 21:48:59 +09:30
Jeremy Wu
6020cd9b81
Merge pull request #2209 from Flow-Launcher/version_bumps
Bump versions for release
2023-07-10 21:24:11 +09:30
Jeremy Wu
f5b2a3f5b0
New Crowdin updates (#2230)
New translations
2023-07-10 14:45:31 +03:00
Jeremy Wu
e6c9a79ce8 version bump plugin 2023-07-10 21:13:07 +10:00
Jeremy Wu
e627667c06
Merge pull request #2231 from JohnTheGr8/manual_winget_release
Switch winget release action to manual
2023-07-10 20:34:42 +09:30
Jeremy Wu
826449cad5
Merge pull request #2222 from JohnTheGr8/plugin_manifest_enhancements
Rework how we fetch community plugin data
2023-07-10 13:33:12 +09:30
Jeremy Wu
0429cefa05
Merge pull request #2216 from Odotocodot/feature/VisibilityChanged
Add Plugin API -> VisibilityChangedEventHandler
2023-07-10 13:04:29 +09:30
Ioannis G
b1286d9ab1
switch winget release action to only fire manually 2023-07-09 20:03:01 +03:00
Ioannis G
4eb20e242f
fix build issue introduced in 088818bb 2023-07-09 19:32:29 +03:00
Odotocodot
1e1884f72b
Merge branch 'dev' into feature/VisibilityChanged 2023-07-09 17:23:32 +01:00
Odotocodot
088818bb32 Move delegate into EventHandler.cs
#2216
2023-07-09 15:54:32 +01:00
Odotocodot
7f43d85401
Update Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2023-07-09 14:07:54 +01:00
Jeremy Wu
4758ea2284
New Crowdin updates (#2215)
New translations
2023-07-09 13:57:28 +03:00
Ioannis G
df149fae8a
increase plugin manifest fetch timeout to 2m 2023-07-08 13:41:52 +03:00
Ioannis G
2d6b476685
use Ctrl+R to fetch primary manifest source
from a `pm install` or `pm update` query

should help with #2048
2023-07-05 17:01:55 +03:00
Ioannis G
f03ac76494
throttle PluginsManifest.UpdateManifestAsync
avoid repeatedly fetching manifest data while the user is typing a `pm` query
2023-07-05 16:54:50 +03:00
Ioannis G
64f0da456f
refactor CommunityPluginSource.FetchAsync 2023-07-05 00:37:31 +03:00
Ioannis G
194dbabbde
add more manifest file fallback URLs 2023-07-05 00:01:13 +03:00
Ioannis G
f7b585803d
rework how we fetch plugins from manifest URLs
Introduces the concept of a store of community plugins, which is currently
limited to the official PluginsManifest repository.

Each store can support more than one manifest file URLs. When fetching, all
URLs are used until one of them succeeds. This fixes issues with geo-blocking
such as #2195

Plugin stores can be expanded in the future to be user-configurable, see #2178
2023-07-04 23:44:35 +03:00
VictoriousRaptor
39e544aeeb
Merge pull request #2219 from Flow-Launcher/taooceros-patch-1
Add Czech and Arabic Language Support
2023-07-04 21:16:35 +08:00
VictoriousRaptor
c2c592966f
Add Arabic language 2023-07-04 19:54:39 +08:00
Kevin Zhang
cf820c4b9c
Update expect.txt 2023-07-04 19:14:44 +08:00
Kevin Zhang
ed3f4b1270
Update expect.txt 2023-07-04 19:11:51 +08:00
Kevin Zhang
c74374903d
Update AvailableLanguages.cs 2023-07-04 19:08:49 +08:00
Odotocodot
fa96132528 Add Plugin API -> VisibiltyChangedEventHandler 2023-07-03 22:42:41 +01:00
Hongtao Zhang
24c125fd0d Merge remote-tracking branch 'origin/dev' into jsonrpc_v2
# Conflicts:
#	Flow.Launcher.Plugin/Query.cs
2023-07-03 16:48:46 +08:00
Hongtao Zhang
c50d98c5e2 Abstract out ProcessStreamPluginV2.cs and add ExecutablePluginV2.cs 2023-07-03 16:44:50 +08:00
Hongtao Zhang
e1deefc1d2 Add UpdateResults Functionality 2023-07-03 16:19:27 +08:00
Hongtao Zhang
0459d6e4fa fix v1 plugin issue
- Settings NullReference
- ExecutablePlugin not working
2023-07-03 12:58:44 +08:00
Hongtao Zhang
83a61109d7 fix error stream issue 2023-07-03 12:23:30 +08:00
Jeremy Wu
da26a17163
New Crowdin updates (#2211)
New translations
2023-07-02 10:22:47 +03:00
Jeremy Wu
ddeca153e9 version bump plugins 2023-06-30 21:55:30 +10:00
Jeremy Wu
e695781e3b
New Crowdin updates (#2119)
New translations
2023-06-30 14:33:34 +03:00
Jeremy Wu
eec0b9daf1 bump Flow.Launcher.Plugin version 2023-06-30 20:57:42 +10:00
Jeremy Wu
17009c8501
Bump versions for release 2023-06-30 08:35:44 +09:30
VictoriousRaptor
f23284a1c6
Merge pull request #2152 from VictoriousRaptor/FirefoxBookmark
Fix bookmark plugin file monitoring issue
2023-06-29 19:49:04 +08:00
VictoriousRaptor
9656e5cf4b
Clarify initialized condition
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2023-06-29 08:48:25 +08:00
Jeremy Wu
06e9149995
Merge pull request #2199 from AlexDavies8/dev
Added Animation Length slider
2023-06-27 21:49:24 +09:30