Skip to content

Releases: itay-grudev/SingleApplication

v3.5.6

Choose a tag to compare

@itay-grudev itay-grudev released this 16 Jun 20:10
a218603

What's Changed

New Contributors

Full Changelog: v3.5.5...v3.5.6

v3.5.5

Choose a tag to compare

@itay-grudev itay-grudev released this 10 Jun 02:39
b117282

What's Changed

New Contributors

Full Changelog: v3.5.4...v3.5.5

v3.5.4

Choose a tag to compare

@itay-grudev itay-grudev released this 08 Oct 14:56
a8da87d
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

Choose a tag to compare

@itay-grudev itay-grudev released this 22 Jul 16:22
cbe496b

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

Choose a tag to compare

@itay-grudev itay-grudev released this 16 Jan 18:40
494772e

What's Changed

New Contributors

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

v3.5.1

Choose a tag to compare

@itay-grudev itay-grudev released this 12 Oct 22:42
8c48163
  • 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

Choose a tag to compare

@itay-grudev itay-grudev released this 28 Sep 17:34
c6519b6
  • 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

Choose a tag to compare

@itay-grudev itay-grudev released this 17 Sep 13:24
d815ce3
  • Improved Windows advapi32 link library dependency. - Frederik Seiffert

v3.4.0

Choose a tag to compare

@itay-grudev itay-grudev released this 13 Jun 10:29
14e9d14
  • Provide API for blocking sendMessage. - Christoph Cullmann
  • New documentation generation using Doxygen
  • Improved Windows basic widget example
  • Updated Project License

v3.3.4

Choose a tag to compare

@itay-grudev itay-grudev released this 03 Apr 22:25
a3ed916
  • Fix compilation under Qt 6.2+ and stricter Qt compile settings. - Christoph Cullmann