Skip to content

Releases: laurensent/InstantLingua

v1.0.1

12 Dec 16:45
3b1ec7e

Choose a tag to compare

Features:

  • Add Dialog Window output mode with floating panel display 🎉
    • Floating panel appears near cursor
    • Bilingual view with language detection labels
    • Text-to-speech for original and translation
    • Quick copy buttons for each section
    • Click outside or press Esc to close, Return to confirm, Cmd+C to copy translation
  • Add Dev version with custom API endpoint and model ID support

v0.9.2

11 Dec 03:09
4e69739

Choose a tag to compare

Features:

  • Refresh all models with the latest updates
  • Add Ollama local LLM support
  • Add support for 14 new languages
  • Add Summarize and Custom Prompt tasks
  • Add Paste Mode
  • Add Bilingual Comparison (see README for details)

Optimizations:

  • Add dynamic max_tokens based on task type
  • Add auto-retry mechanism (15s first, 30s on retry)
  • Settings UI improvements