Created attachment 253905 [details] update to 2024.09.29 Version 2024.09.29 Release Notes * Allow -style terminal argument. * Attempt to discover terminal file URLs. * Attempt to load translation files according to QTranslator::load(QLocale(), "dooble", "_", path, ".qm") and QTranslator::load(QLocale(), "qtbase", "_", path, ".qm"). * Automatics and constants. Please report errors. * Everyone loves elapsed time! See Floating Digital Clock. * New --disable-javascript option. * New --normal-screen option. * New --reload-periodically TIME option. * Removed incorrect text from History label: Private Dooble History windows do not exist. * Save the floating history window's geometry only if the window is visible. Otherwise, the recorded geometry will be invalid in a future session. * Set QMAKE_MACOSX_DEPLOYMENT_TARGET to 12.0. * Set terminal URL schemes to HTTPS. * Source release! * Windows 11 release!
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval. -- Attachment -> Details -> maintainer-approval [+]
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b54b45cb06744a59652e36722109d472495dcb7 commit 4b54b45cb06744a59652e36722109d472495dcb7 Author: Eric Camachat <eric@camachat.org> AuthorDate: 2024-09-30 16:59:45 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-10-02 20:45:55 +0000 www/dooble: update to 2024.09.29 ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2024.09.29 * Allow -style terminal argument. * Attempt to discover terminal file URLs. * Attempt to load translation files according to QTranslator::load(QLocale(), "dooble", "_", path, ".qm") and QTranslator::load(QLocale(), "qtbase", "_", path, ".qm"). * Automatics and constants. Please report errors. * Everyone loves elapsed time! See Floating Digital Clock. * New --disable-javascript option. * New --normal-screen option. * New --reload-periodically TIME option. * Removed incorrect text from History label: Private Dooble History windows do not exist. * Save the floating history window's geometry only if the window is visible. Otherwise, the recorded geometry will be invalid in a future session. * Set QMAKE_MACOSX_DEPLOYMENT_TARGET to 12.0. * Set terminal URL schemes to HTTPS. * Source release! * Windows 11 release! PR: 281775 Reported by: eric@camachat.org www/dooble/Makefile | 2 +- www/dooble/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Committed, Thanks!