Skip to content

Commit 781a2d5

Browse files
committed
Merge tag 'version-4.18.1' into develop
2 parents a82c39a + d569a80 commit 781a2d5

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ This change log begins with the first ever pre-release version of _CodeSnip_. Re
1212
From v4.1.0 the version numbering has attempted to adhere to the principles of [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1313

1414

15+
## Release v4.18.1 of 29 November 2021
16+
17+
* Improved handling of control and whitespace characters in generated HTML: revised which characters were converted to HTML character attributes / entities.
18+
* Fixed error in title of _Save Annotated Source_ dialogue box.
19+
* Replaced use 3rd party `GIFImage` unit with similar `GIFImg` unit from Delphi XE VCL.
20+
* Corrected help topic for _Dependencies_ dialogue box to describe _Save & Close_ button.
21+
* Operating system detection code was updated to correctly detect Windows 11 and Windows 10 version 21H2.
22+
* Some refactoring.
23+
* Updated license document (`License.html`) following removal of dependency on GIFImage unit.
24+
25+
1526
## Release v4.18.0 of 13 September 2021
1627

1728
* Added support for test compilation with, and detection of, Delphi 11 Alexandria.

Src/UConsts.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at http://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2009-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2009-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Defines various character, string and resource id constants.
99
}

Src/UHTMLUtils.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at http://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2005-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Helper interfaces and classes used to generate HTML.
99
}

Src/VCodeSnip.vi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99

1010
[Fixed File Info]
11-
File Version #=4, 18, 0, 261
12-
Product Version #=4, 18, 0, 0
11+
File Version #=4, 18, 1, 262
12+
Product Version #=4, 18, 1, 0
1313
File OS=4
1414
File Type=1
1515
File Sub-Type=0

Src/VCodeSnipPortable.vi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99

1010
[Fixed File Info]
11-
File Version #=4, 18, 0, 261
12-
Product Version #=4, 18, 0, 0
11+
File Version #=4, 18, 1, 262
12+
Product Version #=4, 18, 1, 0
1313
File OS=4
1414
File Type=1
1515
File Sub-Type=0

0 commit comments

Comments
 (0)