Prepared release v0.10.0

This commit is contained in:
Thorsten Sommer 2025-12-31 15:06:11 +01:00
parent 783782bad9
commit 0d7b2b6056
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
7 changed files with 11 additions and 9 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (230, "v0.10.0, build 230 (2025-12-31 14:04 UTC)", "v0.10.0.md"),
new (229, "v0.9.54, build 229 (2025-11-24 18:28 UTC)", "v0.9.54.md"),
new (228, "v0.9.53, build 228 (2025-11-14 13:14 UTC)", "v0.9.53.md"),
new (227, "v0.9.52, build 227 (2025-10-24 06:00 UTC)", "v0.9.52.md"),

View File

@ -1,4 +1,4 @@
# v0.9.55, build 230 (2025-12-xx xx:xx UTC)
# v0.10.0, build 230 (2025-12-31 14:04 UTC)
- Added support for newer Mistral models (Mistral 3, Voxtral, and Magistral).
- Added support for the new OpenAI model GPT 5.2.
- Added support for OpenRouter as LLM and embedding provider.

View File

@ -0,0 +1 @@
# v0.10.1, build 231 (2026-01-xx xx:xx UTC)

View File

@ -1,11 +1,11 @@
0.9.54
2025-11-24 18:28:32 UTC
229
0.10.0
2025-12-31 14:04:01 UTC
230
9.0.112 (commit 49aa03442a)
9.0.11 (commit fa7cdded37)
1.92.0 (commit ded5c06cf)
8.15.0
1.8.1
009bb33d839, release
783782bad99, release
osx-arm64
137.0.7215.0
137.0.7215.0

2
runtime/Cargo.lock generated
View File

@ -2741,7 +2741,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.9.54"
version = "0.10.0"
dependencies = [
"aes",
"arboard",

View File

@ -1,6 +1,6 @@
[package]
name = "mindwork-ai-studio"
version = "0.9.54"
version = "0.10.0"
edition = "2021"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]

View File

@ -6,7 +6,7 @@
},
"package": {
"productName": "MindWork AI Studio",
"version": "0.9.54"
"version": "0.10.0"
},
"tauri": {
"allowlist": {