VictoriousRaptor
9017ce6b9d
Ensure IPv6 are bracketed if it's with query or path
2026-03-02 18:52:51 +08:00
VictoriousRaptor
74c18d8195
Use IPEndPoint to avoid potential URL with IP ports
2026-03-01 14:20:28 +08:00
VictoriousRaptor
f6ca3c850b
Don't apply brackets for already closed
2026-03-01 14:15:12 +08:00
VictoriousRaptor
09d310e227
Enclose IPv6 addresses in brackets for URL formatting
2026-03-01 14:05:58 +08:00
VictoriousRaptor
ffc9b81d7b
Use invariant culture to prevent unintentional IP parsing
...
Some cultures uses comma as decimal separator which escapes this decimal check.
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-02-27 09:09:33 +08:00
Jack Ye
0c51c41c97
Merge branch 'dev' into just-fix-url-small-issues
2026-02-26 21:01:38 +08:00
VictoriousRaptor
73cc5a91bc
Fix ipv6 any address and numeric TLD
...
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-26 14:26:20 +08:00
VictoriousRaptor
4942eab9ef
Simplify parsing logic
2026-02-26 00:57:16 +08:00
VictoriousRaptor
1872755540
Refactor URL match logic
2026-02-26 00:40:00 +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
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
VictoriousRaptor
77f81cfb16
Fix matching pattern for IPv6 addresses with consecutive ":"
2025-12-28 22:04:37 +08:00
VictoriousRaptor
e9a68d2563
Fix match logic
2025-12-28 10:56:27 +08:00
VictoriousRaptor
be630f1ab5
Update UrlPattern to include private addresses and update test cases
2025-12-28 10:43:38 +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