Release notes typo fix (#1273)

This commit is contained in:
Evan Simkowitz 2024-11-12 13:57:52 -08:00 committed by GitHub
parent 6216dca17a
commit 4d57b5842b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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