Skip to content

Commit 629613f

Browse files
Prepared release v0.9.16 (#186)
1 parent abbb8c1 commit 629613f

33 files changed

+11
-10
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 (191, "v0.9.16, build 191 (2024-11-02 22:04 UTC)", "v0.9.16.md"),
1617
new (190, "v0.9.15, build 190 (2024-10-28 15:04 UTC)", "v0.9.15.md"),
1718
new (189, "v0.9.14, build 189 (2024-10-18 08:48 UTC)", "v0.9.14.md"),
1819
new (188, "v0.9.13, build 188 (2024-10-07 11:18 UTC)", "v0.9.13.md"),

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.16, build 191 (2024-11-xx xx:xx UTC)
1+
# v0.9.16, build 191 (2024-11-02 22:04 UTC)
22
- Added our second financial contributor: Thanks `peerschuett` for supporting AI Studio financially.
33
- Added multiple workspace display options: toggle the workspace overlay (this is the previous behavior), toggle the workspace sidebar, or permanently display the workspace sidebar.
44
- Improved the layout of the app window, for example, in full-screen mode on large or high-resolution monitors.

app/MindWork AI Studio/wwwroot/system/MudBlazor.Markdown/MudBlazor.Markdown.min.css

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

app/MindWork AI Studio/wwwroot/system/MudBlazor.Markdown/MudBlazor.Markdown.min.js

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

metadata.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.9.15
2-
2024-10-28 15:04:04 UTC
3-
190
1+
0.9.16
2+
2024-11-02 22:04:29 UTC
3+
191
44
8.0.110 (commit 87a66bb3d1)
55
8.0.10 (commit 81cabf2857)
66
1.82.0 (commit f6e511eec)
77
7.14.0
88
1.8.1
9-
5d3ea3d57aa, release
9+
abbb8c16509, 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.15"
3+
version = "0.9.16"
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.15"
9+
"version": "0.9.16"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)