We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325efe5 commit a5fc369Copy full SHA for a5fc369
NEWS
@@ -1,3 +1,6 @@
1
+0.4.3
2
+ Fix #21 disable activate mouse action on desktop
3
+ properly hide title on desktop #21
4
0.4.2
5
ReAdd missing themerc from windowck themes
6
0.4.1
configure.ac.in
@@ -8,7 +8,7 @@ dnl *** Version information ***
8
dnl ***************************
9
m4_define([windowck_version_major], [0])
10
m4_define([windowck_version_minor], [4])
11
-m4_define([windowck_version_micro], [2])
+m4_define([windowck_version_micro], [3])
12
m4_define([windowck_version_nano], []) dnl leave this empty to have no nano version
13
m4_define([windowck_version_build], [@REVISION@])
14
m4_define([windowck_version_tag], [])
0 commit comments