Commit Graph

3589 Commits

Author SHA1 Message Date
qianlifeng ccfdbc5e4a
Refactor plugin host 2024-12-22 22:24:04 +08:00
qianlifeng 6feb7cfb15
Fix compile error on macos 2024-12-20 13:28:29 +08:00
qianlifeng d54e7cd482
Update architecture specification in GitHub Actions workflow from X64 to AMD64 for macOS build 2024-12-20 00:31:40 +08:00
qianlifeng 84d6aade6c
Fix build error on macos amd64 2024-12-20 00:29:00 +08:00
qianlifeng c8a46e59e0
Enhance GitHub Actions workflow by adding descriptive build job name for better clarity in CI/CD logs 2024-12-20 00:25:57 +08:00
qianlifeng cfa7cb1b4e
Refactor Makefile and GitHub Actions workflow to improve dependency checks and streamline build process 2024-12-20 00:15:44 +08:00
qianlifeng d6cefe893a
Refactor GitHub Actions workflow to streamline build and deployment process 2024-12-19 23:32:55 +08:00
qianlifeng 975b268f9b
Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
qianlifeng 8d39729bb0
Refactor python plugin host 2024-12-08 20:04:12 +08:00
qianlifeng 0ed7215fa5
Refactor JSON-RPC handling in Python host 2024-12-07 21:37:39 +08:00
qianlifeng 358ac014ca
Enhance Python host setup 2024-12-06 16:23:24 +08:00
qianlifeng a21dd8d509
Enhance Python host functionality 2024-12-05 23:07:22 +08:00
qianlifeng 1af4b7f1b0
Add panic recovery handlers and improve error logging
- Implemented panic recovery in the main function to log errors.
- Wrapped HTTP request handlers with panic recovery to return error responses.
- Enhanced input method switching with error handling and logging for failures.
- Added context support for panic recovery in the IME switch function.
2024-12-02 22:15:06 +08:00
qianlifeng 1e81e77327
Refactor web search plugin logic to remove fallback check for enabled searches 2024-12-01 18:28:10 +08:00
qianlifeng 5764443362 #3963 Fix window resizing not work on linux 2024-11-26 21:39:47 +08:00
qianlifeng f6ba7e4a2b Fix #4108 Add appdata directory for app plugin on windows 2024-11-26 19:10:32 +08:00
qianlifeng 8e1a744bfd
Add default app icon and improve error handling in getMacAppIconImagePath. 2024-11-22 23:08:57 +08:00
qianlifeng f61e193d3b
remove crowdin 2024-11-16 22:41:33 +08:00
qianlifeng 9ea4dbe4b8
Improve upx compress speed 2024-11-16 22:33:36 +08:00
qianlifeng 74d79b6a9a
Fix build errors on macos 2024-11-16 20:29:03 +08:00
qianlifeng f82ee9cabe
Fix deprecated errors on macos 2024-11-16 20:17:14 +08:00
qianlifeng 17b5042c9b Fix tray icon issues on linux 2024-11-16 19:31:37 +08:00
qianlifeng 9dddb4855f Add ai setting doc 2024-11-16 14:12:38 +08:00
qianlifeng 92c52ca1d0 Fix hover color issues on windows 2024-11-15 21:42:49 +08:00
qianlifeng ce0a7cfbd6 Fix open file in folder issues on windows 2024-11-15 18:51:39 +08:00
qianlifeng e438ba97b9 Add google fallback search for websearch plugin 2024-11-14 23:25:01 +08:00
qianlifeng 8565f00ed2
Fix build error 2024-11-14 22:46:20 +08:00
qianlifeng 5b221b331e Fix #4098 Switch to launcher view before hide 2024-11-14 21:29:13 +08:00
qianlifeng 9651799b44 Add Icon for exe file on windows 2024-11-14 21:07:38 +08:00
qianlifeng 780668aec1 [App Plugin] Fix the issue that user directories is not being indexed 2024-11-14 20:46:20 +08:00
qianlifeng 6461d2fea8 Fix some sys command not working on windows 2024-11-14 00:07:01 +08:00
qianlifeng 7a6ec18a35 Prevent the error/beep sound when alt+number/letter is pressed on windows 2024-11-14 00:01:33 +08:00
qianlifeng 42586c9e05 Fix compile issues on windows 2024-11-13 23:24:24 +08:00
qianlifeng 4f8338fe37
Add log for golang crash 2024-11-08 22:46:27 +08:00
qianlifeng 323910af62
Upgrade go deps 2024-11-05 19:49:55 +08:00
qianlifeng 6c0b7cd7ca Fix powershell window issues on windows 2024-11-04 10:31:47 +08:00
qianlifeng 7a804f1844 #4036 Fix focus issues on windows 2024-11-03 20:17:51 +08:00
qianlifeng 4eeb196401 Fix garbled text in tray 2024-11-03 13:12:11 +08:00
qianlifeng ff736e68fc
Update language files and UI manager for tray menu localization 2024-11-03 11:11:54 +08:00
qianlifeng dd7db5735f
Update i18n 2024-11-02 19:03:57 +08:00
qianlifeng 149c2662c7 Improve UWP app icon load speed 2024-11-02 16:33:54 +08:00
qianlifeng bcd9588665
Change default theme and unify hotkeyview key symbols 2024-11-02 11:49:58 +08:00
qianlifeng 2c376ae05e
Remove Crowdin since we use AI to translate 2024-11-02 00:22:54 +08:00
qianlifeng e6df3c3a7b
Improve i18n for system plugins 2024-11-02 00:20:57 +08:00
qianlifeng 188d16a39d
fix: prevent group items from being interactive in result list
- Add group item checks to prevent mouse hover/click interactions
- Disable focus and enter actions for group items in result list
- Maintain existing behavior for non-group items
2024-10-30 13:07:07 +08:00
qianlifeng dce43897de
Improve notify API on linux 2024-10-28 23:52:14 +08:00
qianlifeng 963d7626ed
Add pkg-config and LDFLAGS for Linux build 2024-10-28 23:50:09 +08:00
qianlifeng 62ad3df9d8
Fix build issues 2024-10-28 23:15:37 +08:00
qianlifeng 2327f5161e Add UWP app search on windows 2024-10-28 23:12:46 +08:00
qianlifeng 62bfa2948a [Bot] Update plugin store manifests 2024-10-24 15:07:44 +08:00