File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change
1
+ for version 5.4
2
+ - Avoid deadlock during shut down on UNIX signals
3
+
1
4
for version 5.3
2
5
- Add configurable attention icon that is shown if iconified app needs attention
3
6
- Fix building with Qt 5.14+
Original file line number Diff line number Diff line change 1
- 5.3
1
+ 5.4
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.3 " timestamp =" 1583848837 " >
32
+ <release version =" 5.4 " timestamp =" 1651154731 " >
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 "10 March, 2020 " "Version 5.3 " "General Commands Manual"
136
+ .TH KDOCKER 1 "28 April, 2022 " "Version 5.4 " "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
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.3 ' \
6
+ --release ' Version 5.4 ' \
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.3 " ;
27
+ const QString Constants::APP_VERSION = " 5.4 " ;
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