Commit graph

10322 commits

Author SHA1 Message Date
dcog989
78b4c7db85 Fix BrowserBookmark '100% CPU' issue
# Fix BrowserBookmark plugin locking threads at 100% CPU

The following files were modified to implement this fix:

1. /Flow.Launcher.Plugin.BrowserBookmark.csproj
    - packages SkiaSharp and Svg.Skia added to output WEBP

2. /Helper/FaviconHelper.cs
    - new method, TryConvertToWebp, added to take any image data and encode to WEBP

3. /FirefoxBookmarkLoader.cs
    - LoadFaviconsFromDb to use the new helper which ensures only safe WEBP files are used by the UI, which resolves the CPU-locking. It was GZIPped SVGs that were causing the thread / CPU lock.
2025-07-14 00:43:39 +01:00
Jeremy Wu
3cdf9197b9
Merge release v1.20.2 back to dev (#3823) 2025-07-13 23:11:06 +08:00
Jeremy Wu
354e5ecf99
Merge pull request #2427 from Flow-Launcher/double-pin
Double pinyin query
2025-07-14 00:35:57 +10:00
Jeremy Wu
df9be30394
Merge pull request #3822 from Flow-Launcher/fix_milestone_string_workflow
Fix release PR milestone filter output print
2025-07-14 00:10:27 +10:00
Jeremy Wu
3b1fe2119c fix milestone filter print 2025-07-13 13:33:28 +00:00
Jeremy Wu
a6a28ce8b1
Merge pull request #3821 from Flow-Launcher/fix-uwp-package-monitoring
Fix the issue that UWP changes that can't be monitored (#2345)
2025-07-13 23:32:20 +10:00
Jack251970
44d9eb8556 Change default to false BEFORE RELEASE 2025-07-13 20:58:26 +08:00
Jack251970
43f7cecaff Improve code quality 2025-07-13 20:58:15 +08:00
VictoriousRaptor
2eeb097194
Use lazy init after version check
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-13 20:57:36 +08:00
Jeremy Wu
3159e67c9d
New Crowdin updates (#3807) 2025-07-13 15:56:34 +03:00
VictoriousRaptor
bb946b707a Fix the issue that UWP changes that can't be monitored (#2345)
相关工作项: #2337
2025-07-13 20:54:12 +08:00
VictoriousRaptor
27002c5035
Update doc 2025-07-13 19:48:49 +08:00
VictoriousRaptor
50de9ba6d6
Merge branch 'dev' into double-pin 2025-07-13 19:46:55 +08:00
VictoriousRaptor
4c560210cd More specific exception types for better error handling 2025-07-13 19:37:42 +08:00
VictoriousRaptor
5cd7ae72f4 Fix typo 2025-07-13 19:37:42 +08:00
VictoriousRaptor
3f1862775e
Fix zero boundary condition in MapToOriginalIndex
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-07-13 19:33:20 +08:00
Jeremy Wu
dd1f66ea01
Merge pull request #3758 from Flow-Launcher/release_workflow_milestone_from_pr
release_pr GitHub workflow automatically get milestone from release PR
2025-07-13 21:10:35 +10:00
VictoriousRaptor
130202108c Add UI for double pinyin options 2025-07-13 19:09:40 +08:00
VictoriousRaptor
ebcd7d5915 Fix ShouldTranslate() logic
- Check settings or it won't work  as expected
2025-07-13 19:01:59 +08:00
VictoriousRaptor
fdbb183064 Remove readonly to reload correctly 2025-07-13 19:00:31 +08:00
Jeremy Wu
a8e6ead59f fix get milestone title 2025-07-13 10:40:11 +00:00
Jack Ye
f387eba946
Merge pull request #3819 from Flow-Launcher/home_page_update
Fix Home Page Update Issue
2025-07-13 18:23:03 +08:00
Jack251970
67ec700caf Use one way binding for modifiers 2025-07-13 18:03:14 +08:00
VictoriousRaptor
d537ce22f8 Fix init issue 2025-07-13 16:08:28 +08:00
VictoriousRaptor
d9e89ad610 Refactor TranslationMapping class
- Always add index to mapping rather than only Chinese characters
- Simplify mapping algorithm
- Add unit test for TranslationMapping
2025-07-13 16:07:14 +08:00
VictoriousRaptor
100f753e9b Fix ShouldTranslate() logic 2025-07-13 16:07:14 +08:00
Jack251970
b16cd145c1 Remove unused property 2025-07-13 10:59:34 +08:00
Jack251970
ed4fdb7561 Update result modifiers when OpenResultModifiers is changed 2025-07-13 10:55:13 +08:00
Jack251970
c5373f6abf Use one way binding for showing result hotkey 2025-07-13 10:51:03 +08:00
Jack Ye
b3d2fea6d8
Merge pull request #3806 from Flow-Launcher/nuget_package_document
Generate documents for NuGet package
2025-07-12 08:04:08 +08:00
Jack Ye
b60cca42ce
Merge pull request #3816 from Flow-Launcher/clipboard_invalid
Use try-catch for query text box paste
2025-07-12 07:57:27 +08:00
Jack251970
1a8227a939 Use try-catch for query text box paste 2025-07-11 22:24:05 +08:00
Jeremy Wu
d0c733b1b3
Merge pull request #3810 from Flow-Launcher/quick_access_link_type
Fix Quick Access Link Type Fetching Issue
2025-07-10 21:51:35 +10:00
Jeremy Wu
48d08984ec
Merge pull request #3803 from Flow-Launcher/CustomQueryHotkeySetting_refactor
Refactor CustomQueryHotkeySetting control
2025-07-10 21:45:07 +10:00
Jeremy Wu
7a031e384c
Merge pull request #3811 from Flow-Launcher/refresh_home_page
Update home page when language changes
2025-07-10 21:40:27 +10:00
Jack251970
4d5a8ccb80 Fix typos 2025-07-10 13:27:04 +08:00
Jack251970
e36d5d8ce7 Fix spelling 2025-07-10 13:24:07 +08:00
Jack251970
b1e352dd54 Update home page when language changes 2025-07-09 11:12:46 +08:00
Jack251970
fe3babd4fc Log error when fail to fetch type 2025-07-08 09:50:12 +08:00
Jack251970
bad7db69dc Improve code quality 2025-07-08 09:45:54 +08:00
Jack251970
2856da83c1 Fix quick access link type fetching issue 2025-07-08 09:44:17 +08:00
Jeremy Wu
0f510b153c
Merge pull request #3572 from Flow-Launcher/plugin_store_item_vm_null
Fix separation of Plugin Store and Plugins Manager plugin
2025-07-07 22:17:02 +10:00
Jeremy
236bff1c10 fix spelling 2025-07-07 21:57:03 +10:00
Jeremy
a63c8b036b updates to method summary and correct spell check errors 2025-07-07 21:35:12 +10:00
Jack Ye
727390db4c
Merge pull request #3805 from OrigamiDev-Pete/dev
Use System.Version to compare versions
2025-07-07 14:09:57 +08:00
Jack251970
988a3bc09e Do not throw exception & Fix blank lines 2025-07-07 14:00:07 +08:00
Jack251970
e391965acb Generate documents for NuGet package 2025-07-07 13:46:44 +08:00
Peter de Vroom
770eec5296 Use System.Version to compare versions
Add error checking
2025-07-07 14:07:47 +10:00
Jack251970
eb2b8d06a1 Refactor CustomQueryHotkeySetting control 2025-07-06 21:15:00 +08:00
Jack251970
7c41a37daa Add blank lines 2025-07-06 21:07:25 +08:00