From 184d1c45510180cbbfd064e3e1fa186d04b2127e Mon Sep 17 00:00:00 2001 From: sawka Date: Thu, 24 Oct 2024 14:46:37 -0700 Subject: [PATCH 1/3] add prelim release notes for v0.8.13 --- docs/releasenotes.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/releasenotes.mdx b/docs/releasenotes.mdx index 9ddd4f8..2eedc12 100644 --- a/docs/releasenotes.mdx +++ b/docs/releasenotes.mdx @@ -6,6 +6,14 @@ sidebar_position: 9 # Release Notes +### v0.8.13 — Oct 24, 2024 + +* can now use "term:fontsize" to override an individual terminal block's font size (also in context menu) +* we now allow mixed case hostnames for connections to be compatible with ssh config +* [bugfix] fixed a bug that sometimes caused escape sequences to be printed when switching between tabs +* [bugfix] fixed an issue where the preview block was not cleaning up temp files (Windows only) +* [bugfix] fixed chrome sandbox permissions errors in linux + ### v0.8.12 — Oct 18, 2024 * 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 From fe85fb1e55c5e4662776d2d0e78570e847dc360e Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 24 Oct 2024 15:13:16 -0700 Subject: [PATCH 2/3] add packaging and icon info --- docs/releasenotes.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/releasenotes.mdx b/docs/releasenotes.mdx index 2eedc12..a0a70d3 100644 --- a/docs/releasenotes.mdx +++ b/docs/releasenotes.mdx @@ -8,8 +8,11 @@ sidebar_position: 9 ### v0.8.13 — Oct 24, 2024 +* Wave is now available as a Snap for Linux users! You can find it [in the Snap Store](https://snapcraft.io/waveterm). +* Wave is now available via the Windows Package Manager! You can install it via `winget install CommandLine.Wave` * can now use "term:fontsize" to override an individual terminal block's font size (also in context menu) * we now allow mixed case hostnames for connections to be compatible with ssh config +* The Linux app icon is now updated to match the Windows icon * [bugfix] fixed a bug that sometimes caused escape sequences to be printed when switching between tabs * [bugfix] fixed an issue where the preview block was not cleaning up temp files (Windows only) * [bugfix] fixed chrome sandbox permissions errors in linux From 4cb6e84f945a0dd23c04f139ae927854db682224 Mon Sep 17 00:00:00 2001 From: sawka Date: Thu, 24 Oct 2024 16:10:24 -0700 Subject: [PATCH 3/3] add shutdown bugfix --- docs/releasenotes.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releasenotes.mdx b/docs/releasenotes.mdx index a0a70d3..bfac83d 100644 --- a/docs/releasenotes.mdx +++ b/docs/releasenotes.mdx @@ -16,6 +16,7 @@ sidebar_position: 9 * [bugfix] fixed a bug that sometimes caused escape sequences to be printed when switching between tabs * [bugfix] fixed an issue where the preview block was not cleaning up temp files (Windows only) * [bugfix] fixed chrome sandbox permissions errors in linux +* [bugfix] fixed shutdown logic on MacOS/Linux which sometimes allowed orphaned processes to survive ### v0.8.12 — Oct 18, 2024