Skip to content

Releases: Renset/macai

v1.5.4

27 Jul 23:39
Compare
Choose a tag to compare

Changes in 1.5.4

  • [New] Add models gpt-4o-mini (it's really fast!) and llama3.1 to the list of models in Preferences window. Remember, that you can also use a custom model name anytime.

v1.5.2

05 Jul 20:50
Compare
Choose a tag to compare

Changes in 1.5.2

  • [Improvement] Improved input control and chat UI. No more bright colors in chat. Tighter design and improved readability.

v1.5.1

30 Jun 20:20
Compare
Choose a tag to compare

Changes in 1.5.1

  • [Improvement] Improve input control and UI. Now the height is calculated on actual content size without approximations

v1.5.0

24 Jun 23:48
Compare
Choose a tag to compare

Changes in 1.5.0

  • [Feature] Parse & display equations1
  • [Improvement] Improve performance, especially for chats with large messages2
  • [Fix] Fix copy table as JSON feature
  • [Fix] Show copy button on code blocks without provided language
  • [Info] Add information about 3rd-party dependencies in About window
1Inline equations are not yet supported.
2SwiftUI's Text() component is incredibly slow when rendering large strings. To improve performance, NSAttributedString along with fine AttributedText is used to render large chunks of text (more than 1000 symbols)

CleanShot 2024-06-24 at 22 29 03@2x

v1.4.4

08 Jun 11:52
Compare
Choose a tag to compare

Changes in 1.4.4

  • [Fix] Fixed bug when chat model is ignored (favoring New Chat settings)
  • [Fix] Fixed bug when code couldn't be displayed (if code block is added to numbered list)
  • [Improvement] Improve code block layout
  • [Improvement] Add copy button for code blocks

v1.4.3

22 May 23:42
Compare
Choose a tag to compare

Changes in 1.4.3

  • [IMPORTANT] [Fix] This update is recommended for installation. It resolves the issue when request body can be incomplete if streaming response is ON which led to a poorer quality of responses

v1.4.2

22 May 00:40
Compare
Choose a tag to compare

Changes in 1.4.2

  • [Improvement] Use GPT-4o as the initial default model (for new users)
  • [Improvement] Cleaner UI for chat parameters
  • [Improvement] Unified Settings view (the Settings view is now consistent whether opened from the App menu or within the app itself)
  • [Change] Use system accent color

v1.4.1

22 Apr 14:05
Compare
Choose a tag to compare

Changes in 1.4.1

  • [Feature] Added support for Ollama API

    Now macai can run with Open-source Ollama back-end (llama, mistral and other models). No ChatGPT key is needed! See README for detailed instructions

  • [Improvement] Chat names now will be generated using the selected model

v1.4.0

21 Apr 22:29
Compare
Choose a tag to compare

Changes in 1.4.0

  • [Feature] Added support for stream responses 🎉

    Finally, I was able to implement this feature using a native Swift method. It is enabled by default, but you can easily revert this change in the Settings window if you encounter any issues:

  • [Improvement] Added gpt-4-turbo model to the list of available models
  • [Fix] Fixed a bug where ChatGPT might respond with a generated chat name instead of the intended reply

v1.3.2

07 Mar 23:55
Compare
Choose a tag to compare

Changes in 1.3.2

  • Fix bug when auto-update feature may trigger macOS Sonoma warning window (remove SUEnableDownloaderService key from Info.plist)