Skip to content

Commit

Permalink
New release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
textbrowser committed Jan 23, 2024
1 parent af27bfd commit c8f71b0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="wrapper">
<header>
<h1>Dooble Web Browser</h1>
<b>Dooble 2023.12.25 is the newest software release.</b>
<b>Dooble 2024.01.25 is the newest software release.</b>
<ul>
<li><a href="https://www.paypal.com/cgi-bin/webscr?item_name=Donation+to+Dooble+Web+Browser&cmd=_donations&business=textbrowser@gmail.com" target="_blank"><strong>Donate</strong></a></li>
<li><a href="https://github.com/textbrowser/dooble/releases">Download <strong>Binaries</strong></a></li>
Expand All @@ -42,6 +42,17 @@ <h1>Dooble Web Browser</h1>
<img src="images/dooble.png">
</section>
<section>
<p>
<h3><b>Dooble 2024.01.25</b></h3>
Welcome to the <b>2024.01.25</b> release of Dooble. Corrections and new features are detailed below.
<ul>
<li>Display a history item's data in page's status bar during a hover event.</li>
<li>New jar scheme. Decompressed files are recorded in the Desktop. The executables jar and unzip are required. GitHub ticket <a href="https://github.com/textbrowser/dooble/issues/153">#153</a>.</li>
<li>QSqlDatabase issues a warning (connect() and nullptr) if QApplication is not present in Qt 6. A QApplication object must be created before accessing an SQLite database.</li>
<li>QWebEngineSettings::ReadingFromCanvasEnabled and Qt 6.6.</li>
<li>This release is dedicated to the lovely Mr. D. Peace out!</li>
</ul>
</p>
<p>
<h3><b>Dooble 2023.12.25</b></h3>
Welcome to the <b>2023.12.25</b> release of Dooble. Corrections and new features are detailed below.
Expand Down

0 comments on commit c8f71b0

Please sign in to comment.