Skip to content

Commit

Permalink
bump version to 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
user-none committed Sep 28, 2024
1 parent 5eeb0af commit ac3b83f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.18)

project(KDocker VERSION 6.0 LANGUAGES CXX)
project(KDocker VERSION 6.1 LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
for version 6.1
- Rework reading window icons
- Fix saving and using the following settings
- Custom icon
- Custom attention icon
- Lock to desktop
- Add new command line, menu and dbus option to control iconifying a window when docking
- Add menu options to clear custom icon and custom attention icon

for version 6.0
- Support for Qt 6
- Build system changed to CMake
Expand Down

0 comments on commit ac3b83f

Please sign in to comment.