You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.3.59: detect updates from main, GUI upgrade button + open notification
- Update check now compares the installed version against main's version.go
(installs come from main, which is ahead of GitHub releases), so "update
available" is detected correctly instead of never.
- GUI shows a sidebar "Aggiorna Vortelio" button and a one-time toast on open
when a newer version is available (plus the existing topbar/settings entries).
- Advanced sidebar group: raise max-height so items aren't clipped.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: vortelio-pip/pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project]
6
6
name = "vortelio"
7
-
version = "0.3.58"
7
+
version = "0.3.59"
8
8
description = "Local-first AI platform. Run LLMs, generate images & video, transcribe audio, create 3D — on your own machine. OpenAI & Ollama API compatible. Apache 2.0."
0 commit comments