Skip to content

Commit f04ca98

Browse files
authored
Merge pull request #119 from dmitry-s93/version/0.4.1
Bump version to 0.4.1
2 parents b5785e1 + b79a6a1 commit f04ca98

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44

55
## Unreleased
6+
7+
## [0.4.1] 2023-08-09
68
- Fixed UI lags when resizing the window (issue https://github.com/dmitry-s93/MControlCenter/issues/97)
79
- Updated Norwegian Bokmål (Thanks [msigurdsen](https://github.com/msigurdsen))
810
- Added support for German language (Thanks [EchterAlsFake](https://github.com/EchterAlsFake))

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22

3-
project(MControlCenter VERSION 0.4.0 LANGUAGES CXX)
3+
project(MControlCenter VERSION 0.4.1 LANGUAGES CXX)
44

55
set(CMAKE_INCLUDE_CURRENT_DIR ON)
66

src/mainwindow.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@
16031603
<item row="0" column="1">
16041604
<widget class="QLabel" name="versionValueLabel">
16051605
<property name="text">
1606-
<string notr="true">0.4.0</string>
1606+
<string notr="true">0.4.1</string>
16071607
</property>
16081608
</widget>
16091609
</item>

0 commit comments

Comments
 (0)