Jack251970
44fbc6eed5
Add auto update subtitle
2025-07-14 16:35:48 +08:00
Jack251970
69d5e33150
Show message box with button instead
2025-07-14 16:31:09 +08:00
Jack251970
b5baf3ebea
Rename function name
2025-07-14 16:24:46 +08:00
Jack251970
b393d36186
Add check plugin update button
2025-07-14 16:24:09 +08:00
Jack251970
6eb52b8961
Check plugin updates in the background
2025-07-14 16:18:22 +08:00
Jack251970
6ec659e3ef
Update string resource
2025-07-14 16:14:13 +08:00
Jack251970
c0c7546cfc
Add auto plugin update setting & UI
2025-07-14 15:48:15 +08:00
Jack251970
79f81a6274
Improve code quality
2025-07-14 15:35:23 +08:00
VictoriousRaptor
42b2fd17a9
Merge pull request #3825 from Flow-Launcher/double-pin
...
Improve performance and readablility of Pinyin Alphabet
2025-07-14 10:42:33 +08:00
VictoriousRaptor
bdf5ccd3a9
Add word
2025-07-14 09:28:52 +08:00
Jack251970
88a6e59f46
Fix test project field issue
2025-07-14 09:19:46 +08:00
Jack251970
d7d3549c82
Improve code quality
2025-07-14 09:17:32 +08:00
Jack251970
071b75bcb5
Improve code quality
2025-07-14 09:12:14 +08:00
Jack Ye
fc6ff5a7a0
Merge branch 'dev' into code_quality
2025-07-14 09:09:09 +08:00
Jack251970
19f37f4c3a
Add code comments
2025-07-14 09:01:59 +08:00
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
VictoriousRaptor
efcce81536
Merge branch 'dev' into double-pin
2025-07-13 23:39:44 +08:00
VictoriousRaptor
2316c36a05
Improve performance and readablility
2025-07-13 23:32:53 +08: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
2e0dd1cfa1
Release 1.20.2 | Plugin 4.7.0 ( #3820 )
2025-07-13 17:18:34 +03: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