Changelog
CueMate version update history.
1. Version History
Version List:
| Version | Release Date | Type | Major Updates | Download Link |
|---|---|---|---|---|
| v0.1.1 | 2025-12-26 | Feature Update | Online/Offline packages, Server deployment mode, Multi-language support | GitHub Release Page |
| v0.1.0 | 2025-12-10 | Initial Release | Core features released | GitHub Release Page |
NOTE
Due to the large installation package size (about 5GB), exceeding GitHub's 2GB single file limit, it has been split into multiple volumes for upload.
Download Steps:
- Visit the GitHub Release Page
- Based on your chip type, download all volume files for your architecture:
- Apple Silicon (M1/M2/M3): Download all
CueMate-vX.X.X-macos-arm64-offline.dmg.part*files - Intel Chip: Download all
CueMate-vX.X.X-macos-x64-offline.dmg.part*files
- Apple Silicon (M1/M2/M3): Download all
- Place all volume files in the same directory
- Open Terminal and run the following command to merge the volumes:
bash
# Apple Silicon (ARM64) version
cat CueMate-v0.1.0-macos-arm64-offline.dmg.part* > CueMate-v0.1.0-macos-arm64-offline.dmg
# Intel (x64) version
cat CueMate-v0.1.0-macos-x64-offline.dmg.part* > CueMate-v0.1.0-macos-x64-offline.dmg- After merging, double-click the
.dmgfile to start installation
Advantages: Global CDN acceleration, clear version management, supports checksum verification
2. Latest Version
v0.1.1 (2025-12-26)
New Features:
- feat(installer): Support online/offline installation packages, online package ~600MB requires network to pull images, offline package ~5GB ready to use
- feat(installer): New server deployment mode, deploy backend services to remote Linux server while running lightweight client locally
- feat(installer): Server configuration page for entering SSH connection info and testing connection to verify remote server environment
- feat(installer): Installation wizard multi-language support with Simplified Chinese, Traditional Chinese, and English language switching
- feat(desktop): Tray menu adds server configuration card to display and edit current server connection info and port configuration
- feat(desktop): SSH connection test function to verify remote server connection and detect Docker environment, disk space, etc.
- feat(desktop): Dynamic service URL, automatically switches between local or remote server API addresses based on deployment mode
- feat(web): Instant settings save, system preferences and floating window settings take effect immediately and sync to desktop client
- feat(web): Settings page adds server deployment configuration card showing current deployment mode and server information
- feat(i18n): Interview feature multi-language support, TTS, ASR, and interview analysis reports automatically switch based on language settings
Improvements:
- refactor(infra): Web service port changed from 80 to 3004, avoiding macOS low port permission issues
- refactor(i18n): Enhanced internationalization translations, settings menu and model configuration interfaces support multiple languages, language options display native names
- refactor(installer): Installation wizard step transitions add sliding animation effects, forward slides left, backward slides right, improving user experience
- refactor(installer): New standalone client installation step page, separating image loading and desktop client installation to prevent users from closing wizard after image loading completes without installing client
- refactor(installer): FunASR speech model built into installation package, automatically extracted to mount directory during installation, solving the problem of insufficient server memory to download models
- refactor(build): Optimized offline installation package build process, removed redundant configuration files, compressed DMG offline package size
Bug Fixes:
- fix(desktop): Improved main window initialization error handling, fixing main window loading failures in some cases
- fix(installer): Fixed external path error caused by workspace symlinks during electron-builder packaging
- fix(installer): Fixed Docker check page only detecting without triggering installation, offline mode now supports one-click installation of built-in Docker (local installs macOS Docker Desktop, server mode installs Linux Docker)
- fix(installer): Fixed issue where returning via back button/left menu and re-entering would re-execute detection, added step cache mechanism to retain data and logs from all completed steps
- fix(installer): Added FastEmbed embedding model support, offline package includes pre-trained model files
- fix(desktop): Get audio device list via renderer process, fixing ASR settings page device detection issue
- fix(web): Added initialization API request retry mechanism and HTTP environment clipboard fallback
- fix(infra): Lowered log levels for SSH, WebSocket, JWT and other non-critical errors to reduce log noise
v0.1.0 (2025-12-10)
CueMate's first official release.
New Features:
- feat(install): macOS DMG one-click installer with simple and convenient installation wizard for quick deployment
- feat(desktop): Desktop application with convenient UI for one-click service start/stop and quick interview launch
- feat(system): System settings and management including user accounts, voice configuration, language preferences, LLM models, and Prompt management
- feat(logs): Complete log management system with time and level filtering for desktop client and service runtime logs, operation logs, and container monitoring
- feat(llm): LLM model configuration supporting 24+ mainstream LLM providers with unified management and user-customizable model selection
- feat(job): Position management for creating interview positions with detailed JD descriptions, AI mock interviews generate questions and answers based on position
- feat(resume): Resume management with AI optimization, supporting multi-format resume upload and intelligent optimization suggestions
- feat(knowledge): Interview question bank and knowledge base management, synced to vector database for enhanced answer retrieval accuracy
- feat(interview): Interview modes supporting AI Mock Interview, LIVE Training, and Voice Q&A scenarios
- feat(voice): Real-time voice recognition with dual-channel separation technology to automatically distinguish and display interviewer and candidate speech
- feat(history): Interview records and review analysis for viewing complete conversation history and statistics
3. Product Version Naming Convention
CueMate follows Semantic Versioning specification with format: vMAJOR.MINOR.PATCH
- Major Version (MAJOR): Significant feature updates or architecture changes
- Minor Version (MINOR): New features and feature improvements
- Patch Version (PATCH): Bug fixes and performance optimizations
Version Examples:
v0.1.0- First official releasev0.2.0- New features added on top of v0.1.0v0.2.1- Bug fixes for v0.2.0v1.0.0- Major version update with significant feature upgrades
4. Upgrade Guide
Automatic Updates
Desktop client supports automatic update detection:
- Open CueMate desktop application
- A prompt appears when new version is detected
- Click "Update Now" to automatically download and install
- Application restarts automatically after installation
See: Version Upgrade
5. Feedback Channels
Found an issue or have suggestions?
- GitHub Issues: Submit Bug
- Email: nuneatonhydroplane@gmail.com
- Community Discussion: GitHub Discussions
6. Future Plans
View our product roadmap: Roadmap
Tip: We recommend always using the latest stable version for the best experience and security.
