Prepared release v0.9.39 (#389)
Some checks failed
Build and Release / Read metadata (push) Has been cancelled
Build and Release / Build app (linux-arm64) (push) Has been cancelled
Build and Release / Prepare & create release (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 }}) (-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 / Publish release (push) Has been cancelled

This commit is contained in:
Thorsten Sommer 2025-04-06 13:59:26 +02:00 committed by GitHub
parent a3ec2bbe7b
commit f321d6982e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 10 additions and 9 deletions

View File

@ -507,7 +507,7 @@ jobs:
with: with:
base_image: dietpi:rpi_armv8_bullseye base_image: dietpi:rpi_armv8_bullseye
cpu: cortex-a53 cpu: cortex-a53
image_additional_mb: 6000 # ~ 6GB image_additional_mb: 8000 # ~ 8GB
optimize_image: false optimize_image: false
shell: /bin/bash shell: /bin/bash
commands: | commands: |

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS = public static readonly Log[] LOGS =
[ [
new (214, "v0.9.39, build 214 (2025-04-06 10:18 UTC)", "v0.9.39.md"),
new (213, "v0.9.38, build 213 (2025-03-17 18:18 UTC)", "v0.9.38.md"), new (213, "v0.9.38, build 213 (2025-03-17 18:18 UTC)", "v0.9.38.md"),
new (212, "v0.9.37, build 212 (2025-03-16 20:32 UTC)", "v0.9.37.md"), new (212, "v0.9.37, build 212 (2025-03-16 20:32 UTC)", "v0.9.37.md"),
new (211, "v0.9.36, build 211 (2025-03-15 10:42 UTC)", "v0.9.36.md"), new (211, "v0.9.36, build 211 (2025-03-15 10:42 UTC)", "v0.9.36.md"),

View File

@ -1,4 +1,4 @@
# v0.9.39, build 214 (2025-04-xx xx:xx UTC) # v0.9.39, build 214 (2025-04-06 10:18 UTC)
- Added UI for error handling to display any LLM provider issues. - Added UI for error handling to display any LLM provider issues.
- Added a feature flag for the plugin system. This flag is disabled by default and can be enabled inside the app settings. Please note that this feature is still in development; there are no plugins available yet. - Added a feature flag for the plugin system. This flag is disabled by default and can be enabled inside the app settings. Please note that this feature is still in development; there are no plugins available yet.
- Added the Lua library we use for the plugin system to the about page. - Added the Lua library we use for the plugin system to the about page.

View File

@ -1,9 +1,9 @@
0.9.38 0.9.39
2025-03-17 18:18:00 UTC 2025-04-06 10:18:02 UTC
213 214
9.0.104 (commit 2750432faa) 9.0.104 (commit 2750432faa)
9.0.3 (commit 831d23e561) 9.0.3 (commit 831d23e561)
1.86.0 (commit 05f9846f8) 1.86.0 (commit 05f9846f8)
8.5.1 8.5.1
1.8.1 1.8.1
820294c14db, release a3ec2bbe7b7, release

2
runtime/Cargo.lock generated
View File

@ -2610,7 +2610,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.9.38" version = "0.9.39"
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.38" version = "0.9.39"
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.38" "version": "0.9.39"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {