Releases: itay-grudev/SingleApplication
Releases · itay-grudev/SingleApplication
v3.5.2
What's Changed
- Add an example using CMakes FetchContent module by @dschulz in #181
- fix Could not find advapi32_LIBRARY by @SZinedine in #189
New Contributors
- @dschulz made their first contribution in #181
- @SZinedine made their first contribution in #189
Full Changelog: v3.5.1...v3.5.2
v3.5.1
- Bug Fix: Maximum QNativeIpcKey key size on macOS. - Jonas Kvinge
Known issues:
Using Qt 6.6+ on macOS once the application is started and you quit normally, you still can't start it again. This is likely due to a Qt bug. We are still looking for a workaround.
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