Prepared release v26.7.2 (#841)
Some checks are pending
Build and Release / Determine run mode (push) Waiting to run
Build and Release / Read metadata (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-apple-darwin, osx-arm64, macos-latest, aarch64-apple-darwin, dmg,app,updater, dmg) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-pc-windows-msvc.exe, win-arm64, windows-latest, aarch64-pc-windows-msvc, nsis,updater, nsis) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-unknown-linux-gnu, linux-arm64, ubuntu-22.04-arm, aarch64-unknown-linux-gnu, appimage,updater, appimage) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-apple-darwin, osx-x64, macos-latest, x86_64-apple-darwin, dmg,app,updater, dmg) (push) Blocked by required conditions
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, nsis) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-unknown-linux-gnu, linux-x64, ubuntu-22.04, x86_64-unknown-linux-gnu, appimage,updater, appimage) (push) Blocked by required conditions
Build and Release / Prepare & create release (push) Blocked by required conditions
Build and Release / Publish release (push) Blocked by required conditions

This commit is contained in:
Thorsten Sommer 2026-07-06 20:40:58 +02:00 committed by GitHub
parent 4a15ff2665
commit 331b8f3764
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 12 additions and 8 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (244, "v26.7.2, build 244 (2026-07-06 18:35 UTC)", "v26.7.2.md"),
new (243, "v26.7.1, build 243 (2026-07-05 16:39 UTC)", "v26.7.1.md"),
new (242, "v26.6.2, build 242 (2026-06-21 14:07 UTC)", "v26.6.2.md"),
new (241, "v26.6.1, build 241 (2026-06-11 13:49 UTC)", "v26.6.1.md"),

View File

@ -1,5 +1,7 @@
# v26.7.2, build 244 (2026-07-xx xx:xx UTC)
# v26.7.2, build 244 (2026-07-06 18:35 UTC)
- Improved the coding assistant with a simpler context workflow. Now you can attach multiple source files directly instead of manually defining code contexts.
- Improved the grammar & spelling checking and rewrite & improve text assistants. Both assistants can now load one document into the text field using the file dialog or drag and drop.
- Improved the legal check, text summarizer, and translation assistant. These assistants can now load documents with drag and drop.
- Fixed the assistant builder so it can continue generating an assistant in the background if you leave the page and come back later.
- Fixed text fields in assistants added through assistant plugins so they now respect the app's spell checking settings.
- Fixed the dialog for adding providers. Selecting an option could previously prevent the setup from continuing. Thanks, Dominic Neuburg (`donework`), for reporting this issue.

View File

@ -0,0 +1 @@
# v26.7.3, build 245 (2026-07-xx xx:xx UTC)

View File

@ -1,12 +1,12 @@
26.7.1
2026-07-05 16:39:00 UTC
243
26.7.2
2026-07-06 18:35:11 UTC
244
9.0.118 (commit c8cbca4ed1)
9.0.17 (commit f2c8152eed)
1.96.1 (commit 31fca3adb)
8.15.0
2.11.2
590b1e40217, release
4a15ff26655, release
osx-arm64
148.0.7763.0
0.7.2

2
runtime/Cargo.lock generated
View File

@ -4000,7 +4000,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "26.7.1"
version = "26.7.2"
dependencies = [
"aes 0.9.1",
"apple-native-keyring-store",

View File

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

View File

@ -1,7 +1,7 @@
{
"productName": "MindWork AI Studio",
"mainBinaryName": "MindWork AI Studio",
"version": "26.7.1",
"version": "26.7.2",
"identifier": "com.github.mindwork-ai.ai-studio",
"build": {