Releases: itay-grudev/SingleApplication
Releases · itay-grudev/SingleApplication
v3.1.4
-
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
-
CMake build system improvements
-
Fixed Clang Tidy warnings
Hennadii Chernyshchyk
v3.1.3
-
Improved
CMakeLists.txt
Hennadii Chernyshchyk
v3.1.2
-
Fix a crash when exiting an application on Android and iOS
Emeric Grange
v3.1.1a: Merge pull request #97 from autoantwort/master
- Added
currentUser()
method that returns the user the current instance is running as.
v3.1.0a
- Added primaryUser() method that returns the user the primary instance is running as.
v3.0.19
-
Fixed code warning for depricated functions in Qt 5.10 related to
QTime
andqrand()
.Hennadii Chernyshchyk
Anton Filimonov
Jonas Kvinge
3.0.18: Merge pull request #76 from itay-grudev/android_fallback
- Fallback to standard QApplication class on iOS and Android systems where
the library is not supported.
3.0.17
-
Fixed compilation warning/error caused by
geteuid()
on unix based systems.Iakov Kirilenko
-
Added CMake support
Hennadii Chernyshchyk
3.0.16
-
Use
geteuid()
andgetpwuid()
to get username on Unix, fallback to environment variable.Jonas Kvinge