Bug 281775 - www/dooble: update to 2024.09.29
Summary: www/dooble: update to 2024.09.29
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-09-30 14:44 UTC by Eric Camachat
Modified: 2024-10-02 20:46 UTC (History)
1 user (show)

See Also:


Attachments
update to 2024.09.29 (832 bytes, patch)
2024-09-30 14:44 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 2024-09-30 14:44:05 UTC
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!
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2024-09-30 17:00:52 UTC
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-10-02 20:46:19 UTC
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(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2024-10-02 20:46:25 UTC
Committed,

Thanks!