mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-06-27 13:16:26 +00:00
Prepared release v26.6.2
This commit is contained in:
parent
64e91ff4ff
commit
58c420253e
@ -13,6 +13,7 @@ public partial class Changelog
|
||||
|
||||
public static readonly Log[] LOGS =
|
||||
[
|
||||
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 (240, "v26.5.5, build 240 (2026-05-25 18:52 UTC)", "v26.5.5.md"),
|
||||
new (239, "v26.5.4, build 239 (2026-05-13 11:58 UTC)", "v26.5.4.md"),
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# v26.6.2, build 242 (2026-06-xx xx:xx UTC)
|
||||
# v26.6.2, build 242 (2026-06-21 14:07 UTC)
|
||||
- Added a read-only view for organization-managed profiles and chat templates, so users can inspect the content while the organization remains in control of changes.
|
||||
- Added support for organization-managed chat defaults. Configuration plugins can now preselect the chat provider, profile, and chat template, either as locked values or editable defaults.
|
||||
- Added support for organization-managed introduction texts on the home page. Configuration plugins can now add custom Markdown introductions and hide the built-in introduction.
|
||||
|
||||
1
app/MindWork AI Studio/wwwroot/changelog/v26.6.3.md
Normal file
1
app/MindWork AI Studio/wwwroot/changelog/v26.6.3.md
Normal file
@ -0,0 +1 @@
|
||||
# v26.6.3, build 243 (2026-06-xx xx:xx UTC)
|
||||
@ -1,12 +1,12 @@
|
||||
26.6.1
|
||||
2026-06-11 13:49:24 UTC
|
||||
241
|
||||
26.6.2
|
||||
2026-06-21 14:07:27 UTC
|
||||
242
|
||||
9.0.118 (commit c8cbca4ed1)
|
||||
9.0.17 (commit f2c8152eed)
|
||||
1.96.0 (commit ac68faa20)
|
||||
8.15.0
|
||||
2.11.2
|
||||
aa040b75d70, release
|
||||
64e91ff4ffd, release
|
||||
osx-arm64
|
||||
148.0.7763.0
|
||||
0.7.2
|
||||
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -4000,7 +4000,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
||||
|
||||
[[package]]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "26.6.1"
|
||||
version = "26.6.2"
|
||||
dependencies = [
|
||||
"aes 0.9.1",
|
||||
"apple-native-keyring-store",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "26.6.1"
|
||||
version = "26.6.2"
|
||||
edition = "2024"
|
||||
description = "MindWork AI Studio"
|
||||
authors = ["Thorsten Sommer"]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"productName": "MindWork AI Studio",
|
||||
"mainBinaryName": "MindWork AI Studio",
|
||||
"version": "26.6.1",
|
||||
"version": "26.6.2",
|
||||
"identifier": "com.github.mindwork-ai.ai-studio",
|
||||
|
||||
"build": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user