Skip to content

Commit

Permalink
Prepared release v0.9.22 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
SommerEngineering authored Dec 4, 2024
1 parent d437d08 commit 7250b27
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 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 (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"),
new (195, "v0.9.20, build 195 (2024-11-16 20:44 UTC)", "v0.9.20.md"),
new (194, "v0.9.19, build 194 (2024-11-14 05:58 UTC)", "v0.9.19.md"),
Expand Down
2 changes: 1 addition & 1 deletion app/MindWork AI Studio/wwwroot/changelog/v0.9.22.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.9.22, build 197 (2024-1x-xx xx:xx UTC)
# v0.9.22, build 197 (2024-12-04 10:58 UTC)
- Added the possibility to configure preview feature visibility in the app settings. This is useful for users who want to test new features before they are officially released.
- Added the possibility to configure embedding providers in the app settings as a prototype preview feature. Embeddings are necessary in order to integrate local data and files.
- Added the writer mode as an experimental preview feature. This feature is just an experiment as we explore how to implement long text support in AI Studio.
Expand Down
10 changes: 5 additions & 5 deletions metadata.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
0.9.21
2024-11-23 12:22:00 UTC
196
0.9.22
2024-12-04 10:58:01 UTC
197
8.0.111 (commit f3835a7fb4)
8.0.11 (commit 9cb3b725e3)
1.82.0 (commit f6e511eec)
1.83.0 (commit 90b35a623)
7.15.0
1.8.1
f57e971f80b, release
d437d086407, release
4 changes: 2 additions & 2 deletions 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.21"
version = "0.9.22"
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.21"
"version": "0.9.22"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 7250b27

Please sign in to comment.