Version 2024.07.15
·
330 commits
to master
since this release
Release Notes
- A StarBeam's estimated time of arrival is now displayed as a rational. GitHub ticket #34.
- A StarBeam's percent completed is now displayed as a rational. GitHub ticket #34.
- About the 88th release of Spot-On.
- Adjusted QString::split() for modern Qt versions.
- Corrected INI setting kernel/tcp_nodelay in spoton_gui_server_tcp_server::incomingConnection(); the proper setting name is gui/tcp_nodelay.
- Disable WebEngine's cache if SPOTON_WEBENGINE_ENABLED is true.
- Do not set an empty URL interceptor for WebEngine as the engine is particular.
- Elegant source.
- Fourteen years of silent awesomeness.
- GPGError 1.50; Windows.
- Include urls.db in database vacuuming. New confirmation prompt included.
- NTRU memset() size parameter correction; size must be non-zero. Please read line 506 of src/poly.c. Notice that the len parameter is an unsigned 16-bit integer.
- Non-modal About dialog.
- OpenSSL 3.3.1; Windows.
- Prepared for Apple Silicon MacOS. Intel MacOS is deprecated.
- QLocale::country() was replaced with QLocale::territory() in Qt 6.6.
- Qt 6 LTS and WebEngine preparations.
- Qt 6 LTS and deprecated SSL corrections.
- Removed ancient QSettings::remove() instances.
- Removed deprecated QAction objects.
- Removed tool tips from StarBeam -> Transmitted -> Add Mosaic.
- Replaced QWebEngineSettings::globalSettings() with QWebEngineSettings::defaultSettings().
- Simplified StarBeam reading. Reading tasks are cumbersome.
- Some QDateTime::setTimeSpec(Qt::UTC) instances are redundant. Removed!
- Source-only releases! Computers do not exist.
- The method spoton_webengine_page::acceptNavigationRequest() must return true else a local page will not be loaded.
- This happy release is dedicated to the spotty Mr. D.
- Ultra StarBeams were introduced in 2019 or so. Perhaps earlier, perhaps later. Ultra StarBeams are reliable and therefore resize() is not necessary.
- Unroll loops, if possible, via funroll-loops.
- Various tool tips in StarBeam -> Transmitted would disappear if an active StarBeam was present: QTableWidget::selectRow().
- View Locally is now hidden in Search unless WebEngine or WebKit is available.
- WebEngine is now included in some Linux distributions. The engine will render local Web pages.