Prepared release v0.9.45 (#483)

This commit is contained in:
Thorsten Sommer 2025-05-25 15:59:02 +02:00 committed by GitHub
parent 05544eca15
commit c08881784d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 10 additions and 8 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (220, "v0.9.45, build 220 (2025-05-25 13:56 UTC)", "v0.9.45.md"),
new (219, "v0.9.44, build 219 (2025-05-18 19:33 UTC)", "v0.9.44.md"),
new (218, "v0.9.43, build 218 (2025-05-11 17:22 UTC)", "v0.9.43.md"),
new (217, "v0.9.42, build 217 (2025-05-04 13:03 UTC)", "v0.9.42.md"),

View File

@ -1,4 +1,4 @@
# v0.9.45, build 220 (2025-05-xx xx:xx UTC)
# v0.9.45, build 220 (2025-05-25 13:56 UTC)
- Added chat templates. They are similar to common AI companies' playgrounds, where you can define your own system prompts and leverage assistant prompts for providers that support them. We thank Peer `peerschuett` for the work on this feature.
- Added Russian as a language option for various assistants (e.g., translations, text summarization).
- Improved the password and API key input fields: they now optionally display their content to allow users to verify manual input.

View File

@ -0,0 +1 @@
# v0.9.46, build 221 (2025-06-xx xx:xx UTC)

View File

@ -1,11 +1,11 @@
0.9.44
2025-05-18 19:33:02 UTC
219
0.9.45
2025-05-25 13:56:04 UTC
220
9.0.106 (commit 8cdf6f0897)
9.0.5 (commit e36e4d1a8f)
1.87.0 (commit 17067e9ac)
8.6.0
1.8.1
9aa0a914653, release
05544eca15a, release
osx-arm64
137.0.7123.0

2
runtime/Cargo.lock generated
View File

@ -2624,7 +2624,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.9.44"
version = "0.9.45"
dependencies = [
"aes",
"arboard",

View File

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

View File

@ -6,7 +6,7 @@
},
"package": {
"productName": "MindWork AI Studio",
"version": "0.9.44"
"version": "0.9.45"
},
"tauri": {
"allowlist": {