Releases: itay-grudev/SingleApplication
Releases · itay-grudev/SingleApplication
v3.5.1
v3.5.0
- Switch to the new QNativeIpcKey based QSharedMemory constructor with Qt 6.6 and higher. - Jonas Kvinge
- Support for Qt 6.6 and higher
v3.4.1
- Improved Windows advapi32 link library dependency. - Frederik Seiffert
v3.4.0
- Provide API for blocking sendMessage. - Christoph Cullmann
- New documentation generation using Doxygen
- Improved Windows basic widget example
- Updated Project License
v3.3.4
- Fix compilation under Qt 6.2+ and stricter Qt compile settings. - Christoph Cullmann
v3.3.2
- Fixed crash caused by sending a
writeAck
on a removed connection. - Nicolas Werner
v3.3.1
- Added support for AppImage dynamic executable paths. - Michael Klein
v3.3.0
- Fixed message fragmentation issue causing crashes and incorrectly and inconsistently received messages. - Nils Jeisecke
v3.2.0
- Added support for Qt 6 - Jonas Kvinge
- Fixed warning in
Qt 5.9
withmin
/max
functions on Windows - Nick Korotysh - Fix return value of connectToPrimary() when connect is successful - Jonas Kvinge
- Fix build issue with MinGW GCC pedantic mode - Iakov Kirilenko
- Fixed conversion from
int
toquint32
and Clang Tidy warnings - Hennadii Chernyshchyk
v3.1.5
- Improved library stability in edge cases and very rapid process initialisation
- Fixed Bug where the shared memory block may have been modified without a lock
- Fixed Bug causing
instanceStarted()
to not get emitted when a second instance
has been started before the primary has initiated it'sQLocalServer
.