Skip to content

Releases: itay-grudev/SingleApplication

v3.1.4

02 Jul 02:25
2637ea2
Compare
Choose a tag to compare
  • Officially supporting and build-testing against Qt 5.15

  • Fixed an MSVC C4996 warning that suggests using strncpy_s.

    Hennadii Chernyshchyk

v3.1.3.1

25 May 06:10
318e893
Compare
Choose a tag to compare
  • CMake build system improvements

  • Fixed Clang Tidy warnings

    Hennadii Chernyshchyk

v3.1.3

12 May 00:57
06a6730
Compare
Choose a tag to compare
  • Improved CMakeLists.txt

    Hennadii Chernyshchyk

v3.1.2

21 Apr 10:47
5fbe353
Compare
Choose a tag to compare
  • Fix a crash when exiting an application on Android and iOS

    Emeric Grange

v3.1.1a: Merge pull request #97 from autoantwort/master

28 Mar 01:36
4baf2e7
Compare
Choose a tag to compare
  • Added currentUser() method that returns the user the current instance is running as.

v3.1.0a

03 Mar 01:31
4abe20a
Compare
Choose a tag to compare
v3.1.0a Pre-release
Pre-release
  • Added primaryUser() method that returns the user the primary instance is running as.

v3.0.19

24 Jan 01:06
3d152b0
Compare
Choose a tag to compare
  • Fixed code warning for depricated functions in Qt 5.10 related to QTime and qrand().

    Hennadii Chernyshchyk
    Anton Filimonov
    Jonas Kvinge

3.0.18: Merge pull request #76 from itay-grudev/android_fallback

13 Oct 07:46
16ea64b
Compare
Choose a tag to compare
  • Fallback to standard QApplication class on iOS and Android systems where
    the library is not supported.

3.0.17

11 Oct 13:35
33975c1
Compare
Choose a tag to compare
  • Fixed compilation warning/error caused by geteuid() on unix based systems.

    Iakov Kirilenko

  • Added CMake support

    Hennadii Chernyshchyk

3.0.16

22 Sep 17:42
e18babe
Compare
Choose a tag to compare
  • Use geteuid() and getpwuid() to get username on Unix, fallback to environment variable.

    Jonas Kvinge