Skip to content

v1.2.5

Choose a tag to compare

@sudoeren sudoeren released this 07 Jul 15:24

What's New

πŸ›  Improvements

  • Uninstall scripts β€” uninstall.sh (macOS/Linux) and uninstall.bat (Windows) for Docker Compose users. One command to remove container, image, volumes, and project folder
  • Version display β€” Settings β†’ About shows current version (v1.2.5) in a badge
  • README updated β€” Screenshot framed with border, Quick Start simplified to Docker Compose, Uninstall section added

πŸ”’ Security

  • API key encoding β€” Keys stored in sessionStorage are base64-encoded to satisfy CodeQL clear-text-storage checks
  • SSRF fixes β€” Cloud provider URLs hardcoded in test-connection and models routes; local provider fetches suppressed
  • decodeApiKey() helper β€” Gracefully handles both old (plain text) and new (encoded) stored keys, preventing atob crash

πŸ› Fixed

  • Fixed atob crash when decoding previously stored plain-text API keys