mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 16:49:06 +00:00
Prepared release v0.8.1 (#36)
This commit is contained in:
parent
063fd0fcfa
commit
880f86316b
@ -13,6 +13,7 @@ public partial class Changelog
|
|||||||
|
|
||||||
public static readonly Log[] LOGS =
|
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 (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 (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"),
|
new (160, "v0.7.0, build 160 (2024-07-13 08:21 UTC)", "v0.7.0.md"),
|
||||||
|
@ -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 ollama as a self-hosted provider
|
||||||
- Added support for model selection of self-hosted providers
|
- Added support for model selection of self-hosted providers
|
||||||
- Fixed a bug where the spellchecking setting was not applied to assistants
|
- Fixed a bug where the spellchecking setting was not applied to assistants
|
@ -1,9 +1,9 @@
|
|||||||
0.8.0
|
0.8.1
|
||||||
2024-07-14 19:39:09 UTC
|
2024-07-16 08:32:21 UTC
|
||||||
162
|
163
|
||||||
8.0.107 (commit 1bdaef7265)
|
8.0.107 (commit 1bdaef7265)
|
||||||
8.0.7 (commit 2aade6beb0)
|
8.0.7 (commit 2aade6beb0)
|
||||||
1.79.0 (commit 129f3b996)
|
1.79.0 (commit 129f3b996)
|
||||||
6.20.0
|
6.20.0
|
||||||
1.6.1
|
1.6.1
|
||||||
ba6610bd964, release
|
063fd0fcfa2, release
|
||||||
|
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -2313,7 +2313,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mindwork-ai-studio"
|
name = "mindwork-ai-studio"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arboard",
|
"arboard",
|
||||||
"flexi_logger",
|
"flexi_logger",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "mindwork-ai-studio"
|
name = "mindwork-ai-studio"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "MindWork AI Studio"
|
description = "MindWork AI Studio"
|
||||||
authors = ["Thorsten Sommer"]
|
authors = ["Thorsten Sommer"]
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "MindWork AI Studio",
|
"productName": "MindWork AI Studio",
|
||||||
"version": "0.8.0"
|
"version": "0.8.1"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
Loading…
Reference in New Issue
Block a user