Prepared release v0.9.49

This commit is contained in:
Thorsten Sommer 2025-07-02 14:14:52 +02:00
parent be27fd84b8
commit 804cd7ba05
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 (224, "v0.9.49, build 224 (2025-07-02 12:12 UTC)", "v0.9.49.md"),
new (223, "v0.9.48, build 223 (2025-06-10 13:15 UTC)", "v0.9.48.md"),
new (222, "v0.9.47, build 222 (2025-06-02 18:25 UTC)", "v0.9.47.md"),
new (221, "v0.9.46, build 221 (2025-06-01 19:19 UTC)", "v0.9.46.md"),

View File

@ -1,4 +1,4 @@
# v0.9.49, build 224 (2025-06-xx xx:xx UTC)
# v0.9.49, build 224 (2025-07-02 12:12 UTC)
- Added a library by Nils Kruthoff (`nilskruthoff`) that allows AI Studio to read PowerPoint files. Thanks, Nils, for that great contribution.
- 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.
- Improved the loading of some components that require data fetching, resulting in a more responsive UI.

View File

@ -0,0 +1 @@
# v0.9.50, build 225 (2025-07-xx xx:xx UTC)

View File

@ -1,11 +1,11 @@
0.9.48
2025-06-11 08:14:42 UTC
223
0.9.49
2025-07-02 12:12:12 UTC
224
9.0.107 (commit ef50dc9d27)
9.0.6 (commit 3875b54e7b)
1.88.0 (commit 6b00bc388)
8.8.0
8.9.0
1.8.1
2616101607a, release
be27fd84b82, release
osx-arm64
137.0.7215.0

2
runtime/Cargo.lock generated
View File

@ -2599,7 +2599,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.9.48"
version = "0.9.49"
dependencies = [
"aes",
"arboard",

View File

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

View File

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