chore: bump version to 1.17.0 and update docs for release

- Bump all workspace package versions to 1.17.0
- Update APP_VERSION constant and OpenAPI spec
- Update AI tool count from 15 to 16 across docs and i18n
- Update tool table with AI Canvas Expand, Meme Generator, Beautify
- Add image editor, OIDC, and 20 languages to README features
- Add release notes for v1.17.0
- Add JSON-LD structured data and SEO improvements to landing/docs
This commit is contained in:
SnapOtter
2026-05-16 12:48:02 +08:00
parent ec85f88746
commit 3e06d68f4f
39 changed files with 259 additions and 38 deletions
+1 -1
View File
@@ -1228,7 +1228,7 @@ export const PRINT_LAYOUTS: PrintLayout[] = [
{ id: "none", label: "None", width: 0, height: 0 },
];
export const APP_VERSION = "1.16.0";
export const APP_VERSION = "1.17.0";
/**
* Tool IDs that require the Python sidecar (AI/ML tools).