Jack Ye
f0bf1c947b
Merge branch 'dev' into net10
2026-02-25 09:03:38 +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
e2ad0ddf7a
Merge branch 'dev' into net10
2026-02-23 18:44:50 +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
Jack251970
5b413926c2
Improve code quality
2026-02-21 21:05:59 +08:00
Jack251970
20dc1ff59e
Remove System.Linq.Async package reference
...
The System.Linq.Async dependency was removed from the Explorer
project file as it is no longer required.
2026-02-21 21:05:48 +08:00
Jack251970
bf3b660772
Remove unused Grid.ColumnDefinitions from settings XAML
...
Cleaned up PluginsManagerSettings.xaml and SettingsControl.xaml by removing empty <Grid.ColumnDefinitions /> elements. This reduces unnecessary markup since only row definitions are used.
2026-02-21 21:05:31 +08:00
Jack251970
3e8a03456c
Upgrade target frameworks & Update lock files
2026-02-21 20:48:25 +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
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
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
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
dependabot[bot]
ce4a37b292
Bump Mages from 3.0.0 to 3.0.1
...
---
updated-dependencies:
- dependency-name: Mages
dependency-version: 3.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-25 22:35:13 +00:00
Jeremy Wu
533a58d083
New Crowdin updates ( #4051 )
2025-11-20 18:26:31 +08:00
dependabot[bot]
3492aac2c0
Bump Microsoft.Data.Sqlite from 9.0.10 to 10.0.0
...
---
updated-dependencies:
- dependency-name: Microsoft.Data.Sqlite
dependency-version: 10.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-11 22:07:56 +00:00