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
5 changes: 5 additions & 0 deletions files-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ All notable changes to this extension will be documented in this file.

## [Unreleased]

## [0.1.17] - 2026-04-19

### Changed
- Make the inline comment editor multiline with wrapped footer rendering, `Enter` for a new line, and `Ctrl+Enter`/`Ctrl+D` to send.
- Add an `m` toggle for rendered vs raw Markdown in the viewer, and fall back to raw mode before line-based search or selection.
- Show a sent/queued confirmation toast after returning an inline comment to the agent.

### Thanks
- Thanks to avg8888 in the Pi Discord for surfacing the comment editor and Markdown review issues fixed in this release.

## [0.1.16] - 2026-04-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion files-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tmustier/pi-files-widget",
"version": "0.1.16",
"version": "0.1.17",
"description": "In-terminal file browser and viewer for Pi.",
"license": "MIT",
"author": "Thomas Mustier",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pi-extensions",
"version": "0.1.32",
"version": "0.1.33",
"license": "MIT",
"private": false,
"keywords": [
Expand Down