Prepared release v0.9.25 (#257)

This commit is contained in:
Thorsten Sommer 2025-01-04 19:38:06 +01:00 committed by GitHub
parent e4b1ea32fb
commit b9a65d9ca0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 9 additions and 8 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (200, "v0.9.25, build 200 (2025-01-04 18:33 UTC)", "v0.9.25.md"),
new (199, "v0.9.24, build 199 (2025-01-04 11:40 UTC)", "v0.9.24.md"),
new (198, "v0.9.23, build 198 (2025-01-02 19:39 UTC)", "v0.9.23.md"),
new (197, "v0.9.22, build 197 (2024-12-04 10:58 UTC)", "v0.9.22.md"),

View File

@ -1,4 +1,4 @@
# v0.9.25, build 200 (2025-01-xx xx:xx UTC)
# v0.9.25, build 200 (2025-01-04 18:33 UTC)
- Added xAI as a new provider. xAI provides their Grok models for generating content.
- Improved the stop generation button behavior to ensure that the AI stops generating content immediately (which will save compute time, energy and financial resources).
- Fixed the chat scrolling behavior after toggling the workspaces.

View File

@ -1,9 +1,9 @@
0.9.24
2025-01-04 11:40:00 UTC
199
0.9.25
2025-01-04 18:33:07 UTC
200
8.0.111 (commit f3835a7fb4)
8.0.11 (commit 9cb3b725e3)
1.83.0 (commit 90b35a623)
7.15.0
1.8.1
d6521850e95, release
e4b1ea32fb6, release

2
runtime/Cargo.lock generated
View File

@ -2319,7 +2319,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.9.24"
version = "0.9.25"
dependencies = [
"aes",
"arboard",

View File

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

View File

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