Releases: 001453/newtranslate
Releases · 001453/newtranslate
GlobalBridge AI v0.1.7
Added
- Bundled Python in Windows installer — no python.org step for end users
- First-run auto setup + start services from desktop wizard
- docs/MOBILE.md — Android/iOS feasibility notes
Changed
- USER_INSTALL, site, and release notes updated for one-click Windows flow
Downloads
- Windows:
GlobalBridge-AI-*-setup.exe(installer) orGlobalBridge-AI-*-portable.exe - Chrome extension:
GlobalBridge-Extension-*.zip→ Web Store guide - Requires no separate Python install on Windows — first run setup runs automatically (~5–15 min).
GlobalBridge AI v0.1.6
Changed
- Desktop package version aligned to 0.1.5 — installer artifacts named
GlobalBridge-AI-0.1.5-setup.exe/-portable.exe - Site and docs updated with direct download links to latest release
Downloads
- Windows:
GlobalBridge-AI-*-setup.exe(installer) orGlobalBridge-AI-*-portable.exe - Chrome extension:
GlobalBridge-Extension-*.zip→ Web Store guide - Requires Python 3.11+ — run First-time setup from the tray app after install.
GlobalBridge AI v0.1.5
Fixed
- Windows release CI — NSIS installer uses
.ico(not.png); skip code signing; exclude nested.exefrom bundle - Packaged desktop starts Next.js without requiring system
npmon PATH
Downloads
- Windows:
GlobalBridge-AI-*-setup.exe(installer) or portable.exe - Chrome extension:
GlobalBridge-Extension-*.zip→ Web Store guide - Requires Python 3.11+ — run First-time setup from the tray app after install.
GlobalBridge AI v0.1.1
GlobalBridge AI v0.1.0
First public MVP release — sovereign local translation bridge with QVAC + Keet integration.
Added
- Live captions — tab audio capture → Faster-Whisper STT → QVAC translation → WebSocket subtitles
- Whisper dictation — local STT via
POST /api/v1/transcribe(PCM int16 @ 16 kHz) - Keet meeting bridge —
/meetingwith bilingual subtitles and auto-export (TXT / JSON / SRT) - QVAC integration —
@qvac/sdksidecar on port 8765 for on-device NMT + LLM - Document translation — PDF and DOCX routes with upload validation
- Glossary & history — local SQLite storage
- Sovereign Mode — zero cloud egress when
LOCAL_PROCESSING_ONLY=true - Security hardening — API binds to
127.0.0.1, optionalAPI_KEY, PDF upload limits - Dev tooling —
npm run setup,npm run dev,npm run dev:stop - Documentation — English README,
docs/GRANT.md,docs/SECURITY.md,docs/ROADMAP.md - CI — GitHub Actions: frontend lint/test/build, backend pytest, i18n parity check
Changed
- Dictation moved from browser Web Speech API to local Whisper
- Live pipeline uses async audio queue (non-blocking WebSocket)
Security
- PDF batch extension whitelist, 50 MB size cap, max 10 files per batch
- Dependency CVE patches (FastAPI, Starlette, Pillow, requests, python-multipart)