Skip to content

Commit

Permalink
Handles Ollama servers using default ports (80 or 443)
Browse files Browse the repository at this point in the history
  • Loading branch information
dezoito committed Sep 16, 2024
1 parent 390a53b commit dc9e4fe
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@

All notable changes to this project will be documented in this file.

## [Version 0.5.3] - 2024-09-16

### Fixes

- Handles Ollama servers using default ports (80 or 443)

## [Version 0.5.2] - 2024-09-15

### Added

[ok] - Adds custom application icon
- Adds custom application icon

### Fixes

[ok] - Handles Ollama version info not being correctly returned by the server
- Handles Ollama version info not being correctly returned by the server

## [Version 0.5.1] - 2024-07-10

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ollama-grid-search",
"private": true,
"version": "0.5.2",
"version": "0.5.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grid-search-desktop"
version = "0.5.2"
version = "0.5.3"
description = "A Tauri App to perform Grid Search and A/B testing experiments on LLMs"
authors = ["dezoito"]
license = "Whatever is in the repo"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "ollama-grid-search",
"version": "0.5.2"
"version": "0.5.3"
},
"tauri": {
"allowlist": {
Expand Down
3 changes: 3 additions & 0 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ https://github.com/tauri-apps/plugins-workspace/tree/v1/plugins/single-instance
[ok] - Adds custom application icon
[ok] - Handles Ollama version info not being correctly returned by the server

--- v0.5.3
[ok] - Handles Ollama servers using default ports (80 or 443)


---

Expand Down

0 comments on commit dc9e4fe

Please sign in to comment.