diff --git a/docs/releasenotes.mdx b/docs/releasenotes.mdx index f744cf9..46099dc 100644 --- a/docs/releasenotes.mdx +++ b/docs/releasenotes.mdx @@ -6,6 +6,17 @@ sidebar_position: 8 # Release Notes +### v0.8.11 — Oct 10, 2024 + +Hotfix release to address a couple of bugs introduced in v0.8.10 + +* Fixes a regression in v0.8.10 which caused new tabs to sometimes come up blank and broken +* Layout fixes to the AI widget spacing +* Terminal scrollbar is now semi-transparent and overlays last column +* Fixes initial window size (on first startup) for both smaller and larger screens +* Added a "Don't Ask Again" checkbox for installing `wsh` on remote machines (sets a new config flag) +* Prevent the app from downgrading when you install a beta build. Installing a beta-build will now switch you to the beta-update channel. + ### v0.8.10 — Oct 9, 2024 Minor big fix release (but there are some new features).