Commit graph

10347 commits

Author SHA1 Message Date
VictoriousRaptor
e3e8eff5c9 Fix EOF newline 2025-07-15 20:06:33 +08:00
VictoriousRaptor
07415913ed Add word 2025-07-15 20:05:03 +08:00
VictoriousRaptor
34238051cf Update spelling patterns to support optional spaces in Pinyin matching 2025-07-15 20:03:17 +08:00
VictoriousRaptor
af50c7bdc3 Add double pinyin schemas to patterns
They are not well formed English words so can be rejected by built-in checks. Use regex as a workaround.
2025-07-15 19:57:46 +08:00
VictoriousRaptor
1e84f0f604
Merge branch 'test-spellcheck-0024' into tweak-double-pin-pane 2025-07-15 19:18:23 +08:00
VictoriousRaptor
ab0e664073 Use a stable version 2025-07-15 19:16:59 +08:00
VictoriousRaptor
e08b731548
Disable line_forbidden.patterns 2025-07-15 00:10:44 +08:00
VictoriousRaptor
c15ff61f92
Use stable version 2025-07-14 22:19:34 +08:00
VictoriousRaptor
dae16b9b8d Try to fix false spell check alarms by using stable version 2025-07-14 21:55:34 +08:00
VictoriousRaptor
f3bca63232 Update wording 2025-07-14 21:48:24 +08:00
VictoriousRaptor
50e570eb36
Merge pull request #3831 from Flow-Launcher/tweak-double-pin-pane
Hide double pin card when use pinyin is false
2025-07-14 21:43:43 +08:00
VictoriousRaptor
970aa5eefe Fix typo 2025-07-14 21:24:11 +08:00
VictoriousRaptor
50be508a8b Update spell check 2025-07-14 21:22:08 +08:00
VictoriousRaptor
fd4efe009c Hide double pin card when use pinyin is false 2025-07-14 21:09:21 +08:00
Jack Ye
207355e41d
Merge pull request #3830 from Flow-Launcher/double_pin_rework
Reload on all settings change
2025-07-14 19:47:23 +08:00
Jack251970
8c56c0bddf Fix logic 2025-07-14 19:30:16 +08:00
Jack251970
6317d0eec6 Reload on all settings change 2025-07-14 19:29:12 +08:00
Jack Ye
eb81f7174f
Merge pull request #3829 from Flow-Launcher/setting_panel_design
Change double pinyin panel design
2025-07-14 17:08:46 +08:00
Jack251970
05e01ab9ac Change double pinyin panel design 2025-07-14 16:49:04 +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
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
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