Prepared release v0.9.24 (#252)

This commit is contained in:
Thorsten Sommer 2025-01-04 12:44:02 +01:00 committed by GitHub
parent d6521850e9
commit a54c0bdbbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 9 additions and 8 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (199, "v0.9.24, build 199 (2025-01-04 11:40 UTC)", "v0.9.24.md"),
new (198, "v0.9.23, build 198 (2025-01-02 19:39 UTC)", "v0.9.23.md"),
new (197, "v0.9.22, build 197 (2024-12-04 10:58 UTC)", "v0.9.22.md"),
new (196, "v0.9.21, build 196 (2024-11-23 12:22 UTC)", "v0.9.21.md"),

View File

@ -1,4 +1,4 @@
# v0.9.24, build 199 (2025-01-xx xx:xx UTC)
# v0.9.24, build 199 (2025-01-04 11:40 UTC)
- Added a button to remove a message from the chat thread.
- Added a button to regenerate the last AI response.
- Added a button to edit the last user message.

View File

@ -1,9 +1,9 @@
0.9.23
2025-01-02 19:39:00 UTC
198
0.9.24
2025-01-04 11:40:00 UTC
199
8.0.111 (commit f3835a7fb4)
8.0.11 (commit 9cb3b725e3)
1.83.0 (commit 90b35a623)
7.15.0
1.8.1
dd03889d10b, release
d6521850e95, release

2
runtime/Cargo.lock generated
View File

@ -2319,7 +2319,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.9.23"
version = "0.9.24"
dependencies = [
"aes",
"arboard",

View File

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

View File

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