File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
5
5
## Unreleased
6
+
7
+ ## [ 0.3.2] 2022-11-28
6
8
- Added fan mode display
7
9
- Added description on mode tab
8
10
- Added "Cooler Boost" item to tray menu
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.5 )
2
2
3
- project (MControlCenter VERSION 0.3.1 LANGUAGES CXX )
3
+ project (MControlCenter VERSION 0.3.2 LANGUAGES CXX )
4
4
5
5
set (CMAKE_INCLUDE_CURRENT_DIR ON )
6
6
Original file line number Diff line number Diff line change 763
763
<item row =" 0" column =" 1" >
764
764
<widget class =" QLabel" name =" versionValueLabel" >
765
765
<property name =" text" >
766
- <string notr =" true" >0.3.1 </string >
766
+ <string notr =" true" >0.3.2 </string >
767
767
</property >
768
768
</widget >
769
769
</item >
You can’t perform that action at this time.
0 commit comments