We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ac51b commit 2a2c947Copy full SHA for 2a2c947
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v1.2.0
4
+
5
+- Rename `lib` folder into `src`, and `src` subfolder into `source`.
6
+- Add CI jobs to build and test on Windows, Linux and MacOS.
7
+- Rename `setForceSingleInstance(bool)` into `setMode(SingleInstance|MultipleInstances)`.
8
+- Add new test for single instance mode.
9
+- Replace Bash scripts by CMake presets.
10
+- Fix warnings.
11
12
## v1.1.0
13
14
- Linux compatibility fixes.
CMakeLists.txt
@@ -7,7 +7,7 @@ include(DeployQt)
# Set project information.
project("QtAppInstanceManager"
LANGUAGES CXX
- VERSION 1.1.0.0
+ VERSION 1.2.0.0
)
set(PROJECT_NAMESPACE "oclero")
0 commit comments