TDA Config v1.0.3
Full release
- Fixed the app continuously redrawing and re-presenting every frame even when nothing on screen had changed, causing unnecessarily high CPU/GPU usage while idle. It now only redraws when something visually relevant happens (local input, a remote layout change, a rebuild), and enables vsync.
- Hardened the remote web interface’s WebSocket connection against cross-site WebSocket hijacking: each launch now generates a random per-boot token required to open the connection, and the browser’s Origin is checked against the appliance’s own address.
- Added a
--versioncommand-line option; the running version also appears in the--helpoutput. - Windows builds now carry version information in the executable’s file properties (right-click -> Properties -> Details).
- The User Guide (HTML and PDF) now shows the app version, and the PDF gained a proper title page.
Downloads
| File | Description |
|---|---|
| tdaconfig-windows.exe | Windows executable -- run directly, no installation required. |
| LICENSE.pdf | Software license terms (PDF). |
| USER_GUIDE.pdf | User Guide (PDF), for printing or offline reading. |
| USER_GUIDE.html | User Guide (HTML), as it was for this version. |
| RELEASE.pdf | Release notes (PDF). |
| RELEASE.html | Release notes (HTML). |
| tdaconfig-v1.0.3.zip | All of the files above, bundled in a single zip. |