2.04 (11/05/2015)
  1. Allow suspending of a page load via a tab's context menu.
  2. Avoid accepting secure cookies from HTTP sites.
  3. Avoid serving secure cookies over HTTP.
  4. Enable cross-site-scripting auditing. New installations only.
  5. New per-tab progress bars.
  6. Upgraded Qt to version 5.5.1 on OS X and Windows.
  7. Upgraded SQLite products to version 3.9.1 on Windows.
  8. Upgraded libgcrypt to version 1.6.4 on Windows.
2.03 (09/18/2015)
  1. Allow hiding of the search widget. Please see the View menu.
  2. Configurable tab bar position.
  3. Increased maximum discarded tabs and favorite links from 15 to 30.
  4. Limit results of qgetenv().
  5. Thread scheduling may not be available.
  6. Upgraded Qt products to version 5.5 on OS X and Windows.
2.02 (07/04/2015)
  1. Added Stribog-512.
  2. Allow for automatic cancellation of stagnant JavaScript scripts.
  3. Allow non-authenticated sessions to share plaintext information with Spot-On.
  4. Allow removal of Spot-On shared links. Please see Clear Containers and the Edit menu.
  5. Corrected Qt macro usage.
  6. Corrected SSL widget states in the Settings panel.
  7. Corrected Spot-On button state in the URL location widget.
  8. Corrected retrieval of default iteration count.
  9. Log libspoton errors.
  10. Modified the favicon's context menu so that the available option references the site's host instead of the domain.
  11. Properly center exceptions windows that are activated from Settings.
  12. Removed all support for Qt 4.x, Qt 5.0.x, Qt 5.1.x, Qt 5.2.x, and Qt 5.3.x. Only Qt 5.4.x and newer will be supported in Dooble 2.x.
  13. Removed non-native full-screen support.
  14. Removed translated log entries.
  15. Replaced QCryptographicHash::Sha1 with QCryptographicHash::Sha3_512.
  16. Set the location widget's text after a successful page load or an update of the URL if and only if the user has not modified the location widget's text.
  17. The method dwebpage::slotFinished() must inspect the reply's "dooble-favicon" property as the method may be reached after a download of a favicon.
  18. Updated Czech translation. Thanks to Pavel Fric.
  19. Updated SQLite to version 3.8.10.2, Windows.
  20. Updated libspoton to 0.1.2.
  21. Upgraded OpenSSL products to version 1.0.2c on Windows.
  22. Upgraded Qt products to version 5.4.2 on OS X and Windows.
2.01 (04/01/2015)
  1. Ability to hide the main window's menu bar.
  2. Added the search engine wikibooks.org.
  3. Adjusted full-screen support.
  4. Allow hiding of the Desktop and Home buttons.
  5. Corrected dooble::saveSettings() with respect to the full screen mode.
  6. Display the JavaScript alert in dwebpage::javaScriptAlert() via QMessageBox::exec() instead of show().
  7. Issue std::nothrow in gcry_qmutex_init().
  8. Remind the user if the SQLite database driver is missing.
  9. Removed hiding of the location tool bar.
  10. The Dogpile search engine supports SSL/TLS.
  11. The default SSL configuration's protocol must be set according to the available cipher protocols (SSLv3, TLSv1.0, TLSv1.1, TLSv1.2). Please see http://doc.qt.digia.com/qt-maemo/qsslconfiguration.html.
  12. Upgraded OpenSSL libraries to version 1.0.2a.
  13. Upgraded libgcrypt to version 1.6.3 on Windows.
  14. Upgraded libgpg-error to version 1.13 on Windows.
2.00 (03/01/2015)
  1. Added a Spot-On button to the location widget.
  2. Allow configuration of the main thread's priority.
  3. Avoid real-time storing of splitter states.
  4. Corrected month translations in the History window.
  5. Qt 5.4.1 release. Source only. Many, many changes. WebKit has been replaced by WebEngine. Please see dooble.qt5.pro for example preparation. WebKit support persists.
  6. Removed support for ancient versions of GCC.
1.55 (11/05/2015)
  1. Allow suspending of a page load via a tab's context menu.
  2. Avoid accepting secure cookies from HTTP sites.
  3. Avoid serving secure cookies over HTTP.
  4. Enable cross-site-scripting auditing. New installations only.
  5. New per-tab progress bars.
  6. Upgraded Qt to version 5.5.1 on OS X and Windows.
  7. Upgraded SQLite products to version 3.9.1 on Windows.
  8. Upgraded libgcrypt to version 1.6.4 on Windows.
1.54 (09/18/2015)
  1. Allow hiding of the search widget. Please see the View menu.
  2. Configurable tab bar position.
  3. Deleting the QNetworkReply object in dnetworkaccessmanager::slotFinished() continues to cause sporadic termination. Removed deleteLater().
  4. Increased maximum discarded tabs and favorite links from 15 to 30.
  5. Limit results of qgetenv().
  6. Per Mrs. Fennel, private tabs. Please see the File menu.
  7. Thread scheduling may not be available.
  8. Upgraded Qt products to version 5.5 on OS X and Windows.
1.53 (07/04/2015)
  1. Added Stribog-512.
  2. Allow for automatic cancellation of stagnant JavaScript scripts.
  3. Allow non-authenticated sessions to share plaintext information with Spot-On.
  4. Allow removal of Spot-On shared links. Please see Clear Containers and the Edit menu.
  5. Also retrieve keywords as part of a page's description.
  6. Corrected QSsl enumeration usage for Qt 4.7.x. Thanks to Elbert for reporting.
  7. Corrected Qt macro usage.
  8. Corrected SSL widget states in the Settings panel.
  9. Corrected Spot-On button state in the URL location widget.
  10. Corrected retrieval of default iteration count.
  11. Log libspoton errors.
  12. Modified the favicon's context menu so that the available option references the site's host instead of the domain.
  13. Per Mattias Andree, added support for the Gopher protocol. Lots of changes provided by Mattias. File downloads are supported. Pausing downloads is not supported.
  14. Properly center exceptions windows that are activated from Settings.
  15. Removed non-native full-screen support.
  16. Removed translated log entries.
  17. Set the SSL protocol for QNetworkRequest objects. Removed setting of the protocol in Allowed SSL Ciphers.
  18. Set the location widget's text after a successful page load or an update of the URL if and only if the user has not modified the location widget's text.
  19. The method dwebpage::slotFinished() must inspect the reply's "dooble-favicon" property as the method may be reached after a download of a favicon.
  20. Updated Czech translation. Thanks to Pavel Fric.
  21. Updated SQLite to version 3.8.10.2, Windows.
  22. Updated libspoton to 0.1.2.
  23. Upgraded OpenSSL products to version 1.0.2c on Windows.
  24. Upgraded Qt products to version 5.4.2 on OS X and Windows.
1.52 (04/01/2015)
  1. Ability to disable the main window's menu bar.
  2. Added the search engine wikibooks.org.
  3. Adjusted full-screen support.
  4. Allow hiding of the Desktop and Home buttons.
  5. Corrected dooble::saveSettings() with respect to the full screen mode.
  6. Display the JavaScript alert in dwebpage::javaScriptAlert() via QMessageBox::exec() instead of show().
  7. Ignore QX11EmbedContainer if Q_WS_X11 is not defined.
  8. Issue std::nothrow in gcry_qmutex_init().
  9. Remind the user if the SQLite database driver is missing.
  10. Removed hiding of the location tool bar.
  11. The Dogpile search engine supports SSL/TLS.
  12. The default SSL configuration's protocol must be set according to the available cipher protocols (SSLv3, TLSv1.0, TLSv1.1, TLSv1.2). Please see http://doc.qt.digia.com/qt-maemo/qsslconfiguration.html.
  13. Upgraded OpenSSL libraries to version 1.0.2a.
  14. Upgraded libgcrypt to version 1.6.3 on Windows.
  15. Upgraded libgpg-error to version 1.13 on Windows.
1.51 (03/01/2015)
  1. Added a Spot-On button to the location widget.
  2. Allow configuration of the main thread's priority.
  3. Avoid real-time storing of splitter states.
  4. Corrected month translations in the History window.
  5. Removed support for ancient versions of GCC.
  6. Silent third-party blocking.
  7. Simplified third-party blocking. Please use dooble-blocked-hosts.txt.
  8. Upgraded Qt to version 5.4.1.
Archived Contents

https://github.com/textbrowser/dooble/blob/master/Documentation/RELEASE-NOTES.archived