Bug 276647 - www/dooble: update to 2024.01.25
Summary: www/dooble: update to 2024.01.25
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/textbrowser/dooble...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-26 20:31 UTC by Eric Camachat
Modified: 2024-01-29 18:35 UTC (History)
1 user (show)

See Also:


Attachments
update to 2024.01.25 (832 bytes, patch)
2024-01-26 20:31 UTC, Eric Camachat
eric: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!