File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## Unreleased
6
6
7
+ ## [ 0.1.2] 2022-10-02
8
+
7
9
- GUI improvements
10
+ - Some optimizations
11
+ - Added link to bug tracker
8
12
- Added "Fully charged" battery status
9
13
- Added "Fully charged (Discharging)" battery status
10
14
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.1.1 LANGUAGES CXX )
3
+ project (MControlCenter VERSION 0.1.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 671
671
<item row =" 0" column =" 1" >
672
672
<widget class =" QLabel" name =" versionValueLabel" >
673
673
<property name =" text" >
674
- <string notr =" true" >0.1.1 </string >
674
+ <string notr =" true" >0.1.2 </string >
675
675
</property >
676
676
</widget >
677
677
</item >
You can’t perform that action at this time.
0 commit comments