Skip to content

Commit a54c0bd

Browse files
Prepared release v0.9.24 (#252)
1 parent d652185 commit a54c0bd

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

app/MindWork AI Studio/Components/Changelog.Logs.cs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public readonly record struct Log(int Build, string Display, string Filename)
1313

1414
public static readonly Log[] LOGS =
1515
[
16+
new (199, "v0.9.24, build 199 (2025-01-04 11:40 UTC)", "v0.9.24.md"),
1617
new (198, "v0.9.23, build 198 (2025-01-02 19:39 UTC)", "v0.9.23.md"),
1718
new (197, "v0.9.22, build 197 (2024-12-04 10:58 UTC)", "v0.9.22.md"),
1819
new (196, "v0.9.21, build 196 (2024-11-23 12:22 UTC)", "v0.9.21.md"),

app/MindWork AI Studio/wwwroot/changelog/v0.9.24.md

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

metadata.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.9.23
2-
2025-01-02 19:39:00 UTC
3-
198
1+
0.9.24
2+
2025-01-04 11:40:00 UTC
3+
199
44
8.0.111 (commit f3835a7fb4)
55
8.0.11 (commit 9cb3b725e3)
66
1.83.0 (commit 90b35a623)
77
7.15.0
88
1.8.1
9-
dd03889d10b, release
9+
d6521850e95, release

runtime/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mindwork-ai-studio"
3-
version = "0.9.23"
3+
version = "0.9.24"
44
edition = "2021"
55
description = "MindWork AI Studio"
66
authors = ["Thorsten Sommer"]

runtime/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"package": {
88
"productName": "MindWork AI Studio",
9-
"version": "0.9.23"
9+
"version": "0.9.24"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)