mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-27 15:39:47 +00:00
Prepared release v0.9.38 (#366)
This commit is contained in:
parent
c67f17cf41
commit
dd40ca3e5b
@ -13,6 +13,7 @@ public partial class Changelog
|
||||
|
||||
public static readonly Log[] LOGS =
|
||||
[
|
||||
new (213, "v0.9.38, build 213 (2025-03-17 17:07 UTC)", "v0.9.38.md"),
|
||||
new (212, "v0.9.37, build 212 (2025-03-16 20:32 UTC)", "v0.9.37.md"),
|
||||
new (211, "v0.9.36, build 211 (2025-03-15 10:42 UTC)", "v0.9.36.md"),
|
||||
new (210, "v0.9.35, build 210 (2025-03-13 08:44 UTC)", "v0.9.35.md"),
|
||||
|
@ -1,3 +1,3 @@
|
||||
# v0.9.38, build 213 (2025-03-xx xx:xx UTC)
|
||||
# v0.9.38, build 213 (2025-03-17 17:07 UTC)
|
||||
- Added the "stop generation" button to all assistants.
|
||||
- Updated the ERI v1 specification for the ERI server assistant & fixed spelling of the `UNKNOWN` role.
|
@ -1,9 +1,9 @@
|
||||
0.9.37
|
||||
2025-03-16 20:32:10 UTC
|
||||
212
|
||||
0.9.38
|
||||
2025-03-17 17:07:00 UTC
|
||||
213
|
||||
9.0.104 (commit 2750432faa)
|
||||
9.0.3 (commit 831d23e561)
|
||||
1.85.0 (commit 4d91de4e4)
|
||||
8.3.0
|
||||
1.8.1
|
||||
1ac125b7f5e, release
|
||||
c67f17cf41e, release
|
||||
|
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -2350,7 +2350,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
||||
|
||||
[[package]]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.9.37"
|
||||
version = "0.9.38"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"arboard",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.9.37"
|
||||
version = "0.9.38"
|
||||
edition = "2021"
|
||||
description = "MindWork AI Studio"
|
||||
authors = ["Thorsten Sommer"]
|
||||
|
@ -6,7 +6,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "MindWork AI Studio",
|
||||
"version": "0.9.37"
|
||||
"version": "0.9.38"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
Loading…
Reference in New Issue
Block a user