Bug 293727 - www/dooble: update to 2026.03.31
Summary: www/dooble: update to 2026.03.31
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://github.com/textbrowser/dooble...
Keywords:
Depends on:
Blocks:
 
Reported: 2026-03-10 22:10 UTC by Eric Camachat
Modified: 2026-04-08 18:35 UTC (History)
1 user (show)

See Also:


Attachments
update to 2026.03.09 (1.00 KB, patch)
2026-03-10 22:10 UTC, Eric Camachat
no flags Details | Diff
update to 2026.03.031 (1.12 KB, patch)
2026-04-01 16:21 UTC, Eric Camachat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Camachat 2026-03-10 22:10:39 UTC
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.
Comment 1 Eric Camachat 2026-04-01 16:21:43 UTC
Created attachment 269295 [details]
update to 2026.03.031
Comment 2 Eric Camachat 2026-04-01 16:22:54 UTC
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.
Comment 3 commit-hook freebsd_committer freebsd_triage 2026-04-08 18:35:32 UTC
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(-)
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2026-04-08 18:35:46 UTC
Thanks.