Commit graph

469 commits

Author SHA1 Message Date
VictoriousRaptor
d12e756ded
Merge branch 'dev' into velopack 2024-07-04 22:52:58 +08:00
dependabot[bot]
44d8af33f2
Bump Meziantou.Framework.Win32.Jobs from 3.2.1 to 3.4.0
Bumps [Meziantou.Framework.Win32.Jobs](https://github.com/meziantou/Meziantou.Framework) from 3.2.1 to 3.4.0.
- [Commits](https://github.com/meziantou/Meziantou.Framework/commits)

---
updated-dependencies:
- dependency-name: Meziantou.Framework.Win32.Jobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-25 11:50:26 +00:00
dependabot[bot]
83830472cb
Bump FSharp.Core from 7.0.401 to 8.0.300
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 7.0.401 to 8.0.300.
- [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-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 23:09:41 +00:00
Hongtao Zhang
b57d292e3f Merge remote-tracking branch 'refs/remotes/origin/dev' into velopack
# Conflicts:
#	Flow.Launcher.Core/Flow.Launcher.Core.csproj
#	Flow.Launcher/Flow.Launcher.csproj
2024-06-19 12:43:25 -05:00
dependabot[bot]
ec93ff3e97
Bump Microsoft.IO.RecyclableMemoryStream from 3.0.0 to 3.0.1
Bumps [Microsoft.IO.RecyclableMemoryStream](https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream/releases)
- [Changelog](https://github.com/microsoft/Microsoft.IO.RecyclableMemoryStream/blob/master/CHANGES.md)
- [Commits](https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream/compare/3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.IO.RecyclableMemoryStream
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 22:38:11 +00:00
Hongtao Zhang
98b45f7d15 Merge branch 'dev' of https://github.com/Flow-Launcher/Flow.Launcher into velopack 2024-06-16 17:10:33 -05:00
Jeremy
03686dd935 Merge remote-tracking branch 'origin/dev' into quicklook 2024-06-12 14:22:24 +10:00
Jeremy
4dbecb1b5a allow preview plugin to override the AlwaysPreview setting 2024-06-12 14:14:25 +10:00
DB P
2fae06d8ae
Merge branch 'dev' into 240518Adjusthemes 2024-06-08 07:33:19 +09:00
Hongtao Zhang
87871b1080 fix process exited before calling "close" method on dispose. 2024-06-05 19:29:24 -05:00
Yusyuriv
f58c95057a
Theme metadata adjustments 2024-06-03 13:25:42 +06:00
Hongtao Zhang
4945ca1929 restore shortcut behavior 2024-06-02 13:46:23 -05:00
DB p
20b0db3f30 - Change BlurAmount to Bool
- Adjust Theme List layout
2024-06-02 22:42:40 +09:00
Yusyuriv
4ec7647d8c
Add theme metadata 2024-06-02 18:17:42 +06: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
DB P
e39a7ed2be
Merge branch 'dev' into 240514ResizableWindow 2024-05-28 10:06:03 +09:00
Hongtao Zhang
c3c21225e6 put the portable data path creation into the static constructor of DataLocation.cs 2024-05-27 11:56:27 -05:00
Kevin Zhang
aad9fdc1c5
Merge pull request #2700 from Flow-Launcher/jsonrpc-cleanup
add a close overload for jsonrpcpluginv2
2024-05-26 23:52:48 -07:00
Hongtao Zhang
b4a33479c6 dispose other stuff in finally block 2024-05-27 01:15:00 -05:00
Kevin Zhang
81f234e230
Remove unused using; 2024-05-26 23:00:11 -07:00
DB P
94df8d9085
Merge branch 'dev' into 240514ResizableWindow 2024-05-27 06:52:22 +09:00
VictoriousRaptor
fa2df93dd7 Fix calculator decimal separator bug 2024-05-25 14:10:29 +08:00
DB p
68f34fa02a Merge Dev 2024-05-25 09:54:24 +09:00
Hongtao Zhang
f54c92402b rethrow instead of catching general exception 2024-05-23 12:54:03 -05:00
VictoriousRaptor
2e9bcc7ee9
Merge branch 'dev' into velopack 2024-05-23 23:03:33 +08:00
VictoriousRaptor
75b1c4b15e Remove duplicate function 2024-05-23 23:02:24 +08: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
Hongtao Zhang
cea1fcfe47 skip if method not found 2024-05-16 22:24:24 -05:00
Hongtao Zhang
59f3eeecf2 add a close overload for jsonrpcpluginv2 2024-05-16 22:21:35 -05:00
Jeremy
2606faae17 minor fixes & refactor 2024-05-16 21:22:08 +10:00
DB p
a628bc58b7 - Add Theme Editor
- Add Subtitle font style combobox
2024-05-14 17:58:32 +09:00
VictoriousRaptor
f9bb3e6aa7 Merge 'dev' into 'velopack' 2024-05-03 19:54:03 +08:00
DB p
7fbea552c8 Add Vietnamese Support 2024-04-24 04:10:52 +09:00
Hongtao Zhang
8ba180b570 fix more spellcheck 2024-03-29 12:48:20 -05:00
Hongtao Zhang
88957a194b Merge remote-tracking branch 'origin/velopack' into velopack
# Conflicts:
#	.github/actions/spelling/expect.txt
2024-03-29 12:19:53 -05:00
Hongtao Zhang
db4553f1c8 fix a little spell check 2024-03-29 12:18:51 -05:00
Kevin Zhang
5d122dfb1f
Merge branch 'dev' into velopack 2024-03-29 11:57:35 -05:00
Hongtao Zhang
92839b004e don't check whether the location exists and use the productversion since that's inherited from assembly version 2024-03-27 19:10:44 -05:00
Hongtao Zhang
8f718fdcf3 try again 2024-03-27 17:32:24 -05:00
Hongtao Zhang
c563035cce change the version being used and portable datafolder creation for non-standard installation 2024-03-27 16:54:35 -05:00
Jeremy Wu
085de915d6
Merge pull request #2578 from Flow-Launcher/node-plugin-processinfo
fix node plugin, job object association, v2 context menu
2024-03-27 13:59:23 +11:00
Hongtao Zhang
c6ca273e0b add version info to the main project 2024-03-26 18:00:12 -05:00
Hongtao Zhang
7df7ac083f revise version 2024-03-26 17:58:48 -05:00
Hongtao Zhang
3d6782ca30 migrate to velopack 2024-03-24 13:41:07 -05:00
Hongtao Zhang
1cc8b9dfe8 first commit 2024-03-23 18:00:32 -05:00
dependabot[bot]
6877d7a73e
Bump Microsoft.IO.RecyclableMemoryStream from 2.3.2 to 3.0.0 (#2593) 2024-02-27 06:21:31 +00:00
dependabot[bot]
a0821f101d
Bump StreamJsonRpc and Microsoft.VisualStudio.Threading (#2594) 2024-02-27 05:52:38 +00:00
Hongtao Zhang
d3a05473b5 implement context_menu with JoinableTaskFactory 2024-02-19 11:10:05 -06:00
Hongtao Zhang
38c9641833 fix jsonrpcv2 plugin setting not sent 2024-02-19 10:21:33 -06:00