mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 11:59:48 +00:00
Prepared release v0.8.7
This commit is contained in:
parent
bf0a75677d
commit
18fdcb3cfe
@ -13,6 +13,7 @@ public partial class Changelog
|
||||
|
||||
public static readonly Log[] LOGS =
|
||||
[
|
||||
new (169, "v0.8.7, build 169 (2024-08-01 19:08 UTC)", "v0.8.7.md"),
|
||||
new (168, "v0.8.6, build 168 (2024-08-01 19:50 UTC)", "v0.8.6.md"),
|
||||
new (167, "v0.8.5, build 167 (2024-07-28 16:44 UTC)", "v0.8.5.md"),
|
||||
new (166, "v0.8.4, build 166 (2024-07-26 06:53 UTC)", "v0.8.4.md"),
|
||||
|
@ -6,4 +6,5 @@
|
||||
- Improved the readability of the settings.json file by using indentation and enum names instead of numbers
|
||||
- Improved assistant overview; assistants will now wrap to the next line if there are too many to fit on the row
|
||||
- Increased the default value for the live translation delay from 1,000 to 3_000 ms
|
||||
- Fixed random number generator usage to be thread-safe
|
||||
- Fixed random number generator usage to be thread-safe
|
||||
- Upgraded MudBlazor dependency
|
@ -1,4 +1,4 @@
|
||||
# v0.8.7, build 169
|
||||
# v0.8.7, build 169 (2024-08-01 19:08 UTC)
|
||||
- Added an agenda planning assistant.
|
||||
- Added the possibility to preselect most agenda planning options.
|
||||
- Added a slider component to adjust values.
|
||||
@ -10,4 +10,5 @@
|
||||
- Refactored the provider selection into a separate component.
|
||||
- Refactored the configuration data model: the configuration is now stored in separate classes for each section.
|
||||
- Fixed a bug where the configured live translation intervall was not applied.
|
||||
- Fixed a bug where the option slider component was not handling min/max constraints correctly.
|
||||
- Fixed a bug where the option slider component was not handling min/max constraints correctly.
|
||||
- Upgraded MudBlazor dependency
|
10
metadata.txt
10
metadata.txt
@ -1,9 +1,9 @@
|
||||
0.8.6
|
||||
2024-08-01 19:50:02 UTC
|
||||
168
|
||||
0.8.7
|
||||
2024-08-05 19:08:00 UTC
|
||||
169
|
||||
8.0.107 (commit 1bdaef7265)
|
||||
8.0.7 (commit 2aade6beb0)
|
||||
1.80.0 (commit 051478957)
|
||||
7.4.0
|
||||
7.5.0
|
||||
1.7.1
|
||||
199be1e863f, release
|
||||
bf0a75677d8, release
|
||||
|
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -2308,7 +2308,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
||||
|
||||
[[package]]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.8.6"
|
||||
version = "0.8.7"
|
||||
dependencies = [
|
||||
"arboard",
|
||||
"flexi_logger",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.8.6"
|
||||
version = "0.8.7"
|
||||
edition = "2021"
|
||||
description = "MindWork AI Studio"
|
||||
authors = ["Thorsten Sommer"]
|
||||
|
@ -6,7 +6,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "MindWork AI Studio",
|
||||
"version": "0.8.6"
|
||||
"version": "0.8.7"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
Loading…
Reference in New Issue
Block a user