You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,17 @@ This change log begins with the first ever pre-release version of _CodeSnip_. Re
12
12
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).
13
13
14
14
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
+
15
26
## Release v4.18.0 of 13 September 2021
16
27
17
28
* Added support for test compilation with, and detection of, Delphi 11 Alexandria.
0 commit comments