Prepared release v0.9.48 (#500)

This commit is contained in:
Peer Schütt 2025-06-10 15:40:25 +02:00 committed by GitHub
parent 793a9cae0a
commit 7c4ddf1164
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 (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"),
new (220, "v0.9.45, build 220 (2025-05-25 13:56 UTC)", "v0.9.45.md"),

View File

@ -1,4 +1,4 @@
# v0.9.48, build 223 (2025-06-xx xx:xx UTC)
# v0.9.48, build 223 (2025-06-10 13:15 UTC)
- Improved German translation.
- Improved the confirmation dialog for longer texts.
- Improved how configurations are applied in organizations and made the process more robust.

View File

@ -0,0 +1 @@
# v0.9.49, build 224 (2025-06-xx xx:xx UTC)

View File

@ -1,11 +1,11 @@
0.9.47
2025-06-02 18:25:21 UTC
222
0.9.48
2025-06-10 13:15:29 UTC
223
9.0.106 (commit 8cdf6f0897)
9.0.5 (commit e36e4d1a8f)
1.87.0 (commit 17067e9ac)
8.6.0
1.8.1
510e83c89b3, release
osx-arm64
793a9cae0ac, release
win-x64
137.0.7123.0

2
runtime/Cargo.lock generated
View File

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

View File

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

View File

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