Releases: Jango73/qt-plus
Releases · Jango73/qt-plus
Version 2.0.0
- CHTTPServer - Has incompatible API changes
** Removed obsolete classes CClientData and CRequestProcessor
** Created a class CHTTPRequestProcessor to implement per-socket work
** Use of QThread instead of QRunnable for request processor (needed sleep facilities)
** Handlers now receive a CWebContext instead of a QTcpSocket - CRemoteControl
** Fixed crash issues, cleaned up code
Version 1.3.0
- Made the QML formatting customizable
- Added a context for secure data transfer
- Added a remote control class (SSH like)
Version 1.2.0
v1.2.0 Add debugging facilities
Version 1.1
- Improved the HTTP server (multithreading, flood protection, ...)
- Worked on web controls
- Finalized the QML parser
- Added a logger
- Cleaned up code and added documentation