Skip to content

Commit d1e5d67

Browse files
committed
chore: release v0.12.0.
1 parent c2321c4 commit d1e5d67

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# Version 0.12.0 (2026-01-23)
2+
3+
## Features
4+
5+
- **REPLStartOrHideOrFocus**: Added a new command `REPLStartOrHideOrFocus` to
6+
Toggles the visibility (focus/hide) of an existing REPL, or creates a new one
7+
if it does not exist.
8+
- **Highlight Range**: Added an option to highlight the region sent to the REPL.
9+
- **Character-wise Sending**: Added support for sending character-wise regions to the REPL.
10+
- **Source Command Hint**: Added `show_source_command_hint` option to display
11+
the first line of the source command as virtual text.
12+
- **Formatter**: Added `bracketed_pasting_delayed_cr` formatter for better
13+
compatibility with REPLs like Claude Code and OpenAI Codex.
14+
- **Extensions (Codex/Aider)**:
15+
- Added a new extension for OpenAI's Codex.
16+
- Display the REPL name and ID in the winbar for the default `wincmd` in
17+
Aider and Codex.
18+
- Default floating window position changed to bottom-right corner.
19+
20+
## Breaking Change
21+
22+
- **REPLStart**: The semantics have changed. When a name is provided (e.g.,
23+
`2REPLStart ipython`), the count now refers to the Nth _matching_ REPL, rather
24+
than the global REPL ID. When the count is not provided, it now forces the
25+
creation of a new REPL instance instead of focusing an existing REPL with ID
26+
`1`.
27+
- **Config**: Removed `source_func` option. Use `source_syntax` instead, which
28+
now accepts both string syntax values and functions.
29+
- **OS/Windows**: Renamed `os.windows.send_delayed_cr_after_sending` to
30+
`os.windows.send_delayed_final_cr` to align with REPL meta options.
31+
- **Extensions**: Codex and Aider floating windows now default to the
32+
bottom-right corner instead of occupying most of the screen.
33+
34+
## Bug Fixes
35+
36+
- **IPython Source**: Fixed temporary file handling in IPython source function
37+
to allow proper PDB debugging context.
38+
139
# Version 0.11 (2025-04-08)
240

341
## Features

0 commit comments

Comments
 (0)