Skip to content

Commit 9c52812

Browse files
Prepared release v0.9.49 (#520)
1 parent be27fd8 commit 9c52812

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

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

Lines changed: 1 addition & 0 deletions
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 (224, "v0.9.49, build 224 (2025-07-02 12:12 UTC)", "v0.9.49.md"),
1617
new (223, "v0.9.48, build 223 (2025-06-10 13:15 UTC)", "v0.9.48.md"),
1718
new (222, "v0.9.47, build 222 (2025-06-02 18:25 UTC)", "v0.9.47.md"),
1819
new (221, "v0.9.46, build 221 (2025-06-01 19:19 UTC)", "v0.9.46.md"),

app/MindWork AI Studio/wwwroot/changelog/v0.9.49.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.49, build 224 (2025-06-xx xx:xx UTC)
1+
# v0.9.49, build 224 (2025-07-02 12:12 UTC)
22
- Added a library by Nils Kruthoff (`nilskruthoff`) that allows AI Studio to read PowerPoint files. Thanks, Nils, for that great contribution.
33
- Added support for loading arbitrary document data into some assistants. This functionality replaces the previous PDF reading function and was contributed by Nils as well.
44
- Improved the loading of some components that require data fetching, resulting in a more responsive UI.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# v0.9.50, build 225 (2025-07-xx xx:xx UTC)

metadata.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
0.9.48
2-
2025-06-11 08:14:42 UTC
3-
223
1+
0.9.49
2+
2025-07-02 12:12:12 UTC
3+
224
44
9.0.107 (commit ef50dc9d27)
55
9.0.6 (commit 3875b54e7b)
66
1.88.0 (commit 6b00bc388)
7-
8.8.0
7+
8.9.0
88
1.8.1
9-
2616101607a, release
9+
be27fd84b82, release
1010
osx-arm64
1111
137.0.7215.0

runtime/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mindwork-ai-studio"
3-
version = "0.9.48"
3+
version = "0.9.49"
44
edition = "2021"
55
description = "MindWork AI Studio"
66
authors = ["Thorsten Sommer"]

runtime/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"package": {
88
"productName": "MindWork AI Studio",
9-
"version": "0.9.48"
9+
"version": "0.9.49"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)