Prepared release v0.8.1 (#36)

This commit is contained in:
Thorsten Sommer 2024-07-16 10:36:26 +02:00 committed by GitHub
parent 063fd0fcfa
commit 880f86316b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 9 additions and 8 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (163, "v0.8.1, build 163 (2024-07-16 08:32 UTC)", "v0.8.1.md"),
new (162, "v0.8.0, build 162 (2024-07-14 19:39 UTC)", "v0.8.0.md"),
new (161, "v0.7.1, build 161 (2024-07-13 11:42 UTC)", "v0.7.1.md"),
new (160, "v0.7.0, build 160 (2024-07-13 08:21 UTC)", "v0.7.0.md"),

View File

@ -1,4 +1,4 @@
# v0.8.1, build 163 (2024-07-16 08:28 UTC)
# v0.8.1, build 163 (2024-07-16 08:32 UTC)
- Added support for ollama as a self-hosted provider
- Added support for model selection of self-hosted providers
- Fixed a bug where the spellchecking setting was not applied to assistants

View File

@ -1,9 +1,9 @@
0.8.0
2024-07-14 19:39:09 UTC
162
0.8.1
2024-07-16 08:32:21 UTC
163
8.0.107 (commit 1bdaef7265)
8.0.7 (commit 2aade6beb0)
1.79.0 (commit 129f3b996)
6.20.0
1.6.1
ba6610bd964, release
063fd0fcfa2, release

2
runtime/Cargo.lock generated
View File

@ -2313,7 +2313,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"arboard",
"flexi_logger",

View File

@ -1,6 +1,6 @@
[package]
name = "mindwork-ai-studio"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]

View File

@ -6,7 +6,7 @@
},
"package": {
"productName": "MindWork AI Studio",
"version": "0.8.0"
"version": "0.8.1"
},
"tauri": {
"allowlist": {