Skip to content

Commit b9416e6

Browse files
Prepared release v0.9.17 (#188)
1 parent 9f576e8 commit b9416e6

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Other News:
1515

1616
Features we have recently released:
1717

18+
- v0.9.17: Added the new Anthropic model `claude-3-5-sonnet-20241022`.
19+
- v0.9.16: Added workspace display options & improved the layout of the app window.
1820
- v0.9.15: Added the bias-of-the-day assistant. Tells you about a cognitive bias every day.
1921
- v0.9.13: You can use `ollama` providers secured with API keys.
2022
- v0.9.12: Added a job posting assistant to the business category and improved grammar & spelling check and rewrite assistants.

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

Lines changed: 1 addition & 0 deletions
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 (192, "v0.9.17, build 192 (2024-11-03 11:11 UTC)", "v0.9.17.md"),
1617
new (191, "v0.9.16, build 191 (2024-11-02 22:04 UTC)", "v0.9.16.md"),
1718
new (190, "v0.9.15, build 190 (2024-10-28 15:04 UTC)", "v0.9.15.md"),
1819
new (189, "v0.9.14, build 189 (2024-10-18 08:48 UTC)", "v0.9.14.md"),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# v0.9.17, build 192 (2024-11-03 11:xx UTC)
1+
# v0.9.17, build 192 (2024-11-03 11:11 UTC)
22
- Added new Anthropic model `claude-3-5-sonnet-20241022` as well as the aliases `claude-3-5-sonnet-latest` and `claude-3-opus-latest`.

metadata.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.9.16
2-
2024-11-02 22:04:29 UTC
3-
191
1+
0.9.17
2+
2024-11-03 11:11:20 UTC
3+
192
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-
abbb8c16509, release
9+
14fc418aa68, release

runtime/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mindwork-ai-studio"
3-
version = "0.9.16"
3+
version = "0.9.17"
44
edition = "2021"
55
description = "MindWork AI Studio"
66
authors = ["Thorsten Sommer"]

runtime/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"package": {
88
"productName": "MindWork AI Studio",
9-
"version": "0.9.16"
9+
"version": "0.9.17"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)