mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-27 15:39:47 +00:00
Prepared release v0.9.36 (#351)
This commit is contained in:
parent
cf97fa888c
commit
3ab8e7324e
@ -13,6 +13,7 @@ public partial class Changelog
|
||||
|
||||
public static readonly Log[] LOGS =
|
||||
[
|
||||
new (211, "v0.9.36, build 211 (2025-03-15 10:42 UTC)", "v0.9.36.md"),
|
||||
new (210, "v0.9.35, build 210 (2025-03-13 08:44 UTC)", "v0.9.35.md"),
|
||||
new (209, "v0.9.34, build 209 (2025-03-11 13:02 UTC)", "v0.9.34.md"),
|
||||
new (208, "v0.9.33, build 208 (2025-03-11 08:14 UTC)", "v0.9.33.md"),
|
||||
|
@ -1,2 +1,2 @@
|
||||
# v0.9.36, build 211 (2025-03-15 xx:xx UTC)
|
||||
# v0.9.36, build 211 (2025-03-15 10:42 UTC)
|
||||
- Fixed a MudBlazor bug, where dropdown menus were not displayed correctly when used inside a dialog.
|
@ -1,9 +1,9 @@
|
||||
0.9.35
|
||||
2025-03-13 08:44:31 UTC
|
||||
210
|
||||
0.9.36
|
||||
2025-03-15 10:42:37 UTC
|
||||
211
|
||||
9.0.104 (commit 2750432faa)
|
||||
9.0.3 (commit 831d23e561)
|
||||
1.85.0 (commit 4d91de4e4)
|
||||
8.3.0
|
||||
1.8.1
|
||||
471536cc8f0, release
|
||||
cf97fa888c6, release
|
||||
|
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -2350,7 +2350,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
||||
|
||||
[[package]]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.9.35"
|
||||
version = "0.9.36"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"arboard",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.9.35"
|
||||
version = "0.9.36"
|
||||
edition = "2021"
|
||||
description = "MindWork AI Studio"
|
||||
authors = ["Thorsten Sommer"]
|
||||
|
@ -6,7 +6,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "MindWork AI Studio",
|
||||
"version": "0.9.35"
|
||||
"version": "0.9.36"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
Loading…
Reference in New Issue
Block a user