Jack Ye
3e96170b2d
Merge branch 'dev' into everything-highlight
2026-02-26 21:01:31 +08:00
Jack Ye
c9baab7ac9
Merge branch 'dev' into websearch_ui
2026-02-24 00:08:25 +08:00
Jack251970
72269db8e6
Enable TwoWay binding for MaxSuggestions NumberBox
...
Changed NumberBox binding for Settings.MaxSuggestions from OneWay to TwoWay, allowing user input in the UI to update the underlying setting. This ensures changes made by users are saved back to the settings model.
2026-02-24 00:07:36 +08:00
Jack Ye
ffa974b4e5
Merge pull request #4277 from Flow-Launcher/websearch_ui
...
Build / build (push) Waiting to run
Downgrade iNKORE.UI.WPF.Modern to 0.10.1 for WebSearch Plugin
2026-02-23 17:09:43 +08:00
Jack251970
9e66f71774
Revert version bump of SkiaSharp package
2026-02-23 16:36:08 +08:00
Jack Ye
d511872c00
Ensure runtimes folder
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-22 21:29:01 +08:00
Jack251970
c46a52d1ca
Remove SkiaSharp .pdb files after build and publish
...
Added MSBuild targets to delete unnecessary SkiaSharp .pdb files from output and publish directories after build and publish steps, reducing artifact size.
2026-02-22 21:22:17 +08:00
Jack251970
c04da3ab83
Add RISC-V 64-bit runtime support to project config
...
Included linux-musl-riscv64 and linux-riscv64 in both OutputPath and PublishDir of Flow.Launcher.Plugin.BrowserBookmark.csproj to ensure runtime files for RISC-V 64-bit architectures are available during build and publish.
2026-02-22 21:13:38 +08:00
Jack251970
cb60492657
Downgrade iNKORE.UI.WPF.Modern to 0.10.1
...
The package reference for iNKORE.UI.WPF.Modern in Flow.Launcher.Plugin.WebSearch.csproj was changed from version 0.10.2.1 to 0.10.1.
2026-02-22 12:38:17 +08:00
Jeremy Wu
918eb0f4a9
New Crowdin updates ( #4181 )
2026-02-21 12:51:21 +02:00
Jack251970
a99b8399fe
Improve code quality
2026-02-21 14:51:20 +08:00
DB P
7e9a626891
style: fix indentation and tab spacing
2026-02-20 17:40:27 +09:00
DB P
cecd90e675
Refactor: Improve power action logic and property setter
...
- Add braces for better readability in shutdown/reboot logic (Main.cs).
- Prevent redundant OnPropertyChanged calls in _skipPowerActionConfirmation setter (Settings.cs).
2026-02-20 17:34:37 +09:00
DB P
2d7d025682
Add Skip logic in command
2026-02-20 17:18:21 +09:00
DB P
12fc597b56
Add Checkbox for Skip Confirm
2026-02-20 17:06:31 +09:00
dependabot[bot]
498913e71d
Bump Microsoft.Data.Sqlite from 10.0.2 to 10.0.3
...
---
updated-dependencies:
- dependency-name: Microsoft.Data.Sqlite
dependency-version: 10.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-10 22:45:10 +00:00
dependabot[bot]
0f829d0b91
Bump SkiaSharp from 3.119.1 to 3.119.2
...
---
updated-dependencies:
- dependency-name: SkiaSharp
dependency-version: 3.119.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-10 01:07:13 +00:00
Jack251970
d4f472a64e
Update AdjustTokenPrivileges PInvoke usage
...
Refactored the AdjustTokenPrivileges call to use null for the previous state and an out variable for the return length, improving compatibility with the PInvoke signature and aligning with recommended usage.
2026-02-05 20:28:37 +08:00
dependabot[bot]
97d7eab1a7
Bump Microsoft.Windows.CsWin32 from 0.3.205 to 0.3.269
...
---
updated-dependencies:
- dependency-name: Microsoft.Windows.CsWin32
dependency-version: 0.3.269
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Microsoft.Windows.CsWin32
dependency-version: 0.3.269
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Microsoft.Windows.CsWin32
dependency-version: 0.3.269
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-04 22:46:23 +00:00
Jack Ye
ca5f5cf0e3
Merge pull request #4206 from Flow-Launcher/copilot/fix-calculator-thousands-separator
...
Add setting to disable thousands separator in Calculator plugin
2026-01-17 20:17:41 +08:00
VictoriousRaptor
befcc9b37c
Update Plugins/Flow.Launcher.Plugin.Calculator/Languages/en.xaml
2026-01-17 19:59:47 +08:00
Jack Ye
d72a15937d
Merge branch 'dev' into dependabot/nuget/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Microsoft.Data.Sqlite-10.0.2
2026-01-14 21:17:51 +08:00
dependabot[bot]
98bb98c265
Bump Microsoft.Data.Sqlite from 10.0.1 to 10.0.2
...
---
updated-dependencies:
- dependency-name: Microsoft.Data.Sqlite
dependency-version: 10.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-13 22:45:07 +00:00
dependabot[bot]
ed83da5669
Bump Svg.Skia from 3.4.0 to 3.4.1
...
---
updated-dependencies:
- dependency-name: Svg.Skia
dependency-version: 3.4.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-13 03:05:02 +00:00
copilot-swe-agent[bot]
649b142b46
Add UseThousandsSeparator setting to Calculator plugin
...
Co-authored-by: Jack251970 <53996452+Jack251970@users.noreply.github.com>
2026-01-10 06:30:57 +00:00
Jack251970
382a77d2c5
Fix ShellPath directory for shell path selection
...
Updated OpenShellPath to use Settings.ShellPath directory when prompting for a file path, ensuring the dialog opens in the relevant location instead of the editor path directory.
2026-01-07 13:40:13 +08:00
dependabot[bot]
77b631be87
Bump Svg.Skia from 3.2.1 to 3.4.0
...
---
updated-dependencies:
- dependency-name: Svg.Skia
dependency-version: 3.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 22:08:44 +00:00
Jack251970
43d3963e3d
Make SearchResult readonly and init HighlightData to empty list
...
Changed SearchResult to a readonly record struct for better immutability and performance. Updated HighlightData to initialize as an empty list using a collection expression instead of null. Retained the default constructor with a clarifying comment.
2026-01-05 09:45:32 +08:00
Jack251970
10f160d9a2
Revert "Remove unnecessary constructor"
...
This reverts commit 7e9dc18676 .
2026-01-05 09:43:48 +08:00
Jack251970
6c1c9fe600
Use wrap panel
2026-01-04 23:45:13 +08:00
Jack251970
af9050c34b
Test no PrivateAssets
2026-01-04 23:19:41 +08:00
Jack251970
4c46e16160
Fix possible convert issue
2026-01-04 23:19:12 +08:00
Jack251970
590b4c82d2
Try NumberBox
2026-01-04 23:00:24 +08:00
Nilvan Lopes
669f3ef404
Update Plugins/Flow.Launcher.Plugin.WebSearch/Languages/en.xaml
...
Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
2026-01-03 11:14:20 -03:00
Jack Ye
43df5e1744
Use ToInt32 instead of explicit converting
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-03 20:37:16 +08:00
Jack251970
047d4ddc34
Use camel case for parameters
2026-01-03 20:36:01 +08:00
Jack Ye
7e9dc18676
Remove unnecessary constructor
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-03 20:34:51 +08:00
Jack Ye
3129bddd24
Update comments
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-03 20:34:05 +08:00
Jack251970
79bdd3c691
Fix typos
2026-01-03 20:29:12 +08:00
Nilvan Lopes
4c7cbadc2f
remove the language files other than the en.xaml
2026-01-02 23:07:29 -03:00
Nilvan Lopes
2176553b26
Add max suggestions setting for web search plugins
...
Introduced a MaxSuggestions property (min 1, max 10) to control the number of autocomplete suggestions shown in web search plugins. Updated the UI to allow user configuration and added localized labels for the new setting in all supported languages. Suggestions in results are now limited according to this setting.
2026-01-02 14:32:44 -03:00
VictoriousRaptor
cfd705ca68
Use Highlight matches from Everything
...
To solve inaccurate highlight when facing Chinese Pinyin searches
2026-01-02 23:33:45 +08:00
VictoriousRaptor
b062fc056f
Catch exceptions and release com objects
2026-01-02 12:23:05 +08:00
VictoriousRaptor
3e32fca356
Fix localized name get failure
2026-01-02 01:47:44 +08:00
Jeremy Wu
ffb37d3e12
New Crowdin updates ( #4127 )
2025-12-25 17:06:56 +08:00
Jack Ye
bb1dfcde9b
Fix hide item option not working in Program plugin ( #4141 )
2025-12-25 07:01:47 +02:00
dependabot[bot]
b4ec480405
Bump Microsoft.Data.Sqlite from 10.0.0 to 10.0.1
...
---
updated-dependencies:
- dependency-name: Microsoft.Data.Sqlite
dependency-version: 10.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-17 22:07:00 +00:00
Diego Henrique
9066913710
[FEATURE] Folder and File Action Keywords ( #4093 )
2025-12-14 12:18:21 +02:00
Jack Ye
a49eb464c8
Merge pull request #4129 from Flow-Launcher/dependabot/nuget/Plugins/Flow.Launcher.Plugin.Calculator/Mages-3.0.1
...
Bump Mages from 3.0.0 to 3.0.1
2025-11-26 18:33:53 +08:00
Jack Ye
48f67b1886
Improve and fix query result update logic issue & provide access to exact query typed by user ( #3502 )
2025-11-26 21:15:12 +11:00