Skip to content

SnapTranslate v1.2.8

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jul 15:03

SnapTranslate v1.2.8

Release Notes

App Icon Update

  • Replaced app icon resources for all platforms (Windows/macOS/Linux) and resolutions to ensure a unified icon display across all devices.

Downloads

Please download the appropriate package for your operating system:

  • Windows: SnapTranslate_1.2.8_x64-setup.exe
  • macOS: SnapTranslate_1.2.8_x64.dmg
  • Linux: SnapTranslate_1.2.8_x86_64.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