Releases: textbrowser/dooble
Releases · textbrowser/dooble
Version 2026.03.31
Release Notes
- Consistent window titles.
- Corrected argument processing. For example, --listen is interpreted as a URL.
- DASH instances do not allow decoupling. Corrected context menu option.
- Renamed dooble_local_server to dooble_local_server.socket.
Version 2026.03.09
Release Notes
- DASH improvements: close the shell tab on exit command, launch a shell process and execute commands within it, process standard error and standard output streams iteratively, restart a shell on an interrupt, separate standard error and standard output streams.
- DASH select-all: select only the provided text.
- DASH zoomy.
- Properly destroy DASH instance on tab close.
Version 2026.02.28
Release Notes
- Introduced the Dooble Awesome Shell (DASH). Interactive commands are not functional. Unix only.
Version 2026.02.15
Release Notes
- Interpret command-line arguments as local files first and then as remote locations. See 2025.11.25 item.
- New Settings -> Web -> Local Content Can Access File URLs.
- New Settings -> Web -> Special Files Suffixes.
- Sleepy-deepy timers on panel closings.
- Special logic for displaying .desktop files. A page's setContent() method will be issued whenever the local file has a suffix of .desktop. GitHub ticket #274.
Version 2026.02.09
Release Notes
- Do not save entries in Settings -> Web -> Features Permissions for private windows. The entries will appear in the panel, however, they will not be retained in the respective database.
- Do not save entries in Settings -> Web -> JavaScript -> Disable JavaScript for private windows. The entries will appear in the panel, however, they will not be retained in the respective database.
- Eighteen years of Dooble!
- First source release of 2026!
Version 2025.11.25
Release Notes
- Corrected the setting home_path. The setting was invalid for a brief moment. It has also been removed from dooble_settings.db. GitHub ticket #269.
- Global User Agent. New setting: Settings -> Web -> User Agents -> Global. GitHub #268.
- Interpret command-line arguments as local files first and then as remote locations.
- New XChaCha20 cipher implementation.
- Second LTS of 2025!
- Universal JavaScript scripts. The file dooble_javascript.db will be removed. GitHub ticket #264.
Version 2025.07.18
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
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
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
Release Notes
- Per-domain user agent strings. Please see Settings -> Web -> User Agents.