Prepared release v0.9.51

This commit is contained in:
Thorsten Sommer 2025-09-04 20:09:26 +02:00
parent ce243913ed
commit 14a7e96179
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 = public static readonly Log[] LOGS =
[ [
new (226, "v0.9.51, build 226 (2025-09-04 18:02 UTC)", "v0.9.51.md"),
new (225, "v0.9.50, build 225 (2025-08-10 16:40 UTC)", "v0.9.50.md"), new (225, "v0.9.50, build 225 (2025-08-10 16:40 UTC)", "v0.9.50.md"),
new (224, "v0.9.49, build 224 (2025-07-02 12:12 UTC)", "v0.9.49.md"), 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 (223, "v0.9.48, build 223 (2025-06-10 13:15 UTC)", "v0.9.48.md"),

View File

@ -1,4 +1,4 @@
# v0.9.51, build 226 (2025-08-xx xx:xx UTC) # v0.9.51, build 226 (2025-09-04 18:02 UTC)
- Added support for predefined chat templates in configuration plugins to help enterprises roll out consistent templates across the organization. - Added support for predefined chat templates in configuration plugins to help enterprises roll out consistent templates across the organization.
- Added the ability to choose between automatic and manual update installation to the app settings (default is manual). - Added the ability to choose between automatic and manual update installation to the app settings (default is manual).
- Added the ability to control the update installation behavior by configuration plugins. - Added the ability to control the update installation behavior by configuration plugins.

View File

@ -0,0 +1 @@
# v0.9.52, build 227 (2025-09-xx xx:xx UTC)

View File

@ -1,11 +1,11 @@
0.9.50 0.9.51
2025-08-10 16:40:45 UTC 2025-09-04 18:02:17 UTC
225 226
9.0.109 (commit 08d4728191) 9.0.109 (commit 08d4728191)
9.0.8 (commit aae90fa090) 9.0.8 (commit aae90fa090)
1.89.0 (commit 29483883e) 1.89.0 (commit 29483883e)
8.11.0 8.12.0
1.8.1 1.8.1
6b61f34fff6, release ce243913ed4, release
osx-arm64 osx-arm64
137.0.7215.0 137.0.7215.0

2
runtime/Cargo.lock generated
View File

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

View File

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

View File

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