Skip to content

Commit a067154

Browse files
committed
Bump version.
1 parent 5471dba commit a067154

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
for version 5.2
27
- Add 'Lock to desktop' option
38
- Fix bash completion

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
5.2
1+
5.3
22

helpers/appdata/kdocker.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<binary>kdocker</binary>
3030
</provides>
3131
<releases>
32-
<release version="5.2" timestamp="1532540996">
32+
<release version="5.3" timestamp="1583848837">
3333
<description>Requires Qt Version 5</description>
3434
</release>
3535
</releases>

helpers/kdocker.1

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
.\" ========================================================================
134134
.\"
135135
.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"
137137
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138138
.\" way too many mistakes in technical documents.
139139
.if n .ad l
@@ -193,6 +193,12 @@
193193
.Vb 1
194194
\& Custom icon path
195195
.Ve
196+
.IP "\fB\-I\fR \fIfile\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
196202
.IP "\fB\-j\fR" 4
197203
.IX Item "-j"
198204
.Vb 1

helpers/kdocker_man.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# Create man page (kdocker.1) from pod template
44

55
pod2man --center 'General Commands Manual' \
6-
--release 'Version 5.2' \
6+
--release 'Version 5.3' \
77
--date "$(date +'%e %B, %Y')" \
88
kdocker.pod kdocker.1

src/constants.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const QString Constants::APP_NAME = "KDocker";
2424
const QString Constants::ORG_NAME = "com.kdocker";
2525
const QString Constants::DOM_NAME = "kdocker.com";
2626
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";
2828

2929
const char *Constants::OPTIONSTRING = "+abd:e:fhi:I:jklmn:op:qrstvuw:x:";
3030

0 commit comments

Comments
 (0)