Skip to content

Commit

Permalink
bump version to 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
user-none committed Oct 26, 2024
1 parent f9885a0 commit 25678a6
Show file tree
Hide file tree
Showing 2 changed files with 8 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.1 LANGUAGES CXX)
project(KDocker VERSION 6.2 LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
for version 6.2
- Save and use a local copy of an icon when setting a custom icon
- Use a blue missing icon, icon when a previously set custom icon cannot be read
- Show application when clicking KDocker title change notification
- Does not work on some desktop enviroments
- Applies to KDocker created notifications only and not application created notifications

for version 6.1
- Rework reading window icons
- Fix saving and using the following settings
Expand Down

0 comments on commit 25678a6

Please sign in to comment.