Skip to content

Commit

Permalink
Prepared release v0.9.25 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
SommerEngineering authored Jan 4, 2025
1 parent e4b1ea3 commit b9a65d9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions app/MindWork AI Studio/Components/Changelog.Logs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public readonly record struct Log(int Build, string Display, string Filename)

public static readonly Log[] LOGS =
[
new (200, "v0.9.25, build 200 (2025-01-04 18:33 UTC)", "v0.9.25.md"),
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"),
Expand Down
2 changes: 1 addition & 1 deletion app/MindWork AI Studio/wwwroot/changelog/v0.9.25.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.9.25, build 200 (2025-01-xx xx:xx UTC)
# v0.9.25, build 200 (2025-01-04 18:33 UTC)
- Added xAI as a new provider. xAI provides their Grok models for generating content.
- Improved the stop generation button behavior to ensure that the AI stops generating content immediately (which will save compute time, energy and financial resources).
- Fixed the chat scrolling behavior after toggling the workspaces.
Expand Down
8 changes: 4 additions & 4 deletions metadata.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
0.9.24
2025-01-04 11:40:00 UTC
199
0.9.25
2025-01-04 18:33:07 UTC
200
8.0.111 (commit f3835a7fb4)
8.0.11 (commit 9cb3b725e3)
1.83.0 (commit 90b35a623)
7.15.0
1.8.1
d6521850e95, release
e4b1ea32fb6, release
2 changes: 1 addition & 1 deletion runtime/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mindwork-ai-studio"
version = "0.9.24"
version = "0.9.25"
edition = "2021"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]
Expand Down
2 changes: 1 addition & 1 deletion runtime/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"package": {
"productName": "MindWork AI Studio",
"version": "0.9.24"
"version": "0.9.25"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit b9a65d9

Please sign in to comment.