mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-04 06:22:57 +00:00
Prepared release v0.9.48 (#500)
This commit is contained in:
parent
793a9cae0a
commit
7c4ddf1164
@ -13,6 +13,7 @@ public partial class Changelog
|
|||||||
|
|
||||||
public static readonly Log[] LOGS =
|
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 (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 (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"),
|
new (220, "v0.9.45, build 220 (2025-05-25 13:56 UTC)", "v0.9.45.md"),
|
||||||
|
@ -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 German translation.
|
||||||
- Improved the confirmation dialog for longer texts.
|
- Improved the confirmation dialog for longer texts.
|
||||||
- Improved how configurations are applied in organizations and made the process more robust.
|
- Improved how configurations are applied in organizations and made the process more robust.
|
||||||
|
1
app/MindWork AI Studio/wwwroot/changelog/v0.9.49.md
Normal file
1
app/MindWork AI Studio/wwwroot/changelog/v0.9.49.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# v0.9.49, build 224 (2025-06-xx xx:xx UTC)
|
10
metadata.txt
10
metadata.txt
@ -1,11 +1,11 @@
|
|||||||
0.9.47
|
0.9.48
|
||||||
2025-06-02 18:25:21 UTC
|
2025-06-10 13:15:29 UTC
|
||||||
222
|
223
|
||||||
9.0.106 (commit 8cdf6f0897)
|
9.0.106 (commit 8cdf6f0897)
|
||||||
9.0.5 (commit e36e4d1a8f)
|
9.0.5 (commit e36e4d1a8f)
|
||||||
1.87.0 (commit 17067e9ac)
|
1.87.0 (commit 17067e9ac)
|
||||||
8.6.0
|
8.6.0
|
||||||
1.8.1
|
1.8.1
|
||||||
510e83c89b3, release
|
793a9cae0ac, release
|
||||||
osx-arm64
|
win-x64
|
||||||
137.0.7123.0
|
137.0.7123.0
|
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -2624,7 +2624,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mindwork-ai-studio"
|
name = "mindwork-ai-studio"
|
||||||
version = "0.9.47"
|
version = "0.9.48"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"arboard",
|
"arboard",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "mindwork-ai-studio"
|
name = "mindwork-ai-studio"
|
||||||
version = "0.9.47"
|
version = "0.9.48"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "MindWork AI Studio"
|
description = "MindWork AI Studio"
|
||||||
authors = ["Thorsten Sommer"]
|
authors = ["Thorsten Sommer"]
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "MindWork AI Studio",
|
"productName": "MindWork AI Studio",
|
||||||
"version": "0.9.47"
|
"version": "0.9.48"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
Loading…
Reference in New Issue
Block a user