Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/MindWork AI Studio/Components/Changelog.Logs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public readonly record struct Log(int Build, string Display, string Filename)

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 (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"),
Expand Down
2 changes: 1 addition & 1 deletion app/MindWork AI Studio/wwwroot/changelog/v0.9.51.md
Original file line number Diff line number Diff line change
@@ -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 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.
Expand Down
1 change: 1 addition & 0 deletions app/MindWork AI Studio/wwwroot/changelog/v0.9.52.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# v0.9.52, build 227 (2025-09-xx xx:xx UTC)
10 changes: 5 additions & 5 deletions metadata.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
0.9.50
2025-08-10 16:40:45 UTC
225
0.9.51
2025-09-04 18:02:17 UTC
226
9.0.109 (commit 08d4728191)
9.0.8 (commit aae90fa090)
1.89.0 (commit 29483883e)
8.11.0
8.12.0
1.8.1
6b61f34fff6, release
ce243913ed4, release
osx-arm64
137.0.7215.0
2 changes: 1 addition & 1 deletion runtime/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mindwork-ai-studio"
version = "0.9.50"
version = "0.9.51"
edition = "2021"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]
Expand Down
2 changes: 1 addition & 1 deletion runtime/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"package": {
"productName": "MindWork AI Studio",
"version": "0.9.50"
"version": "0.9.51"
},
"tauri": {
"allowlist": {
Expand Down