Created attachment 268701 [details] update to 2026.03.09 Release Notes - DASH improvements: close the shell tab on exit command, launch a shell process and execute commands within it, process standard error and standard output streams iteratively, restart a shell on an interrupt, separate standard error and standard output streams. - DASH select-all: select only the provided text. - DASH zoomy. - Properly destroy DASH instance on tab close.
Created attachment 269295 [details] update to 2026.03.031
Release Notes of 2026.03.09: - DASH improvements: close the shell tab on exit command, launch a shell process and execute commands within it, process standard error and standard output streams iteratively, restart a shell on an interrupt, separate standard error and standard output streams. - DASH select-all: select only the provided text. - DASH zoomy. - Properly destroy DASH instance on tab close. Release Notes of 2026.03.31: - Consistent window titles. - Corrected argument processing. For example, --listen is interpreted as a URL. - DASH instances do not allow decoupling. Corrected context menu option. - Renamed dooble_local_server to dooble_local_server.socket.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=31dca07fd6db70091d413d7975bbbd78f822fd68 commit 31dca07fd6db70091d413d7975bbbd78f822fd68 Author: Eric Camachat <eric@camachat.org> AuthorDate: 2026-04-08 18:33:04 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-04-08 18:33:04 +0000 www/dooble: Update 2026.02.28 => 2026.03.31 Changelogs: https://github.com/textbrowser/dooble/releases/tag/2026.03.09 https://github.com/textbrowser/dooble/releases/tag/2026.03.31 PR: 293727 Sponsored by: UNIS Labs www/dooble/Makefile | 2 +- www/dooble/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Thanks.