Summary: | www/dooble: update to 2023.07.15 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Eric Camachat <eric> | ||||
Component: | Individual Port(s) | Assignee: | Fernando Apesteguía <fernape> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | fernape | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://github.com/textbrowser/dooble/releases/tag/2023.07.15 | ||||||
Attachments: |
|
Committed, Thanks! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9fc3419855e1db61532c1bc6bb641dd933bb598 commit d9fc3419855e1db61532c1bc6bb641dd933bb598 Author: Eric Camachat <eric@camachat.org> AuthorDate: 2023-07-15 11:39:37 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-07-17 06:15:59 +0000 www/dooble: update to 2023.07.15 ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2023.07.15 * Display discovered shorcuts in Settings -> Display. Read-only. * Initialize s[i] elements in Threefish. * Introduced --attach and --listen command-line options. If a Dooble instance is available, a new Dooble instance will attach its URLs to the existing Dooble instance. * New executable-current-url command-line option. See Tools -> Current URL Executable(s). Multiple instances are allowed and Dooble does not verify content. * Scoped C++ enumerators. PR: 272490 Reported by: eric@camachat.org (maintainer) www/dooble/Makefile | 3 +-- www/dooble/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) |
Created attachment 243373 [details] Update to 2023.07.15. Release Notes * Display discovered shorcuts in Settings -> Display. Read-only. GitHub ticket #103. * Initialize s[i] elements in Threefish. * Introduced --attach and --listen command-line options. If a Dooble instance is available, a new Dooble instance will attach its URLs to the existing Dooble instance. GitHub ticket #182. * New executable-current-url command-line option. See Tools -> Current URL Executable(s). Multiple instances are allowed and Dooble does not verify content. GitHub discussion #193. * Scoped C++ enumerators.