You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## [2.3.0]
4
+
5
+
### Fixed
6
+
- CLI no longer errors with "no command called X" when passing text directly as a positional argument (e.g., `bangen "hello"`). The entry point now automatically routes bare text arguments to the `main` subcommand.
7
+
- TUI rendering on Linux/macOS no longer produces shattered/jagged output. The `tty.setraw()` call was clearing the terminal's `OPOST` flag, which disabled `\n` → `\r\n` translation and broke Rich's layout rendering. Output processing is now restored immediately after entering raw mode. SIGWINCH is also handled to refresh the console on terminal resize.
0 commit comments