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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.25.2] - 2026-06-12
10
+
11
+
### Added
12
+
13
+
- Added `tests/tasks/specific/console/` task package with a "Console" tab containing `console_output` and `print_numpy_output` tasks for testing plain and rich console output rendering.
14
+
- Registered the new `console` subpackage in `UI_TAB_ORDER` in `tests/tasks/specific/__init__.py`.
15
+
16
+
### Fixed
17
+
18
+
- Fixed square-bracket content being silently discarded from console output. Stream text from the Jupyter kernel is now wrapped in `Text.from_ansi()` before display, so literal `[text]` in `print()` output is preserved while ANSI styling from `rich.print()` continues to render correctly.
19
+
9
20
## [0.25.1] - 2026-05-13
10
21
11
22
### Changed
@@ -79,7 +90,8 @@ Other changes are not blocking and can be implemented later when needed.
0 commit comments