From 4d57b5842bbb1323e467825e7cae8ad8fd5071be Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Tue, 12 Nov 2024 13:57:52 -0800 Subject: [PATCH] Release notes typo fix (#1273) --- docs/docs/releasenotes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/releasenotes.mdx b/docs/docs/releasenotes.mdx index fceabb513..d0a4ac047 100644 --- a/docs/docs/releasenotes.mdx +++ b/docs/docs/releasenotes.mdx @@ -17,7 +17,7 @@ New minor release with bug fixes and new features! Fixed the bug around making W - New `wsh ai` command to send AI chats (and files) directly to a new or existing AI block - wsh setmeta/getmeta improvements. Allow setmeta to take a json file (and also read from stdin), also better output formats for getmeta (compatible with setmeta). - [bugfix] Set max completion tokens in the OpenAI API so we can now work with o1 models (also fallback to non-streaming mode) -- [bugfix] Fixed content resizing when entering "full screen" mode. This bug also affected certain window managers (like Hyperland) +- [bugfix] Fixed content resizing when entering "full screen" mode. This bug also affected certain window managers (like Hyprland) - Lots of other small bug fixes, docs updates, and dependency bumps ### v0.9.1 — Nov 1, 2024