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:
SteveLauC
2025-11-02 10:59:29 +08:00
committed by GitHub
parent bd61faf660
commit 3e0839f3da
18 changed files with 449 additions and 95 deletions

View File

@@ -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