Skip to content

Release 1.0.8

Choose a tag to compare

@github-actions github-actions released this 07 Feb 20:46
· 18 commits to main since this release

VARS v1.0.8 Release Notes

🚀 New Features

✨ Smart Prompt Optimizer

You can now optimize System Prompts with a single click!

  • Optimize Button: Uses AI to automatically rewrite and structure your prompt for better results.
  • Revert Mode: Instantly revert to the original prompt if you prefer the previous version.
  • Multi-language Support: Automatically detects and maintains your prompt's language (EN/PT/ES).

🛠️ Engineering & Performance

  • AI Engine Modularization: Complete refactoring of Google and OpenAI providers into smaller, more maintainable modules.
  • Optimized IPC Handlers: Main/Renderer communication has been split into specific modules (ai, audio, config, etc.), improving organization and stability.
  • CSS Performance: Revised animations and transitions to reduce background CPU/GPU usage.

🐛 Bug Fixes

  • Fixed a startup crash caused by ESM module imports (uuid) during build.
  • Fixed layout issues in the System Prompt textarea.

Download e Instalação

Windows

⚠️ Nota: O Windows Defender pode exibir um aviso de segurança. Isso ocorre porque usamos um certificado de software livre autoassinado (que ainda não tem reputação global na Microsoft), mas garante que o arquivo é original e não foi alterado.

Para instalar:

  1. Baixe o arquivo .exe
  2. Se aparecer "Windows protegeu seu PC", clique em "Mais informações" → "Executar assim mesmo"

macOS

⚠️ Nota: Como o app não está notarizado pela Apple (requer licença paga), o macOS pode dizer que o app "está danificado".

Para instalar no macOS:

  1. Baixe o arquivo .dmg (arm64 para M1/M2/M3 ou x64 para Intel)
  2. Monte o DMG e arraste o app para a pasta Aplicativos
  3. IMPORTANTE: Antes de abrir, vá em Preferências do Sistema → Segurança e Privacidade → Geral e clique em "Abrir mesmo assim" para permitir que o app seja executado.
  4. Abra o aplicativo normalmente

Linux

  1. Baixe o arquivo .AppImage
  2. Torne-o executável: chmod +x VARS-*.AppImage
  3. Execute: ./VARS-*.AppImage

Full Changelog: v1.0.7...v1.0.8