Wox/wox.core
qianlifeng 62fdd3b7c7
feat(mru): Enhance nodejs/python plugin API with MRU restore functionality and dynamic setting improvements
- Updated API interface to support dynamic settings returning PluginSettingDefinitionItem.
- Implemented MRU restore callback in both Node.js and Python plugin hosts.
- Added MRUData model for handling most recently used data.
- Enhanced setting models to include new types and helper functions for creating settings.
- Updated package dependencies for Node.js and Python plugins to the latest versions.
2025-07-30 21:22:37 +08:00
..
ai feat(ai): add timeout protection for MCP tool listing 2025-06-03 21:14:28 +08:00
common feat(chat): enhance AI chat resource management and UI updates 2025-05-23 16:20:30 +08:00
database feat(mru): Implement Most Recently Used (MRU) functionality across plugins 2025-07-30 19:54:31 +08:00
i18n feat: add support for brazillian portuguese with localization files 2025-02-16 17:28:31 +08:00
migration feat(mru): Implement Most Recently Used (MRU) functionality across plugins 2025-07-30 19:54:31 +08:00
plugin feat(mru): Enhance nodejs/python plugin API with MRU restore functionality and dynamic setting improvements 2025-07-30 21:22:37 +08:00
resource feat(mru): Implement Most Recently Used (MRU) functionality across plugins 2025-07-30 19:54:31 +08:00
setting feat(mru): Implement Most Recently Used (MRU) functionality across plugins 2025-07-30 19:54:31 +08:00
test fix(test): fix errors in setting cases 2025-07-27 22:48:32 +08:00
ui feat(mru): Enhance nodejs/python plugin API with MRU restore functionality and dynamic setting improvements 2025-07-30 21:22:37 +08:00
updater refactor(setting): unify setting store architecture and introduce type-safe value wrappers 2025-07-17 21:06:31 +08:00
util feat(ui): rename ui application to `wox-ui` across platforms 2025-07-27 21:57:49 +08:00
Makefile Fix compile error on macos 2024-12-20 13:28:29 +08:00
go.mod feat(setting): Refactor settings to use a database-backed store 2025-07-15 21:47:52 +08:00
go.sum feat(setting): Refactor settings to use a database-backed store 2025-07-15 21:47:52 +08:00
main.go feat(mru): Implement Most Recently Used (MRU) functionality across plugins 2025-07-30 19:54:31 +08:00
rsrc_windows.syso Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00