Skip to content

Releases: textbrowser/dooble

Version 2025.07.18

19 Jul 00:53

Choose a tag to compare

Release Notes
  • MacOS Dooble will be built on an Intel. Please install Rosetta if required.
  • Pin tabs. Requires Settings -> History -> Retain Session Tabs. GitHub ticket #266.
  • Replaced qgetenv() with qEnvironmentVariable().

Version 2025.07.04

04 Jul 14:45

Choose a tag to compare

Release Notes
  • Clear the link hovered widget if a page is being loaded or the page receives a new URL.
  • Correctly process private JavaScript scripts. See QWebEngineScript. GitHub ticket #259.
  • First LTS of 2025!

Version 2025.06.30

30 Jun 02:14

Choose a tag to compare

Release Notes
  • New Open As New Cute Window tab context menu. A cute page is: a page having a hidden address frame, a page resized to its contents, a page which is periodically reloaded, a page without a menu bar, a page without a status bar, a page without a tab bar.

Version 2025.06.10

10 Jun 12:31

Choose a tag to compare

Release Notes
  • Per-domain user agent strings. Please see Settings -> Web -> User Agents.

Version 2025.06.01

01 Jun 19:24

Choose a tag to compare

Release Notes
  • Clear sugary cookie information in the Cookies window if the selected item becomes invisible.
  • Cookies are a complicated matter: children, hidden, parents, visible. Simplified the acrobatics of the Cookies window.
  • Corrected an abnormal termination caused by selecting a sub-set of cookies in the Cookies window and pressing the Delete Selected button. Oopsie.
  • Yet another blue-balloon-papa release!

Version 2025.05.31

31 May 00:12

Choose a tag to compare

Release Notes
  • New Settings -> Display -> Show Title Bar. GitHub ticket #262.

Version 2025.05.10

11 May 01:55

Choose a tag to compare

Release Notes
  • Another blue-balloon-papa release!
  • Hide lefty widgets on full-screen-mode activation.
  • Simplified the item delegate for dooble_charts::Properties::DATA_SOURCE_ADDRESS. The new delegate offers a file-system completer.

Version 2025.04.27

27 Apr 14:53

Choose a tag to compare

Release Notes
  • Another blue-balloon-papa release!
  • Repaint menus which activate embedded content.
  • Super-simple widget-centering algorithm.

Version 2025.04.07

07 Apr 16:13

Choose a tag to compare

Release Notes
  • Allow assigning of Settings -> Display -> Language -> System on systems without proper translation sets.
  • Assign a translation set before creating interface objects.
  • Corrected WebEngine's dark-mode feature. The option must be enabled before the default Web profile is created.
  • Inspect the absolute file path of the translations directory when preparing translation objects.

Version 2025.04.06

06 Apr 16:15

Choose a tag to compare

Release Notes
  • Export QT_QPA_PLATFORMTHEME as qt6ct in dooble.sh only if qt6ct is discovered.
  • Initialize the default WebEngineProfile object as early as possible. Qt 6.6 and newer introduced QWebEngineSettings::ReadingFromCanvasEnabled. Corrects an abnormal termination.
  • Replaced icon status label in JavaScript Console with a simple text label.
  • Support QWebEnginePage::FileSelectSave in QWebEnginePage::chooseFiles().