Skip to content

Commit

Permalink
update updatechannel docs (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
sawka authored Sep 24, 2024
1 parent d5db988 commit cb92592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use ":" as level separators.
| autoupdate:enabled | bool | enable/disable checking for updates |
| autoupdate:intervalms | float64 | time in milliseconds to wait between update checks |
| autoupdate:installonquit | bool | whether to automatically install updates on quit |
| autoupdate:channel | string | the auto update channel |
| autoupdate:channel | string | the auto update channel "latest" (stable builds), or "beta" (updated more frequently) |
| widget:showhelp | bool | whether to show help/tips widgets in right sidebar |
| window:transparent | bool | set to true to enable window transparency (on platform where it is supported) |
| window:blur | bool | set to enable window background blurring |
Expand Down
2 changes: 1 addition & 1 deletion docs/telemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Lastly, some data is sent along with the telemetry that describes how to classif
| ClientId | This is an anonymous UUID created when Waveterm is first launched. It is used for telemetry and sending prompts to Open AI.
| AppType | This is used to differentiate the current version of waveterm from the legacy app. |
| AutoUpdateEnabled | Whether or not auto update is turned on. |
| AutoUpdateChannel | The type of auto update in use. This specifically refers to whether a stable or beta channel is selected. |
| AutoUpdateChannel | The type of auto update in use. This specifically refers to whether a latest or beta channel is selected. |
| CurDay | The current day (in your time zone) when telemetry is sent. It does not include the time of day.

---
Expand Down

0 comments on commit cb92592

Please sign in to comment.