Jeremy Wu
652ec40d82
add removal todo comment
2025-09-30 22:28:41 +10:00
Jack251970
9be546d6c7
Fix ShowOnlyMostUsedCMDsNumber default value
2025-09-30 09:50:29 +08:00
Jack Ye
aab213a6b9
Add default value for ShowOnlyMostUsedCMDsNumber
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-30 09:38:18 +08:00
Jack Ye
89505fce30
Remove unnecessary DataContext
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-30 09:37:48 +08:00
Jack251970
d106c5144b
Fix IsEnabled logic
2025-09-29 23:12:02 +08:00
Jack251970
175571a130
Refactor ShellSettings with Binding logic
2025-09-29 23:00:32 +08:00
Jack251970
d363cf8137
Add property change for settings class & Add localize support for enum
2025-09-29 10:42:19 +08: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
5e2536c129
Merge branch 'dev' into dependabot/nuget/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Svg.Skia-3.2.1
2025-09-25 12:41:14 +08:00
dependabot[bot]
a76e2fea7f
Bump SkiaSharp from 3.119.0 to 3.119.1
...
---
updated-dependencies:
- dependency-name: SkiaSharp
dependency-version: 3.119.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-23 22:06:58 +00:00
Jack Ye
d7d88a9ebb
Merge branch 'dev' into url_open_enhancement
2025-09-21 21:37:14 +08:00
Jeremy
dc1f0f1095
merge back v2.0.1 from master into dev
2025-09-21 23:15:34 +10: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
dependabot[bot]
846cc65d8e
Bump Svg.Skia from 3.0.6 to 3.2.1
...
---
updated-dependencies:
- dependency-name: Svg.Skia
dependency-version: 3.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-21 04:49:51 +00:00
Jack251970
78e5bf2a60
Use Flow.Launcher.Localization to improve code quality
2025-09-21 11:50:51 +08:00
Jeremy Wu
3a8c64b02d
update wording
2025-09-18 23:08:02 +10:00
Jack Ye
16895716e9
Merge pull request #3978 from Flow-Launcher/program_locks
...
Fix program lock waiting issue
2025-09-18 20:38:15 +08:00
Jack251970
23d0b73e20
Fix AllEverythingSortOptions issue
2025-09-17 17:30:03 +08:00
Jack251970
e10b9254ed
Add workaround for log & ln function
2025-09-16 16:31:06 +08:00
Jack251970
6841ad5410
Add calculator unit testing
2025-09-16 16:08:17 +08:00
Jack251970
ef69e329fc
Fix release
2025-09-15 15:50:22 +08:00
Jack251970
9321a7df14
Fix program lock issue
2025-09-15 15:40:49 +08:00
Jack251970
684fafdfdd
Improve code quality
2025-09-15 15:18:42 +08:00
Jack251970
c2e797615d
Improve code quality
2025-09-15 15:18:23 +08:00
Jack251970
f9facda521
Improve code quality
2025-09-15 13:02:42 +08:00
Jack251970
1906d68541
Add ShowErrorMessage setting
2025-09-15 12:57:25 +08:00
Jack251970
cea1402dde
Improve code quality
2025-09-15 12:53:17 +08:00
Jack251970
b07420a193
Use EmptyResults to improve code quality
2025-09-15 12:51:31 +08:00
dcog989
9be8b71f09
review feedback, CultureInvariant, mild refactor
2025-09-14 22:28:37 +01:00
dcog989
edc76faeb4
Review feedback, case insensitive, consistent separators
2025-09-14 21:51:47 +01:00
dcog989
e990e0ff5b
Handle misplaced separators, Mages edge cases
...
Allow for e.g. `25,00` when `,` used as digit grouping.
Exclude Mages function from the above relaxed logic.
2025-09-14 19:39:06 +01:00
dcog989
336e51d104
IcoPath to const string
2025-09-14 17:08:37 +01:00
Jack251970
daf35a4972
Do not check bracket complete
2025-09-14 15:54:35 +08:00
Jack251970
495ace1246
Improve plugin description
2025-09-14 12:39:11 +08:00
Jack251970
11f5ea5074
Improve code quality
2025-09-14 12:33:46 +08:00
dcog989
6462023d58
Merge branch 'dev' into calculator-min-fix
2025-09-13 13:17:40 +01:00
dcog989
110f571b40
Rework solution for nested Mages
...
Previous solution missed e.g. `pow(min(2,3), 4)`
2025-09-13 13:17:08 +01:00
Jeremy Wu
eaa90b31d8
Merge pull request #3906 from Flow-Launcher/nuget_package_upgrade
...
Upgrade Nuget packages & Update lock files
2025-09-13 17:36:20 +10:00
Jack251970
29b675b26a
Upgrade nuget packages
2025-09-13 14:14:59 +08:00
Jack Ye
889ed58f0c
Merge pull request #3973 from dcog989/bookmark-quick-fix
...
Bookmark plugin - catch an exception for empty / broken favicons
2025-09-13 14:13:06 +08:00
Jack Ye
7fc30aea93
Merge branch 'dev' into nuget_package_upgrade
2025-09-13 14:06:16 +08:00
dcog989
15f31a1698
Bookmark plugin quick fix
...
Catch an exception for empty / corrupted favicons.
2025-09-12 22:34:03 +01:00
dcog989
bd186e7fe1
correct + extend description
2025-09-12 20:02:34 +01:00
dcog989
190e0e179f
Fix 'German' number formatting
2025-09-12 20:01:55 +01:00
dcog989
103d3832a0
dead code, improve messages, group separator fix?
2025-09-12 19:30:07 +01:00
dcog989
e1079396c3
backout 'smart' digit grouping, mages fixes + workaround
...
Mages did not like the previous change to smart thousands / decimal so backed that out.
Workaround for https://github.com/FlorianRappl/Mages/issues/132
2025-09-12 19:20:19 +01:00
dependabot[bot]
ca164b37db
Bump Microsoft.Data.Sqlite from 9.0.8 to 9.0.9
...
---
updated-dependencies:
- dependency-name: Microsoft.Data.Sqlite
dependency-version: 9.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-09 22:07:50 +00:00
Jack251970
8e837b8e56
Avoid clobbering inherited NoWarn; append instead.
2025-09-06 13:37:27 +08:00
Jack Ye
8bc60e55e0
Merge branch 'dev' into nuget_package_upgrade
2025-09-06 13:31:24 +08:00
Jack Ye
45bb6e94fc
Merge branch 'dev' into url_open_enhancement
2025-09-06 13:31:19 +08:00
Jeremy Wu
4fe8d8c233
New Crowdin updates ( #3940 )
2025-09-06 06:34:23 +03: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
09366f5bed
New Crowdin updates ( #3931 )
2025-09-03 09:32:29 +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
Jeremy Wu
e1cc50c579
Merge remote-tracking branch 'origin/master' into resolve_conflicts
2025-08-31 17:53:21 +10:00
Jack251970
9a2f813ea2
Keep x86 runtime files
2025-08-31 15:09:48 +08:00
Jack251970
3906fd46af
Fix
2025-08-31 14:53:38 +08:00
Jack251970
5108114f2f
Test1
2025-08-31 14:45:59 +08:00
Jack251970
2e2d7fe515
Test
2025-08-31 14:45:40 +08:00
Jack251970
6b60373886
Upgrade nuget packages
2025-08-25 18:50:02 +08:00
Jack251970
b07763ad05
Suppress FLSG0007
2025-08-19 14:27:45 +08:00
Jack251970
922c3d5611
Upgrade nuget packages & Update lock files
2025-08-17 16:54:41 +08:00
Jack251970
6751942179
Use Binding instead of RelativeResource for code quality
2025-08-17 14:30:03 +08:00
Jack251970
b097aa0c29
Apply style formatter
2025-08-17 14:23:04 +08:00
Jack251970
0228e6e488
Remove unused trigger
2025-08-17 14:22:50 +08:00
Jack251970
ce8b544ff5
Display FilePath in preview panel
2025-08-17 14:20:55 +08:00
Jack251970
21299d153f
Add FileName & FilePath as public properties
2025-08-17 14:18:18 +08:00
Jack251970
9d3a0f0b70
Show FileName under preview image
2025-08-17 14:14:17 +08:00
Jack251970
f1628eec66
Add MaxHeight & MaxWidth for preview image
2025-08-17 14:14:02 +08:00
Jack251970
9f8ff12155
Bind DataContext to itself
2025-08-17 14:13:32 +08:00
dcog989
693636c942
Clean orphan files, temp fix
...
Clean orphan SQLite files on start-up that are being created by BrowserBookmark plugin. This is a temporary solution to prevent users' cache accumulating very large numbers of files / MB.
Will be addressed properly with new version of plugin (complete rewrite for Flow Launcher V2).
2025-08-14 13:06:39 +01:00
zoltanvi
361c2a4a24
Revert language files other than english
2025-08-13 16:15:10 +02:00
zoltanvi
52c08c03e1
Merge branch 'feature/web_search_private_mode' of https://github.com/zoltanvi/Flow.Launcher into feature/web_search_private_mode
2025-08-12 15:06:08 +02:00
zoltanvi
99f2b313cd
Fix new label in more language files
2025-08-12 15:06:00 +02:00
Zoltan
3e0539f8c6
Merge branch 'dev' into feature/web_search_private_mode
2025-08-12 12:33:51 +02:00
Jack251970
cc2df8d680
Improve code quality
2025-08-12 17:31:26 +08:00
zoltanvi
1df6ac00b0
Fix label in language files
2025-08-12 07:28:18 +02:00
zoltanvi
0a848a32f7
Add private mode option to WebSearch items
2025-08-09 16:21:10 +02:00
zoltanvi
09d8cefcef
Remove unused properties
2025-08-09 11:56:13 +02:00