Skip to content

Commit 3790863

Browse files
committed
Version 1.1
1 parent feb8f60 commit 3790863

File tree

6 files changed

+34
-5
lines changed

6 files changed

+34
-5
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
## Version 1.1 (2023-12-30)
3+
Happy New Year!
4+
New version of Ollama Swift is here. Major contribution by @HiRoS-neko
5+
### New
6+
1. Now using "Chat" option from Ollama.ai. Now the chat understands previous messages when answering the questions.
7+
8+
### Improved
9+
1. Changed chat bubbles to rounded rectangles
10+
2. Changed colors to fit iMessage experience more
11+
3. Now the status and the model selection is in the toolbar at the top of the window
12+
4. Changed server status to green circle or red triangle
13+
5. Changed markdown to highlight code blocks for better visuals.
14+
15+
## Version 1.0 Initial Release
16+
1. Chatting with local Large Language Models.
17+
2. Ability to change model mid conversation.
18+
3. Restart Conversation at anytime.
19+
4. New Tabs for different conversations.
20+
5. Ability to download models using the GUI (Check https://ollama.ai/library for list of model names to download)
21+
6. Ability to delete models
22+
7. Ability to duplicate models
23+
8. Light and Dark Mode
24+
9. Localizable interface. Currently Localized in: English and Arabic

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ A user-friendly interface for [Ollama AI](https://ollama.ai) created in Swift. T
1010

1111
## Table of Content
1212
1. [Introduction](#introduction)
13-
2. [Features](#features)
14-
3. [Getting Started](#getting-started)
15-
4. [Frequently Asked Questions](#frequently-asked-questions)
16-
5. [Dark Mode showcase](#dark-mode-also-available)
17-
6. [Feedback and Contributions](#feedback-and-contributions)
13+
2. [Changelog](CHANGELOG.md)
14+
3. [Features](#features)
15+
4. [Getting Started](#getting-started)
16+
5. [Frequently Asked Questions](#frequently-asked-questions)
17+
6. [Dark Mode showcase](#dark-mode-also-available)
18+
7. [Feedback and Contributions](#feedback-and-contributions)
19+
8. [Contribution Hall of Fame](#contributors-hall-of-fame)
1820

1921
## Introduction
2022
A user-friendly interface for [Ollama AI](https://ollama.ai) created in Swift. This application is not directly affiliated with Ollama.ai. It allows you to chat seamlessly with Large Language models downloaded to your mac.
@@ -79,3 +81,6 @@ A user-friendly interface for [Ollama AI](https://ollama.ai) created in Swift. T
7981
## Feedback and Contributions:
8082
For bugs and feedback, please create a new issue or email bugs@kghandour.com
8183
Feel free to contribute by creating a Pull request and the best effort will be done to review and merge.
84+
85+
## Contributors Hall of Fame:
86+
@HiRoS-neko

assets/images/DarkMode1.png

-71 KB
Loading

assets/images/DarkMode2.png

-23.4 KB
Loading

assets/images/LightMode1.png

-85.1 KB
Loading

assets/images/LightMode2.png

-19.3 KB
Loading

0 commit comments

Comments
 (0)