mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-07-07 08:46:26 +00:00
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
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:
parent
4a15ff2665
commit
331b8f3764
@ -13,6 +13,7 @@ public partial class Changelog
|
|||||||
|
|
||||||
public static readonly Log[] LOGS =
|
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 (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 (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"),
|
new (241, "v26.6.1, build 241 (2026-06-11 13:49 UTC)", "v26.6.1.md"),
|
||||||
|
|||||||
@ -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 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 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.
|
- 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.
|
- Fixed the dialog for adding providers. Selecting an option could previously prevent the setup from continuing. Thanks, Dominic Neuburg (`donework`), for reporting this issue.
|
||||||
1
app/MindWork AI Studio/wwwroot/changelog/v26.7.3.md
Normal file
1
app/MindWork AI Studio/wwwroot/changelog/v26.7.3.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# v26.7.3, build 245 (2026-07-xx xx:xx UTC)
|
||||||
@ -1,12 +1,12 @@
|
|||||||
26.7.1
|
26.7.2
|
||||||
2026-07-05 16:39:00 UTC
|
2026-07-06 18:35:11 UTC
|
||||||
243
|
244
|
||||||
9.0.118 (commit c8cbca4ed1)
|
9.0.118 (commit c8cbca4ed1)
|
||||||
9.0.17 (commit f2c8152eed)
|
9.0.17 (commit f2c8152eed)
|
||||||
1.96.1 (commit 31fca3adb)
|
1.96.1 (commit 31fca3adb)
|
||||||
8.15.0
|
8.15.0
|
||||||
2.11.2
|
2.11.2
|
||||||
590b1e40217, release
|
4a15ff26655, release
|
||||||
osx-arm64
|
osx-arm64
|
||||||
148.0.7763.0
|
148.0.7763.0
|
||||||
0.7.2
|
0.7.2
|
||||||
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -4000,7 +4000,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mindwork-ai-studio"
|
name = "mindwork-ai-studio"
|
||||||
version = "26.7.1"
|
version = "26.7.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes 0.9.1",
|
"aes 0.9.1",
|
||||||
"apple-native-keyring-store",
|
"apple-native-keyring-store",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "mindwork-ai-studio"
|
name = "mindwork-ai-studio"
|
||||||
version = "26.7.1"
|
version = "26.7.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "MindWork AI Studio"
|
description = "MindWork AI Studio"
|
||||||
authors = ["Thorsten Sommer"]
|
authors = ["Thorsten Sommer"]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"productName": "MindWork AI Studio",
|
"productName": "MindWork AI Studio",
|
||||||
"mainBinaryName": "MindWork AI Studio",
|
"mainBinaryName": "MindWork AI Studio",
|
||||||
"version": "26.7.1",
|
"version": "26.7.2",
|
||||||
"identifier": "com.github.mindwork-ai.ai-studio",
|
"identifier": "com.github.mindwork-ai.ai-studio",
|
||||||
|
|
||||||
"build": {
|
"build": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user