Prepared release v0.9.50 (#534)
Some checks failed
Build and Release / Read metadata (push) Has been cancelled
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-apple-darwin, osx-arm64, macos-latest, aarch64-apple-darwin, dmg updater) (push) Has been cancelled
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-pc-windows-msvc.exe, win-arm64, windows-latest, aarch64-pc-windows-msvc, nsis updater) (push) Has been cancelled
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-unknown-linux-gnu, linux-arm64, ubuntu-22.04-arm, aarch64-unknown-linux-gnu, appimage deb updater) (push) Has been cancelled
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-apple-darwin, osx-x64, macos-latest, x86_64-apple-darwin, dmg updater) (push) Has been cancelled
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-pc-windows-msvc.exe, win-x64, windows-latest, x86_64-pc-windows-msvc, nsis updater) (push) Has been cancelled
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-unknown-linux-gnu, linux-x64, ubuntu-22.04, x86_64-unknown-linux-gnu, appimage deb updater) (push) Has been cancelled
Build and Release / Prepare & create release (push) Has been cancelled
Build and Release / Publish release (push) Has been cancelled

This commit is contained in:
Thorsten Sommer 2025-08-10 18:47:06 +02:00 committed by GitHub
parent 6b61f34fff
commit 28b470f40b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 17 additions and 12 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS = public static readonly Log[] LOGS =
[ [
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"),
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"),

View File

@ -1,4 +1,4 @@
# v0.9.50, build 225 (2025-07-xx xx:xx UTC) # v0.9.50, build 225 (2025-08-10 16:40 UTC)
- Added an option for chat templates to predefine a user input. - Added an option for chat templates to predefine a user input.
- Added the ability to create chat templates from existing chats. - Added the ability to create chat templates from existing chats.
- Added an enterprise IT configuration option to prevent manual addition of LLM providers in managed environments. - Added an enterprise IT configuration option to prevent manual addition of LLM providers in managed environments.
@ -7,4 +7,7 @@
- Improved hot reloading on Unix-like systems when entire plugins were added or removed. - Improved hot reloading on Unix-like systems when entire plugins were added or removed.
- Improved the German translation. - Improved the German translation.
- Fixed a visual bug in all assistants that occurred when no profile was selected. - Fixed a visual bug in all assistants that occurred when no profile was selected.
- Upgraded .NET to v9.0.8
- Upgraded MudBlazor to v8.11.0
- Upgraded Rust to v1.89.0
- Upgraded dependencies. - Upgraded dependencies.

View File

@ -0,0 +1 @@
# v0.9.51, build 226 (2025-08-xx xx:xx UTC)

View File

@ -1,11 +1,11 @@
0.9.49 0.9.50
2025-07-02 12:12:12 UTC 2025-08-10 16:40:45 UTC
224 225
9.0.107 (commit ef50dc9d27) 9.0.109 (commit 08d4728191)
9.0.6 (commit 3875b54e7b) 9.0.8 (commit aae90fa090)
1.88.0 (commit 6b00bc388) 1.89.0 (commit 29483883e)
8.9.0 8.11.0
1.8.1 1.8.1
be27fd84b82, release 6b61f34fff6, 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.49" version = "0.9.50"
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.49" version = "0.9.50"
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.49" "version": "0.9.50"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {