taooceros
11eefa49b7
chore: upgrade from .NET 9 to .NET 10
...
Build / build (push) Has been cancelled
Update all project files from net9.0 to net10.0:
- Core projects: net9.0-windows → net10.0-windows
- App projects: net9.0-windows10.0.19041.0 → net10.0-windows10.0.19041.0
- All plugin projects updated
- Microsoft.Extensions packages updated to 10.0.0-preview.1
Build verified with 1220 warnings (pre-existing), 0 errors.
💘 Generated with Crush
Assisted-by: Kimi for Coding via Crush <crush@charm.land>
2026-02-05 01:53:42 +08:00
Shengkai Lin
54827a1b25
sk
Build / build (push) Waiting to run
2026-02-04 22:03:25 +08:00
Shengkai Lin
c51c029263
Merge branch 'dev' into avalonia_migration
...
Build / build (push) Waiting to run
Resolved conflicts:
- Calculator.csproj: Keep Mages 3.0.1 (from dev) + Avalonia packages
- Explorer SettingsViewModel.cs: Use PromptUserSelectFileAsync for ShellPath
- ExplorerSettings.xaml: Removed (deleted in HEAD)
- packages.lock.json: Restored from dev
2026-02-01 13:33:39 +08:00
Hongtao Zhang
c0d17672af
feat(avalonia): add Avalonia settings views for 8 plugins
...
- Add i18n injection to Application.Resources for DynamicResource bindings
- Create Avalonia settings views for plugins:
- Explorer (ExplorerSettings + QuickAccessLinkSettings dialog)
- BrowserBookmark (SettingsControl + CustomBrowserSettingWindow)
- Calculator (CalculatorSettings)
- ProcessKiller (SettingsControl)
- PluginsManager (PluginsManagerSettings)
- WebSearch (SettingsControl)
- Shell (ShellSetting + converter)
- Program (ProgramSetting)
- Add IsAvalonia detection pattern for dual-framework dialog support
- Update 11 plugin .csproj files with CopyToAvaloniaOutput targets
- Add System.Threading.Tasks using for async RelayCommand support
2026-01-26 15:30:33 -08:00
Jeremy Wu
229987ee90
Release 2.0.3 ( #4121 )
Publish Default Plugins / publish (push) Has been cancelled
Build / build (push) Has been cancelled
2025-11-20 19:01:51 +08:00
Jeremy Wu
533a58d083
New Crowdin updates ( #4051 )
2025-11-20 18:26:31 +08:00
Jeremy
7445d54d22
merge back v2.0.2 from master to dev
2025-10-14 22:35:06 +11:00
Jeremy Wu
f37d4c47cc
Release 2.0.2 | Plugin 5.1.0 ( #4046 )
2025-10-14 13:49:29 +03:00
Jeremy Wu
02a29c6af4
New Crowdin updates ( #4002 )
2025-10-14 12:14:37 +03:00
Jack251970
1e3306ef28
Remove unused file
2025-10-12 13:33:20 +08:00
Jack251970
6f17aa21c2
Resolve conflicts
2025-10-12 13:31:24 +08:00
Jack Ye
b8acead444
Merge branch 'dev' into httpspref
2025-10-12 13:24:11 +08:00
AWAS666
001dad9a79
revert manual translation
2025-10-10 10:03:16 +02:00
Jack Ye
a412c7978a
Fix format
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-10 12:23:41 +08:00
AWAS666
ae3559ca74
fix: explicit scheme
2025-10-09 10:48:58 +02:00
AWAS666
1a373e1c40
prefer https over http setting
2025-10-09 10:36:42 +02:00
Jack251970
ec41ec2377
Improve code quality
2025-09-28 12:04:32 +08:00
Jack251970
64e9150f11
Fix build issue
2025-09-28 12:03:49 +08:00
Jack Ye
08bf147559
Merge branch 'dev' into url_open_enhancement
2025-09-28 12:02:24 +08:00
Jack Ye
5b6ea73513
Code cleanup & Use Flow.Launcher.Localization to improve code quality ( #4009 )
...
* Use Flow.Launcher.Localization to improve code quality
* Code cleanup
* Improve code quality
* Improve code quality
* Use internal static Context & Improve code quality
* Use Flow.Launcher.Localization to improve code quality
* Code cleanup
* Use Flow.Launcher.Localization to improve code quality
* Improve code quality
* Improve code quality
* Use Flow.Launcher.Localization to improve code quality
* Fix logic issue
* Fix the variable name typo
* Fix redundant boolean cast and ensure consistent default value handling
* Use Flow.Launcher.Localization to improve code quality
* Revert namespace styles
* Fix indent format
* Revert namespace style
* Fix indent format
* Fix namespace style
* Fix indent format
* Fix indent format
2025-09-27 19:18:33 +03:00
Jack Ye
d7d88a9ebb
Merge branch 'dev' into url_open_enhancement
2025-09-21 21:37:14 +08:00
Jeremy Wu
a05e09908c
Release 2.0.1 ( #3998 )
2025-09-21 20:23:00 +08:00
Jeremy Wu
d7e1ad73cc
New Crowdin updates ( #3948 )
2025-09-21 14:36:35 +03:00
Jeremy Wu
3a8c64b02d
update wording
2025-09-18 23:08:02 +10:00
Jack251970
c2e797615d
Improve code quality
2025-09-15 15:18:23 +08:00
Jack251970
3f6bebd540
Keep default value same as origin
2025-09-05 19:04:46 +08:00
Jack251970
96d7d18f6d
Change string resource names & Redesign setting panel
2025-09-05 19:02:49 +08:00
Jack251970
4f49077bee
Add & Use BoolToVisibilityConverter
2025-09-05 19:02:29 +08:00
Jack251970
33aef7eb54
Add convert back implementation for InverseBoolConverter
2025-09-05 19:02:11 +08:00
Jack251970
cdf3905a51
Use InverseBoolConverter
2025-09-05 18:40:50 +08:00
Jack251970
c17db8c9b4
Use using statements
2025-09-05 18:40:28 +08:00
Jack251970
34a58bc5da
Add InverseBoolConverter
2025-09-05 18:39:31 +08:00
Jack251970
7ca37697d4
Use PrivateModeArgument & Implement new logic for browser openning
2025-09-05 18:39:22 +08:00
Jack251970
978b18570a
Add PrivateModeArgument & Add IPropertyChanged interface for some properties
2025-09-05 18:39:02 +08:00
Jack251970
1303ae5682
Update string resource
2025-09-05 16:07:26 +08:00
Jack251970
33a9654fe0
Add settings control
2025-09-04 22:06:02 +08:00
Jack251970
1dc1643071
Change language strings
2025-09-04 21:46:55 +08:00
Jack251970
48e845c0b1
Change language strings
2025-09-04 21:45:20 +08:00
Jack251970
5976ddeb72
Add more strings
2025-09-04 17:54:03 +08:00
Jack251970
2d5626b0cd
Use more settings
2025-09-04 17:30:20 +08:00
Jack251970
c9ca9ad4ba
Add more settings
2025-09-04 17:30:08 +08:00
Jack251970
f848d1b7b2
Improve code quality
2025-09-04 17:26:19 +08:00
Jack251970
56bdfa72d1
Improve code quality
2025-09-04 17:24:59 +08:00
Jeremy Wu
ca01d15dde
New Crowdin updates ( #3824 )
...
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Arabic)
[ci skip]
* New translations en.xaml (Czech)
[ci skip]
* New translations en.xaml (Danish)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Japanese)
[ci skip]
* New translations en.xaml (Korean)
[ci skip]
* New translations en.xaml (Dutch)
[ci skip]
* New translations en.xaml (Polish)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Russian)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Turkish)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Chinese Traditional)
[ci skip]
* New translations en.xaml (Vietnamese)
[ci skip]
* New translations en.xaml (Portuguese, Brazilian)
[ci skip]
* New translations en.xaml (Norwegian Bokmal)
[ci skip]
* New translations en.xaml (Serbian (Latin))
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Spanish, Latin America)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Arabic)
[ci skip]
* New translations en.xaml (Czech)
[ci skip]
* New translations en.xaml (Danish)
[ci skip]
* New translations en.xaml (Hebrew)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Japanese)
[ci skip]
* New translations en.xaml (Korean)
[ci skip]
* New translations en.xaml (Dutch)
[ci skip]
* New translations en.xaml (Polish)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Russian)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Turkish)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Chinese Traditional)
[ci skip]
* New translations en.xaml (Vietnamese)
[ci skip]
* New translations en.xaml (Portuguese, Brazilian)
[ci skip]
* New translations en.xaml (Norwegian Bokmal)
[ci skip]
* New translations en.xaml (Serbian (Latin))
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Spanish, Latin America)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (French)
[ci skip]
2025-08-31 13:05:43 +03:00
Jack251970
ba0a113cc9
Add translations & Use ShowMsgError
2025-07-20 12:28:55 +08:00
Hongtao Zhang
e96a4cf59d
Merge remote-tracking branch 'origin/dev' into net9
...
# Conflicts:
# Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj
# Flow.Launcher/Flow.Launcher.csproj
2025-07-15 15:52:34 -07:00
Jeremy Wu
db97288282
New Crowdin updates ( #3574 )
2025-06-03 06:52:56 +03:00
Jeremy Wu
2b9529d2f9
set all of plugins' version to default 1.0.0
2025-05-20 09:06:11 +00:00
Jeremy Wu
ecebf17ea2
New Crowdin updates ( #3186 )
...
New translations
2025-03-14 11:08:08 +02:00
Hongtao Zhang
865c865942
update to .net 9
2025-02-26 22:37:41 +08:00