Commit graph

336 commits

Author SHA1 Message Date
Hongtao Zhang
4e19e44ed2 Merge remote-tracking branch 'origin/dev' into net8
# Conflicts:
#	Flow.Launcher.Core/Flow.Launcher.Core.csproj
#	Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj
#	Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj
2024-08-31 15:30:44 -05:00
Jeremy Wu
d3991e6959 version bump 2024-08-13 18:10:48 +10:00
dependabot[bot]
3fc26e524b
Bump JetBrains.Annotations from 2023.3.0 to 2024.2.0
Bumps JetBrains.Annotations from 2023.3.0 to 2024.2.0.

---
updated-dependencies:
- dependency-name: JetBrains.Annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 22:08:01 +00:00
Jeremy
4dbecb1b5a allow preview plugin to override the AlwaysPreview setting 2024-06-12 14:14:25 +10:00
Jeremy
9e39e48bf8 minor clean up and update 2024-05-30 21:49:44 +10:00
Jeremy
f902eaed0d Merge remote-tracking branch 'origin/dev' into quicklook 2024-05-29 21:17:09 +10:00
Jeremy
666211dd4c add plugin support for external preview 2024-05-28 21:27:48 +10:00
Hongtao Zhang
4da4f0c18d Merge branch 'refs/heads/dev' into net8
# Conflicts:
#	Flow.Launcher.Core/Flow.Launcher.Core.csproj
#	Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj
2024-05-24 13:04:27 -05:00
DB p
e0ff7d2f66 Merge branch 'dev' into 240430PreviewSetting 2024-05-24 17:50:11 +09:00
Yusyuriv
696ae7e20d
Move the additional explorer plugin functionality into the explorer plugin itself 2024-05-20 23:03:19 +06:00
Jeremy Wu
1bbe0302fa
Merge pull request #2520 from flooxo/local_install
Feature: Add support for local plugin installation
2024-05-20 08:44:47 +10:00
Jeremy
2606faae17 minor fixes & refactor 2024-05-16 21:22:08 +10:00
VictoriousRaptor
a337163d9e
fix typo 2024-05-01 11:29:43 +08:00
DB p
dcf72bca5b Add FileSize/Created/LastModified Info for Preview 2024-04-30 07:57:39 +09:00
Kevin Zhang
56bc8f75f2
Update Flow.Launcher.Plugin.csproj 2024-04-16 19:36:57 -05:00
Kevin Zhang
4721b9758b
Merge pull request #2529 from Flow-Launcher/improve-context-menu-results-2
Improve context menu results
2024-03-31 11:49:16 -05:00
AminSallah
c8a2f10620
Introduce param "reselect" to ReQuery instance 2024-02-25 04:29:14 +02:00
AminSallah
50f71c0731
Add ReQuery to API 2024-02-23 23:28:16 +02:00
Garulf
0a9eb09d7e Add DeepCopy method 2024-02-07 14:01:58 +08:00
Jeremy
45ba16da59 bump flow API version 2024-02-04 13:24:43 +11:00
Hongtao Zhang
6374f41efe update dependency 2024-01-17 23:12:49 -06:00
Hongtao Zhang
f61886257a update to net8.0 2024-01-17 23:12:31 -06:00
NoPlagiarism
e6fb59e64a Add ToggleGameMode to system commands 2024-01-14 18:31:21 +05:00
VictoriousRaptor
6625e91182 Use default SpecialKeyState 2023-11-20 23:20:59 +08:00
dependabot[bot]
6eecc614a8
Bump JetBrains.Annotations from 2023.2.0 to 2023.3.0
Bumps [JetBrains.Annotations](https://github.com/JetBrains/JetBrains.Annotations) from 2023.2.0 to 2023.3.0.
- [Commits](https://github.com/JetBrains/JetBrains.Annotations/compare/v2023.2.0...2023.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 22:04:20 +00:00
Hongtao Zhang
f5b1b4f830 rename and add js/ts v2 2023-11-03 21:16:51 -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
VictoriousRaptor
29c150397e
Merge branch 'dev' into quicklook 2023-10-15 11:53:45 +08:00
VictoriousRaptor
ec58939e55 Fix exclude path check for index search 2023-09-09 01:49:18 +08:00
VictoriousRaptor
c36cea70de Merge branch 'dev' into quicklook 2023-08-27 22:53:32 +08:00
Jeremy
efd1498a1a bump Plugin project version 2023-08-09 07:49:38 +10:00
Jeremy
9dacfb145a Merge remote-tracking branch 'origin/dev' into jsonrpc_v2 2023-08-07 13:16:26 +10:00
dependabot[bot]
59d27fd90e
Bump JetBrains.Annotations from 2022.3.1 to 2023.2.0
Bumps [JetBrains.Annotations](https://github.com/JetBrains/JetBrains.Annotations) from 2022.3.1 to 2023.2.0.
- [Commits](https://github.com/JetBrains/JetBrains.Annotations/compare/v2022.3.1...v2023.2.0)

---
updated-dependencies:
- dependency-name: JetBrains.Annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-31 22:21:16 +00:00
VictoriousRaptor
e248fcbca5 Fix build error introduced in 1eae69304f
Recover FilePath in 71376b8b
2023-07-11 20:26:37 +08:00
VictoriousRaptor
1eae69304f Merge branch 'dev' into quicklook 2023-07-11 20:16:37 +08:00
Jeremy Wu
6020cd9b81
Merge pull request #2209 from Flow-Launcher/version_bumps
Bump versions for release
2023-07-10 21:24:11 +09:30
Ioannis G
4eb20e242f
fix build issue introduced in 088818bb 2023-07-09 19:32:29 +03: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
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
Jeremy Wu
eec0b9daf1 bump Flow.Launcher.Plugin version 2023-06-30 20:57:42 +10:00
Jeremy Wu
a7fc5b3dc9
Merge pull request #2204 from Flow-Launcher/clear_obsolete
Remove obsolete and unused code
2023-06-27 21:09:59 +09:30
VictoriousRaptor
67d8b20fdb
Merge pull request #2202 from JamesNZL/ResultEquals
fix: 🐛 check autocomplete and copy text for `Result` equality
2023-06-27 15:29:09 +08:00
Ioannis G
340dc3c8bf
clear obsolete code from Flow.Launcher.Plugin 2023-06-26 14:08:18 +03:00
James
5dd0d349de
refactor: ♻️ use HashCode.Combine for Result hashcode (#2201) 2023-06-26 13:51:37 +12:00
James
7b8f998065
perf: improve Result hashcode algorithm (#2201) 2023-06-25 14:32:54 +12:00
James
cdff8fcd7c
fix: 🐛 check autocomplete and copy text for Result equality (#2201) 2023-06-25 01:46:27 +12:00
Hongtao Zhang
f6912597b4 Merge branch 'dev' into jsonrpc_v2
# Conflicts:
#	Flow.Launcher.Plugin/Query.cs
2023-06-23 11:24:27 +08:00
Ioannis G
da41f2c4f1
update plugin readme, include in nupkg 2023-06-18 23:32:15 +03:00