Skip to content

Changelog

CueMate version update history.

1. Version History

Version List:

VersionRelease DateTypeMajor UpdatesDownload Link
v0.2.02026-01-31Feature UpdateWindows release, Online/Offline packages, Server deployment mode, Multi-language supportGitHub Release Page
v0.1.12025-12-26Feature UpdateOnline/Offline packages, Server deployment mode, Multi-language supportGitHub Release Page
v0.1.02025-12-10Initial ReleaseCore features releasedGitHub Release Page

Choose Installation Package Type:

  • Online Package: Fast download, requires network to pull Docker images and speech models during installation
  • Offline Package: Large size, ready to use without network

macOS Download

Online Package Download:

  1. Visit GitHub Release Page
  2. Based on your chip type, download the corresponding online installer:
    • Apple Silicon (M1/M2/M3): CueMate-vX.X.X-macos-arm64-online.dmg
    • Intel Chip: CueMate-vX.X.X-macos-x64-online.dmg
  3. After download, double-click the .dmg file to start installation

Offline Package Download:

  1. Visit GitHub Release Page
  2. Based on your chip type, download all volume files:
    • 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
  3. Place all volume files in the same directory
  4. Open Terminal and run the following command to merge the volumes:
bash
cat CueMate-vX.X.X-macos-arm64-offline.dmg.part* > CueMate-vX.X.X-macos-arm64-offline.dmg
  1. After merging, double-click the .dmg file to start installation

Windows Download

Online Package Download:

  1. Visit GitHub Release Page
  2. Download Windows x64 online installer: CueMate-vX.X.X-windows-x64-online.exe
  3. After download, double-click the .exe file to start installation

Offline Package Download:

  1. Visit GitHub Release Page
  2. Download all Windows x64 offline installer volume files: CueMate-vX.X.X-windows-x64-offline.part*.exe
  3. Place all volume files in the same directory
  4. Double-click the first volume file (.part1.exe), the extractor will automatically merge all volumes
  5. After extraction, double-click the .exe file to start installation

Advantages: Global CDN acceleration, clear version management, supports checksum verification

2. Latest Version

v0.2.0 (2026-01-31)

New Features:

  1. feat(installer): New Windows installation packages with online/offline types, supporting AMD64 and ARM64 architectures
  2. feat(installer): Automatic detection and installation of required runtime environment during Windows installation
  3. feat(desktop): New Windows desktop client with full support for voice synthesis, system audio capture, screenshot detection
  4. feat(desktop): Windows tray menu adds theme settings with light/dark/system modes
  5. feat(desktop): New interview stage timing analysis with visualization support
  6. feat(web): New forgot password feature with username verification and password reset
  7. feat(desktop): Voice Q&A history page supports auto-refresh for real-time sync
  8. feat(desktop): Server deployment mode supports online version upgrade
  9. feat(web): Job list, question list, and interview records pages add refresh buttons

Improvements:

  1. refactor(desktop): Optimized interview training flow for faster response phase entry
  2. refactor(desktop): Interview training and mock interview settings saved independently
  3. refactor(desktop): Optimized cross-platform path management with unified configuration
  4. refactor(desktop): Optimized audio module startup speed
  5. refactor(i18n): Optimized multilingual translation structure
  6. refactor(web-api): Optimized interview record query performance
  7. refactor(desktop): Unified voice recognition parameter configuration
  8. refactor(desktop): Optimized data saving during interviews
  9. refactor(desktop): Optimized window size adaptation

Bug Fixes:

  1. fix(desktop): Fixed interview report not using user-selected model
  2. fix(desktop): Fixed speaker recognition text accumulation in interview training
  3. fix(desktop): Fixed duplicate voice recognition results display
  4. fix(desktop): Fixed model selection cross-window sync issue
  5. fix(desktop): Fixed interview mode selection state sync issue
  6. fix(desktop): Fixed voice recognition unresponsive after microphone switch
  7. fix(desktop): Fixed voice synthesis error during interview pause
  8. fix(desktop): Fixed last audio segment loss in speaker recognition
  9. fix(web): Fixed login status check exception
  10. fix(docker): Optimized mirror source configuration

View Details

v0.1.1 (2025-12-26)

New Features:

  1. feat(installer): Support online/offline installation packages, online package ~670MB requires network to pull images, offline package ~4.4GB ready to use
  2. feat(installer): New server deployment mode, deploy backend services to remote Linux server while running lightweight client locally
  3. feat(installer): Server configuration page for entering SSH connection info and testing connection to verify remote server environment
  4. feat(installer): Installation wizard multi-language support with Simplified Chinese, Traditional Chinese, and English language switching
  5. feat(desktop): Tray menu adds server configuration card to display and edit current server connection info and port configuration
  6. feat(desktop): SSH connection test function to verify remote server connection and detect Docker environment, disk space, etc.
  7. feat(desktop): Dynamic service URL, automatically switches between local or remote server API addresses based on deployment mode
  8. feat(web): Instant settings save, system preferences and floating window settings take effect immediately and sync to desktop client
  9. feat(web): Settings page adds server deployment configuration card showing current deployment mode and server information
  10. feat(i18n): Interview feature multi-language support, TTS, ASR, and interview analysis reports automatically switch based on language settings

Improvements:

  1. refactor(infra): Web service port changed from 80 to 3004, avoiding macOS low port permission issues
  2. refactor(i18n): Enhanced internationalization translations, settings menu and model configuration interfaces support multiple languages, language options display native names
  3. refactor(installer): Installation wizard step transitions add sliding animation effects, forward slides left, backward slides right, improving user experience
  4. 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
  5. 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
  6. refactor(build): Optimized offline installation package build process, removed redundant configuration files, compressed DMG offline package size

Bug Fixes:

  1. fix(desktop): Improved main window initialization error handling, fixing main window loading failures in some cases
  2. fix(installer): Fixed external path error caused by workspace symlinks during electron-builder packaging
  3. 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)
  4. 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
  5. fix(installer): Added FastEmbed embedding model support, offline package includes pre-trained model files
  6. fix(desktop): Get audio device list via renderer process, fixing ASR settings page device detection issue
  7. fix(web): Added initialization API request retry mechanism and HTTP environment clipboard fallback
  8. fix(infra): Lowered log levels for SSH, WebSocket, JWT and other non-critical errors to reduce log noise

View Details

v0.1.0 (2025-12-10)

CueMate's first official release.

New Features:

  1. feat(install): macOS DMG one-click installer with simple and convenient installation wizard for quick deployment
  2. feat(desktop): Desktop application with convenient UI for one-click service start/stop and quick interview launch
  3. feat(system): System settings and management including user accounts, voice configuration, language preferences, LLM models, and Prompt management
  4. feat(logs): Complete log management system with time and level filtering for desktop client and service runtime logs, operation logs, and container monitoring
  5. feat(llm): LLM model configuration supporting 24+ mainstream LLM providers with unified management and user-customizable model selection
  6. feat(job): Position management for creating interview positions with detailed JD descriptions, AI mock interviews generate questions and answers based on position
  7. feat(resume): Resume management with AI optimization, supporting multi-format resume upload and intelligent optimization suggestions
  8. feat(knowledge): Interview question bank and knowledge base management, synced to vector database for enhanced answer retrieval accuracy
  9. feat(interview): Interview modes supporting AI Mock Interview, LIVE Training, and Voice Q&A scenarios
  10. feat(voice): Real-time voice recognition with dual-channel separation technology to automatically distinguish and display interviewer and candidate speech
  11. feat(history): Interview records and review analysis for viewing complete conversation history and statistics

View Details

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 release
  • v0.2.0 - New features added on top of v0.1.0
  • v0.2.1 - Bug fixes for v0.2.0
  • v1.0.0 - Major version update with significant feature upgrades

4. Upgrade Guide

Automatic Updates

Desktop client supports automatic update detection:

  1. Open CueMate desktop application
  2. A prompt appears when new version is detected
  3. Click "Update Now" to automatically download and install
  4. Application restarts automatically after installation

See: Version Upgrade

5. Feedback Channels

Found an issue or have suggestions?

6. Future Plans

View our product roadmap: Roadmap

Tip: We recommend always using the latest stable version for the best experience and security.

Released under the GPL-3.0 License.