Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@
- Added `Cmd.macro_arg_complete()` which tab completes arguments to a macro. Its default
behavior is to perform path completion, but it can be overridden as needed.

- Bug Fixes
- No longer redirecting `sys.stdout` if it's a different stream than `self.stdout`. This
fixes issue where we overwrote an application's `sys.stdout` while redirecting.
- All print methods (`poutput()`, `perror()`, `ppaged()`, etc.) have the ability to print Rich
objects.

- Bug Fixes
- No longer redirecting `sys.stdout` if it's a different stream than `self.stdout`. This fixes
issue where we overwrote an application's `sys.stdout` while redirecting.

## 2.7.0 (June 30, 2025)

Expand Down
Loading
Loading