Releases: MOKEAIGC/MOKE-Vision-One
Releases · MOKEAIGC/MOKE-Vision-One
MOKE Vision One v3.8.0
What's Changed
- 2 commits across 5 files in 3 scopes since v3.7.5.
Included changes
- docs(readme): 增加「疑难排错 / FAQ」小节 (#6)
- fix: persist auto-save settings in tauri
Changed files
- repo root: Updated
README.md. - services: Updated
services/desktopCompat.ts. - src-tauri: Updated
src-tauri/Cargo.lock,src-tauri/Cargo.toml,src-tauri/src/main.rs.
Full Changelog: v3.7.5...v3.8.0
MOKE Vision One v3.7.5
What's Changed
- 3 commits across 20 files in 7 scopes since v3.7.4.
Included changes
- ci: cache rust artifacts in release workflow
- ci: generate release notes from actual changes
- fix: support annotated tags in release notes
Changed files
- .github/workflows: Updated
.github/workflows/tauri-release-artifacts.yml. - components: Updated
components/ApiConfigPanel.tsx,components/ApiSettingsModal.tsx,components/XiaohongshuLink.tsx. - contexts: Updated
contexts/ApiConfigContext.tsx,contexts/GlobalAssetContext.tsx. - repo root: Updated
App.tsx,index.tsx,vite.config.ts. - scripts: Added
scripts/generate-release-notes.mjs,scripts/run-tauri-dev-debug.mjs,scripts/run-tauri-dev-server.mjs. - services: Added
services/assetLibraryStorage.ts,services/debugRuntime.ts; Updatedservices/desktopCompat.ts. - src-tauri: Updated
src-tauri/capabilities/default.json,src-tauri/Cargo.lock,src-tauri/Cargo.toml,src-tauri/src/main.rs, and 1 more.
Full Changelog: v3.7.4...v3.7.5
MOKE Vision One v3.7.4
What's Changed
- 1 commits across 6 files in 4 scopes since v3.7.3.
Included changes
- feat: add gpt-image-2 image generation support
Changed files
- components: Updated
components/ApiSettingsModal.tsx,components/ModelRegistryPanel.tsx. - contexts: Updated
contexts/ApiConfigContext.tsx. - repo root: Updated
App.tsx. - services: Added
services/imageGenerationService.ts; Updatedservices/geminiService.ts.
Full Changelog: v3.7.3...v3.7.4
MOKE Vision One v3.7.3
What's Changed
- Initial tagged release.
Included changes
- feat: migrate desktop packaging to tauri 2
Changed files
- .github/workflows: Added
.github/workflows/tauri-release-artifacts.yml. - repo root: Updated
.gitignore,.npmrc,ELECTRON_BUILD.md,index.tsx, and 2 more. - scripts: Added
scripts/package-tauri-release.mjs; Removedscripts/release-pack.sh. - services: Added
services/desktopCompat.ts. - src-tauri: Added
src-tauri/build.rs,src-tauri/capabilities/default.json,src-tauri/Cargo.lock,src-tauri/Cargo.toml, and 5 more.