Commit graph

9876 commits

Author SHA1 Message Date
Jeremy Wu
f2cc916c47
Merge pull request #2413 from Flow-Launcher/dependabot/nuget/nunit-3.14.0
Bump nunit from 3.13.3 to 3.14.0
2023-11-12 15:27:20 +11:00
VictoriousRaptor
c18ae41e56 Delete existing zip before downloading 2023-11-12 11:42:13 +08:00
Kevin Zhang
2dcbb2138b
Merge pull request #2416 from Flow-Launcher/jsonrpcv2_fix
switch back to jsonmessageformatter
2023-11-11 18:11:05 -06:00
Hongtao Zhang
83553244d7 use memorypack instead of binaryformatter 2023-11-11 18:10:06 -06:00
Florian Grabmeier
3623316fc0 Disable conflicting options
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-11 13:47:22 +01:00
Florian Grabmeier
276c6eda6b Fix overlapping layout
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-11 12:36:09 +01:00
VictoriousRaptor
af9c662892 Remove comment 2023-11-11 16:21:36 +08:00
VictoriousRaptor
f6a4942a48 Refactor plugin zip logic
- Download zip to temp folder
- Unzip to unique folder
2023-11-11 16:11:21 +08:00
VictoriousRaptor
50449de653 Hide modified plugins in query results 2023-11-11 15:29:55 +08:00
VictoriousRaptor
53eec76069 Remove unused import 2023-11-11 15:17:24 +08:00
VictoriousRaptor
69dad1be6c Check if plugin has been modified when installing/updating/uninstalling 2023-11-11 15:05:24 +08:00
VictoriousRaptor
b7a78362bf Throw exception when zip not found 2023-11-11 10:25:45 +08:00
VictoriousRaptor
9f39dfceee Use FuzzySearch to search access links 2023-11-11 01:43:29 +08:00
VictoriousRaptor
bf598887dd Make settings field private 2023-11-11 01:34:01 +08:00
VictoriousRaptor
54e255c504 Fix typo 2023-11-11 01:28:34 +08:00
VictoriousRaptor
41721150f9 Add glyphs for pm context menu 2023-11-11 01:20:32 +08:00
VictoriousRaptor
842451db69 Show plugin icons in pm Install results 2023-11-11 00:48:18 +08:00
VictoriousRaptor
5b2220b9da Exclude installed plugins in pm install results 2023-11-11 00:47:18 +08:00
VictoriousRaptor
e7ffd573f0 Move Install/Uninstall plugin logic to Core.PluginManager 2023-11-11 00:40:27 +08:00
VictoriousRaptor
08da4e34df Use toast to improve consistency 2023-11-11 00:06:02 +08:00
Hongtao Zhang
7436aaa2bb switch back to jsonmessageformatter 2023-11-09 20:02:20 -06:00
flox_x
80bed38fae
Merge branch 'dev' into shell_fix 2023-11-09 14:24:49 +01:00
VictoriousRaptor
0870c5a783 Revert "Fix wrong doc"
This reverts commit 0c8729f7fb.
2023-11-08 22:20:19 +08:00
VictoriousRaptor
72134e8f9a
Tweak notification text
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2023-11-08 21:51:48 +08:00
dependabot[bot]
983a4c5687
Bump FSharp.Core from 7.0.400 to 7.0.401
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 7.0.400 to 7.0.401.
- [Release notes](https://github.com/dotnet/fsharp/releases)
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md)
- [Commits](https://github.com/dotnet/fsharp/commits)

---
updated-dependencies:
- dependency-name: FSharp.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-07 21:22:47 +00:00
Jeremy Wu
8102ca90a9
Merge pull request #1353 from Flow-Launcher/jsonrpc_v2
Implement JSONRPC V2
2023-11-08 08:22:03 +11:00
dependabot[bot]
8a9212099f
Bump nunit from 3.13.3 to 3.14.0
Bumps [nunit](https://github.com/nunit/nunit) from 3.13.3 to 3.14.0.
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md)
- [Commits](https://github.com/nunit/nunit/compare/v3.13.3...v3.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 22:29:01 +00:00
Florian Grabmeier
06211a181e Add more language support for new shell option
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-05 14:30:12 +01:00
flox_x
6ce66604ff
Merge branch 'dev' into shell_fix 2023-11-05 14:02:48 +01:00
Kevin Zhang
0700910b3f
Merge branch 'dev' into jsonrpc_v2 2023-11-03 21:17:04 -05:00
Hongtao Zhang
f5b1b4f830 rename and add js/ts v2 2023-11-03 21:16:51 -05:00
Florian Grabmeier
4c5eae895b Implement CloseShellAfterPress (no logic)
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-01 17:35:00 +01:00
Jeremy Wu
6ed7453c77
Merge pull request #2405 from Flow-Launcher/dependabot/nuget/CommunityToolkit.Mvvm-8.2.2
Bump CommunityToolkit.Mvvm from 8.2.1 to 8.2.2
2023-11-01 20:38:40 +11:00
Kevin Zhang
a607cda436
Merge pull request #2407 from Flow-Launcher/syscommand-listview-bug
fix a negative width
2023-10-31 23:48:56 -05:00
Hongtao Zhang
f69a6db54f fix a negative width 2023-10-31 08:51:56 -05:00
Hongtao Zhang
1c63cd9350 remove duplicate comment summary 2023-10-31 08:43:10 -05:00
Hongtao Zhang
3c2ea382ea Merge branch 'dev' of https://github.com/Flow-Launcher/Flow.Launcher into jsonrpc_v2 2023-10-31 08:39:51 -05:00
dependabot[bot]
0a72535795
Bump CommunityToolkit.Mvvm from 8.2.1 to 8.2.2
Bumps [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/CommunityToolkit/dotnet/releases)
- [Commits](https://github.com/CommunityToolkit/dotnet/compare/v8.2.1...v8.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 23:09:53 +00:00
dependabot[bot]
cc2ae7c768
Bump Microsoft.Data.Sqlite from 7.0.10 to 7.0.13
Bumps [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from 7.0.10 to 7.0.13.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v7.0.10...v7.0.13)

---
updated-dependencies:
- dependency-name: Microsoft.Data.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 23:09:43 +00:00
Jeremy Wu
026e5f5b09
Merge pull request #2335 from ktos/bookmarks-newsqlite
Switch Bookmarks plugin to use Microsoft.Data.Sqlite
2023-10-24 21:34:13 +11:00
Hongtao Zhang
ab96629395 remove legacy CompileRemove 2023-10-16 05:55:57 -05:00
VictoriousRaptor
29c150397e
Merge branch 'dev' into quicklook 2023-10-15 11:53:45 +08:00
VictoriousRaptor
dd6a276a03
Merge branch 'dev' into delay-restart-2 2023-10-12 19:38:07 +08:00
Jeremy Wu
c20235661a
Merge pull request #2389 from Flow-Launcher/fix-missing-dotnet-dict
[ci skip] Fix missing dotnet and php dict
2023-10-12 19:51:26 +11:00
Jeremy Wu
9d0ff71a61
Merge branch 'dev' into delay-restart-2 2023-10-12 19:33:10 +11:00
Jeremy Wu
43b9b065dd
Merge branch 'dev' into fix-missing-dotnet-dict 2023-10-12 19:28:43 +11:00
Jeremy Wu
11c1468983
Merge pull request #2388 from Flow-Launcher/dependabot/nuget/SharpVectors-1.8.2
Bump SharpVectors from 1.8.1 to 1.8.2
2023-10-12 19:27:13 +11:00
VictoriousRaptor
e56e9b1468 [ci skip] Fix missing dotnet and php dict 2023-10-10 09:08:46 +08:00
dependabot[bot]
c59a01d361
Bump SharpVectors from 1.8.1 to 1.8.2
Bumps [SharpVectors](https://github.com/ElinamLLC/SharpVectors) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/ElinamLLC/SharpVectors/releases)
- [Commits](https://github.com/ElinamLLC/SharpVectors/compare/v1.8.1...v1.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 22:11:32 +00:00
VictoriousRaptor
117ef26154
Merge branch 'dev' into delay-restart-2 2023-10-06 16:35:58 +08:00