You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/releasenotes.mdx
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,18 @@ sidebar_position: 9
6
6
7
7
# Release Notes
8
8
9
+
### v0.8.12 — Oct 18, 2024
10
+
11
+
* Added support for multiple AI configurations! You can now run Open AI side-by-side with Ollama models. Can create AI presets in presets.json, and can easily switch between them using a new dropdown in the AI widget
12
+
* Fix WebSocket reconnection error. this sometimes caused the terminal to hang when waking up from sleep
13
+
* Added memory graphs, and per-CPU graphs to the sysinfo widget (and renamed it from cpuplot)
14
+
* Added a new huge red "Config Error" button when there are parse errors in the config JSON file
15
+
* Preview/CodeEdit widget now shows errors (squiggly lines) when JSON or YAML files fail to parse
16
+
* Added copy-on-select to the terminal (on by default, can disable using "term:copyonselect")
17
+
* Added a button to mute audio in webviews
18
+
* Added a right-click "Open Clipboard URL" to easily open a webview from an URL stored in your system clipboard
19
+
*[bugfix] fixed blank "help" pages when waking from sleep or restarting the app
20
+
9
21
### v0.8.11 — Oct 10, 2024
10
22
11
23
Hotfix release to address a couple of bugs introduced in v0.8.10
0 commit comments