From b79a6a16a63f7fd8eb2fd685ea6712a9a0a1c1d0 Mon Sep 17 00:00:00 2001 From: Dmitry Serov Date: Wed, 9 Aug 2023 17:59:16 +0300 Subject: [PATCH] Bump version to 0.4.1 --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- src/mainwindow.ui | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a8e44a..209cdfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## Unreleased + +## [0.4.1] 2023-08-09 - Fixed UI lags when resizing the window (issue https://github.com/dmitry-s93/MControlCenter/issues/97) - Updated Norwegian Bokmål (Thanks [msigurdsen](https://github.com/msigurdsen)) - Added support for German language (Thanks [EchterAlsFake](https://github.com/EchterAlsFake)) diff --git a/CMakeLists.txt b/CMakeLists.txt index a86f4f5..0a398f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(MControlCenter VERSION 0.4.0 LANGUAGES CXX) +project(MControlCenter VERSION 0.4.1 LANGUAGES CXX) set(CMAKE_INCLUDE_CURRENT_DIR ON) diff --git a/src/mainwindow.ui b/src/mainwindow.ui index cd2cf49..61c77d6 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1603,7 +1603,7 @@ - 0.4.0 + 0.4.1