Skip to content

Releases: kghandour/Ollama-SwiftUI

v2.0.1

04 Aug 09:21
bfa725f
Compare
Choose a tag to compare

What's Changed

  • Add "Command + Return" shortcut to send a message
  • Add "Command + R" to refresh connection to server
  • Add PT-BR localization by @fearlipe in #43
  • 42 submit prompt with (command + enter) instead of clicking the send button by @kghandour in #45

Other changes

  • Bump swift-markdown-ui to version 2.3.1

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

18 Mar 15:54
9d1c5e1
Compare
Choose a tag to compare

v2.0.0 brings brand-new features and some bug fixes.

New

  1. Allow system prompt input for models that support it.
  2. Allow multimodal interaction with models such as Llava that support text + image input. You can ask questions about image context.
  3. Add multi-line prompt input. Now it is much clearer to write prompts with multiple lines - easier for debugging.
  4. Expandable view to add images or system prompts.

Fixes

  1. Focus automatically jumps back to input prompt after response.
  2. Scrolls automatically to the bottom of the chat.

Improvements

  1. Full code refactoring to follow MVC concepts.

New Contributors

  • @chryoung made their first contribution in #33
  • @Tooflex made their first contribution in #23 (Using their implementation of multi-line text prompt)

Full Changelog: v1.1.1...v2.0.0

v1.1.1

12 Jan 13:00
a9adf7a
Compare
Choose a tag to compare

1.1.1 brings some bug fixes and quality of life adjustments

New

  1. Added Request timeout option in the settings. #24 Some local environments might be too slow that the default 60 seconds
    timeout is not enough. Now you can adjust it in the settings.
  2. Added Resource timeout option in the settings. #24

Fixed

  1. Fixes #26 Opening the application without having any models downloaded does not result in a crash anymore.

Note: After downloading a model and going back to the chat view, press on the refresh button (Top right corner).

Improved

  1. After downloading a model it forces a refresh.
  2. Better errors visualization especially in the manage models view.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

30 Dec 22:31
Compare
Choose a tag to compare

What's Changed

New

  1. Now using "Chat" option from Ollama.ai. Now the chat understands previous messages when answering the questions.
  2. App is verified by Apple. No more pop ups when opening the app.

Improved

  1. Changed chat bubbles to rounded rectangles
  2. Changed colors to fit iMessage experience more
  3. Now the status and the model selection is in the toolbar at the top of the window
  4. Changed server status to green circle or red triangle
  5. Changed markdown to highlight code blocks for better visuals.

New Contributors

Full Changelog:
https://github.com/kghandour/Ollama-SwiftUI/blob/main/CHANGELOG.md
v1.0.0...v1.1.0

v1.0.0

15 Oct 11:26
0d86ce9
Compare
Choose a tag to compare

This is the initial stable release. All feedback is welcome

What's Changed

UI Improvements include:

  1. Better Manage models window
  2. Better user experience to know how to download the first model
  3. Modifications to AppIcon and designs

Full Changelog: v1.0.0-beta...v1.0.0

v1.0.0-beta

14 Oct 21:23
Compare
Choose a tag to compare

Release Notes

  1. Chatting with local Large Language Models.
  2. Ability to change model mid conversation.
  3. Restart Conversation at anytime.
  4. New Tabs for different conversations.
  5. Ability to download models using the GUI (Check https://ollama.ai/library for list of model names to download)
  6. Ability to delete models
  7. Ability to duplicate models
  8. Light and Dark Mode
  9. Localizable interface. Currently Localized in: English and Arabic

Full Changelog: https://github.com/kghandour/Ollama-SwiftUI/commits/v1.0.0-beta