File tree Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Original file line number Diff line number Diff line change
1
+ for version 5.3
2
+ - Add configurable attention icon that is shown if iconified app needs attention
3
+ - Fix building with Qt 5.14+
4
+ - Fix for extraneous events generated by KDE 5.14
5
+
1
6
for version 5.2
2
7
- Add 'Lock to desktop' option
3
8
- Fix bash completion
Original file line number Diff line number Diff line change 1
- 5.2
1
+ 5.3
2
2
Original file line number Diff line number Diff line change 29
29
<binary >kdocker</binary >
30
30
</provides >
31
31
<releases >
32
- <release version =" 5.2 " timestamp =" 1532540996 " >
32
+ <release version =" 5.3 " timestamp =" 1583848837 " >
33
33
<description >Requires Qt Version 5</description >
34
34
</release >
35
35
</releases >
Original file line number Diff line number Diff line change 133
133
.\" ========================================================================
134
134
.\"
135
135
.IX Title " KDOCKER 1"
136
- .TH KDOCKER 1 "25 July, 2018 " "Version 5.2 " "General Commands Manual"
136
+ .TH KDOCKER 1 "10 March, 2020 " "Version 5.3 " "General Commands Manual"
137
137
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138
138
.\" way too many mistakes in technical documents.
139
139
.if n .ad l
193
193
.Vb 1
194
194
\& Custom icon path
195
195
.Ve
196
+ .IP " \fB \- I \fR \fI file \fR " 4
197
+ .IX Item " -I file"
198
+ .Vb 2
199
+ \& Custom attention icon path. This icon is set if the title
200
+ \& of the application window changes while it is iconified.
201
+ .Ve
196
202
.IP " \fB \- j \fR " 4
197
203
.IX Item " -j"
198
204
.Vb 1
Original file line number Diff line number Diff line change 3
3
# Create man page (kdocker.1) from pod template
4
4
5
5
pod2man --center ' General Commands Manual' \
6
- --release ' Version 5.2 ' \
6
+ --release ' Version 5.3 ' \
7
7
--date " $( date +' %e %B, %Y' ) " \
8
8
kdocker.pod kdocker.1
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const QString Constants::APP_NAME = "KDocker";
24
24
const QString Constants::ORG_NAME = " com.kdocker" ;
25
25
const QString Constants::DOM_NAME = " kdocker.com" ;
26
26
const QString Constants::WEBSITE = " https://github.com/user-none/KDocker" ;
27
- const QString Constants::APP_VERSION = " 5.2 " ;
27
+ const QString Constants::APP_VERSION = " 5.3 " ;
28
28
29
29
const char *Constants::OPTIONSTRING = " +abd:e:fhi:I:jklmn:op:qrstvuw:x:" ;
30
30
You can’t perform that action at this time.
0 commit comments