mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 19:47:43 +01:00
feat(extension compatibility): minimum_coco_version (#946)
This commit introduces a new field, `minimum_coco_version`, to the `plugin.json` JSON. It specifies the lowest Coco version required for an extension to run. This ensures better compatibility by preventing new extensions from being loaded on older Coco apps that may lack necessary APIs or features. Co-authored-by: ayang <473033518@qq.com>
This commit is contained in:
@@ -23,6 +23,7 @@ feat: return sub-exts when extension type exts themselves are matched #928
|
||||
feat: open quick ai with modifier key + enter #939
|
||||
feat: allow navigate back when cursor is at the beginning #940
|
||||
feat: add compact mode for window #947
|
||||
feat(extension compatibility): minimum_coco_version #946
|
||||
|
||||
### 🐛 Bug fix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user