Skip to content

Commit e303f84

Browse files
author
DelphiDabbler
committed
Merge tag 'version-4.14.0' into develop
Release 4.14.0 build 254
2 parents 5e54996 + d5b610f commit e303f84

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

Docs/ChangeLogs/ChangeLog-v4.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111
; Change Log for CodeSnip Release 4
1212
; ------------------------------------------------------------------------------
1313

14+
Release v4.14.0 of 19 March 2016
15+
+ Changes to About Box's "Paths" tab:
16+
- Added new buttons to display the contents of the system and per-user config files.
17+
- Renamed tab as "Paths & Files".
18+
+ Implemented feature request #83 (https://sourceforge.net/p/codesnip/feature-requests/83/) to enable the name and port of any web service test server to be passed on command line by using the new "--test-server" command line option. This replaces hard-wired test server name & port that was activated using the now removed "-localhost" command line switch.
19+
+ Fixed bug #96: "Some open / save dialogues too small" (https://sourceforge.net/p/codesnip/bugs/96/). The height of customised dialogue boxes was increased.
20+
+ Updated operating system detection code to detect Windows 10 TH2.
21+
+ New photo of Sophie the dog added to the Easter egg slide show!
22+
+ Updated help file re About Box changes.
23+
1424
Release v4.13.2 of 20 February 2016
1525
+ Updated and corrected hints displayed in main window.
1626
+ Changed some menu options and associated dialogue box captions.

Src/VCodeSnip.vi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; v. 2.0. If a copy of the MPL was not distributed with this file, You can
33
; obtain one at http://mozilla.org/MPL/2.0/
44
;
5-
; Copyright (C) 2008-2015, Peter Johnson (www.delphidabbler.com).
5+
; Copyright (C) 2008-2016, Peter Johnson (www.delphidabbler.com).
66
;
77
; $Rev$
88
; $Date$
@@ -11,8 +11,8 @@
1111

1212

1313
[Fixed File Info]
14-
File Version #=4, 13, 2, 253
15-
Product Version #=4, 13, 2, 0
14+
File Version #=4, 14, 0, 254
15+
Product Version #=4, 14, 0, 0
1616
File OS=4
1717
File Type=1
1818
File Sub-Type=0

Src/VCodeSnipPortable.vi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; v. 2.0. If a copy of the MPL was not distributed with this file, You can
33
; obtain one at http://mozilla.org/MPL/2.0/
44
;
5-
; Copyright (C) 2012-2015, Peter Johnson (www.delphidabbler.com).
5+
; Copyright (C) 2012-2016, Peter Johnson (www.delphidabbler.com).
66
;
77
; $Rev$
88
; $Date$
@@ -11,8 +11,8 @@
1111

1212

1313
[Fixed File Info]
14-
File Version #=4, 13, 2, 253
15-
Product Version #=4, 13, 2, 0
14+
File Version #=4, 14, 0, 254
15+
Product Version #=4, 14, 0, 0
1616
File OS=4
1717
File Type=1
1818
File Sub-Type=0

0 commit comments

Comments
 (0)