Skip to content

SnapTranslate v1.2.7

Choose a tag to compare

@github-actions github-actions released this 20 Jul 13:05

New Features

  • Multi-API Provider Support: Added support for Anthropic (Claude) and Google Gemini. You can now select between OpenAI / Anthropic / Gemini in the settings page.
  • Auto-save in Settings: Changes to toggles, selectors, input fields, etc. are saved automatically—no need to manually click a save button.

Improvements

  • Default prompts and test code have been fully switched to English for better compatibility.
  • Explicitly disabled the thinking parameter for all AI providers to prevent unnecessary chain-of-thought output.
  • NSIS installer: Fixed the duplicate installation page issue in non-Wix mode.

Downloads

Platform File
Windows SnapTranslate_1.2.7_x64-setup.exe
macOS SnapTranslate_1.2.7_x64.dmg
Linux SnapTranslate_1.2.7_amd64.AppImage

⚠️ System Requirements:

  • Windows: Windows 10 (1803+) with WebView2 (built-in).
  • macOS: macOS 12+ with WebKit (built-in), and Tesseract plus language packs must be installed via Homebrew:
    brew install tesseract tesseract-lang
  • Linux: Supports X11/Wayland, requires WebKitGTK, and Tesseract OCR engine with corresponding language packs:
    • Ubuntu / Debian:
      sudo apt update
      sudo apt install tesseract-ocr tesseract-ocr-chi-sim tesseract-ocr-eng tesseract-ocr-jpn
    • Arch Linux:
      sudo pacman -S tesseract tesseract-data-chi_sim tesseract-data-eng tesseract-data-jpn