Skip to content

Releases: Renset/macai

v2.1.1

08 Jul 20:35
Compare
Choose a tag to compare

v2.1.1

Improvement

  • Better Markdown support (for headers and quotes)

v2.1.0

07 Apr 23:17
Compare
Choose a tag to compare

Features

  • ⚡️ Finally added support for uploading images (OpenAI and Google Gemini services are supported)
  • Performance improvements

Fixes

  • Fixed handling of really, really large messages (thousands lines)
  • Fixed bug with disappearing text selection on moving cursor out of message bubble

v2.0.11

04 Mar 20:53
Compare
Choose a tag to compare

Improvements

  • ⚡️ Add ability to pin chats
  • ⚡️ Add support for OpenRouter API service with hundreds of models, including many free models such as deepseek-r1 and gemini-2.0-flash-thinking-exp!
  • In API service settings, models are sorted alphabetically now

v2.0.10

03 Mar 22:17
Compare
Choose a tag to compare

Improvements

  • ⚡️ Add support for Deepseek API service

v2.0.9

16 Feb 23:22
Compare
Choose a tag to compare

Improvements

  • ⚡️ Faster chat opening (also removed scrolling animation)
  • ⚡️ Improved chat list performance
  • Auto-scrolling during message stream
  • Better fonts for code blocks (Fira Code with nice ligatures is now used by default)

Fixes

  • Fix support for OpenAI's o3 models

v2.0.8

08 Feb 17:30
Compare
Choose a tag to compare

Improvements

  • ⚡️ Allow to change font size and theme in Settings:

Fixes

  • Don't change AI Assistant in non-empty chats when changing API Service
  • Fix custom model control in API service settings

v2.0.7

07 Feb 20:47
Compare
Choose a tag to compare

Improvements

  • ⚡️ Add Retry button for last message
  • Fetch supported models list for API services: OpenAI, Claude, xAI, Google Gemini
  • Update hardcoded models list for Perplexity
  • Rename "Thinking process" into "Reasoning"

v2.0.6

02 Feb 23:32
Compare
Choose a tag to compare

Improvements

  • Force check for new updates on app launch (if enabled). Add setting for automatic update checks
  • UI polishing of settings
  • Allow changing the AI Assistant ordering via drag-n-drop in settings
  • Add button to duplicate API service

v2.0.5

27 Jan 00:27
Compare
Choose a tag to compare

This version contains important UI changes. Hope you like it! Also, some shortcuts were changed.

Improvements

  • Updated UI:
    CleanShot 2025-01-27 at 01 03 55@2x

  • ⚠️ New shorcuts: ⌘ + N to create new chat, ⌘ + S to toggle sidebar, ⌘ + ⌥ + N to create new window

Fixes

  • Fixed bug, when app crashed on sending message without selected API Service

v2.0.4

25 Jan 00:17
Compare
Choose a tag to compare

This version includes 3 small changes:

  • Better support for Deepseek-r1 models hosted by Ollama (fixed chat name generation, and implemented simple thinking UI)
  • Improvements for automatic updates
  • Small padding fix for search field