Bug 276647

Summary: www/dooble: update to 2024.01.25
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/2024.01.25
Attachments:
Description Flags
update to 2024.01.25 eric: maintainer-approval+

Description Eric Camachat 2024-01-26 20:31:41 UTC
Created attachment 247989 [details]
update to 2024.01.25

Release Notes:
 * Display a history item's data in page's status bar during a hover event.
 * New jar scheme. Decompressed files are recorded in the Desktop. The executables jar and unzip are required. GitHub ticket #153.
 * QSqlDatabase issues a warning (connect() and nullptr) if QApplication is not present in Qt 6. A QApplication object must be created before accessing an SQLite database.
 * QWebEngineSettings::ReadingFromCanvasEnabled and Qt 6.6.
 * Smaller page buttons in Settings. GitHub ticket #211.
 * This release is dedicated to the lovely Mr. D. Peace out!
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-01-29 18:35:18 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e3dda513b670071980bf5b6358e8b5a84d60f613

commit e3dda513b670071980bf5b6358e8b5a84d60f613
Author:     Eric Camachat <eric@camachat.org>
AuthorDate: 2024-01-28 17:34:27 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-01-29 18:34:50 +0000

    www/dooble: update to 2024.01.25

    ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2024.01.25

     * Display a history item's data in page's status bar during a hover event.
     * New jar scheme. Decompressed files are recorded in the Desktop. The
       executables jar and unzip are required.
     * QSqlDatabase issues a warning (connect() and nullptr) if QApplication is not
       present in Qt 6. A QApplication object must be created before accessing an
       SQLite database.
     * QWebEngineSettings::ReadingFromCanvasEnabled and Qt 6.6.
     * Smaller page buttons in Settings.

    PR:             276647
    Reported by:    eric@camachat.org (maintainer)

 www/dooble/Makefile | 2 +-
 www/dooble/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2024-01-29 18:35:29 UTC
Committed,

Thanks!