Skip to content

Commit 0125f48

Browse files
Prepared release v0.9.33 (#324)
1 parent 94028b2 commit 0125f48

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

app/MindWork AI Studio/Components/Changelog.Logs.cs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public readonly record struct Log(int Build, string Display, string Filename)
1313

1414
public static readonly Log[] LOGS =
1515
[
16+
new (208, "v0.9.33, build 208 (2025-03-11 08:14 UTC)", "v0.9.33.md"),
1617
new (207, "v0.9.32, build 207 (2025-03-08 20:15 UTC)", "v0.9.32.md"),
1718
new (206, "v0.9.31, build 206 (2025-03-03 15:33 UTC)", "v0.9.31.md"),
1819
new (205, "v0.9.30, build 205 (2025-02-24 19:55 UTC)", "v0.9.30.md"),
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# v0.9.33, build 208 (2025-03-11 08:xx UTC)
2-
- Fixed a bug where the authentication methods for added ERI servers were not applied correctly.
1+
# v0.9.33, build 208 (2025-03-11 08:14 UTC)
2+
- Fixed a bug where the authentication methods for added ERI servers were not applied correctly. Thanks Kerstin `KeSah001` for reporting this issue.

metadata.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.9.32
2-
2025-03-08 20:15:02 UTC
3-
207
1+
0.9.33
2+
2025-03-11 08:14:02 UTC
3+
208
44
8.0.113 (commit 8f216348dc)
55
8.0.13 (commit eba546b0f0)
66
1.85.0 (commit 4d91de4e4)
77
7.16.0
88
1.8.1
9-
5a726577ca2, release
9+
94028b2c061, release

runtime/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mindwork-ai-studio"
3-
version = "0.9.32"
3+
version = "0.9.33"
44
edition = "2021"
55
description = "MindWork AI Studio"
66
authors = ["Thorsten Sommer"]

runtime/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"package": {
88
"productName": "MindWork AI Studio",
9-
"version": "0.9.32"
9+
"version": "0.9.33"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)