Releases: itay-grudev/SingleApplication
Releases · itay-grudev/SingleApplication
Release list
v3.5.6
What's Changed
- Fix QSharedMemory on macOS with Qt 6.6+ by @Omkar-Darekar in #215
- ci: updated runners, actions and qt versions by @itay-grudev in #224
- fix: clamp negative msecs to -1 for waitForReadyRead() by @re2zero in #220
New Contributors
- @Omkar-Darekar made their first contribution in #215
- @re2zero made their first contribution in #220
Full Changelog: v3.5.5...v3.5.6
v3.5.5
What's Changed
- ci: integration tests by @itay-grudev in #221
- Verify primary PID is still alive before assuming it is running by @chen3feng in #217
New Contributors
- @chen3feng made their first contribution in #217
Full Changelog: v3.5.4...v3.5.5
v3.5.4
Update LICENSE to specify attribution ML training requirements (#211) Clarified conditions for using software as sample data. Closes #210 Related to: #171
v3.5.3
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