We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24b17a3 + daa373b commit dfae650Copy full SHA for dfae650
3 files changed
CHANGELOG.md
@@ -3,6 +3,8 @@
3
All notable changes to this project will be documented in this file.
4
5
## Unreleased
6
+
7
+## [0.3.2] 2022-11-28
8
- Added fan mode display
9
- Added description on mode tab
10
- Added "Cooler Boost" item to tray menu
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.5)
2
-project(MControlCenter VERSION 0.3.1 LANGUAGES CXX)
+project(MControlCenter VERSION 0.3.2 LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
src/mainwindow.ui
@@ -763,7 +763,7 @@
763
<item row="0" column="1">
764
<widget class="QLabel" name="versionValueLabel">
765
<property name="text">
766
- <string notr="true">0.3.1</string>
+ <string notr="true">0.3.2</string>
767
</property>
768
</widget>
769
</item>
0 commit comments