File tree Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+ for version 5.2
2
+ - Add 'Lock to desktop' option
3
+ - Fix bash completion
4
+
1
5
for version 5.1
2
6
- Support load/save per application settings
3
7
- Various fixes
Original file line number Diff line number Diff line change 1
- 5.1
1
+ 5.2
2
2
Original file line number Diff line number Diff line change 22
22
</screenshot >
23
23
<screenshot ></screenshot >
24
24
</screenshots >
25
- <url type =" homepage" >http ://kdocker .com</url >
25
+ <url type =" homepage" >https ://github .com/user-none/KDocker </url >
26
26
<url type =" bugtracker" >https://github.com/user-none/KDocker/issues</url >
27
27
<url type =" help" >https://github.com/user-none/KDocker/blob/master/README.md</url >
28
28
<provides >
29
29
<binary >kdocker</binary >
30
30
</provides >
31
31
<releases >
32
- <release version =" 5.1 " timestamp =" 1518965746 " >
32
+ <release version =" 5.2 " timestamp =" 1532540996 " >
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 "18 February , 2018" "Version 5.1 " "General Commands Manual"
136
+ .TH KDOCKER 1 "25 July , 2018" "Version 5.2 " "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.1 ' \
6
+ --release ' Version 5.2 ' \
7
7
--date " $( date +' %e %B, %Y' ) " \
8
8
kdocker.pod kdocker.1
Original file line number Diff line number Diff line change 23
23
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
- const QString Constants::WEBSITE = " http ://kdocker .com" ;
27
- const QString Constants::APP_VERSION = " 5.1 " ;
26
+ const QString Constants::WEBSITE = " https ://github .com/user-none/KDocker " ;
27
+ const QString Constants::APP_VERSION = " 5.2 " ;
28
28
29
29
const char *Constants::OPTIONSTRING = " +abd:e:fhi:jklmn:op:qrstvuw:x:" ;
30
30
You can’t perform that action at this time.
0 commit comments