Skip to content

Releases: itay-grudev/SingleApplication

v3.5.4

08 Oct 14:56
a8da87d

Choose a tag to compare

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

22 Jul 16:22
cbe496b

Choose a tag to compare

What's Changed

  • fix Qt5 build on CI for MacOS which requires x86_64 by @bebuch in #204
  • Enable app class independent usage by @bebuch in #203
  • fix: missing header file by @L-Super in #208

New Contributors

Full Changelog: v3.5.2...v3.5.3

v3.5.2

16 Jan 18:40
494772e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.1...v3.5.2

v3.5.1

12 Oct 22:42
8c48163

Choose a tag to compare

  • 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

28 Sep 17:34
c6519b6

Choose a tag to compare

  • 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

17 Sep 13:24
d815ce3

Choose a tag to compare

  • Improved Windows advapi32 link library dependency. - Frederik Seiffert

v3.4.0

13 Jun 10:29
14e9d14

Choose a tag to compare

  • Provide API for blocking sendMessage. - Christoph Cullmann
  • New documentation generation using Doxygen
  • Improved Windows basic widget example
  • Updated Project License

v3.3.4

03 Apr 22:25
a3ed916

Choose a tag to compare

  • Fix compilation under Qt 6.2+ and stricter Qt compile settings. - Christoph Cullmann

v3.3.2

24 Nov 09:26
3f68a16

Choose a tag to compare

  • Fixed crash caused by sending a writeAck on a removed connection. - Nicolas Werner

v3.3.1

20 Sep 13:49
5fec2df

Choose a tag to compare

  • Added support for AppImage dynamic executable paths. - Michael Klein