Skip to content

Commit 7d7544b

Browse files
committed
Update change log re v4.19.0 changes
1 parent a0d7ba0 commit 7d7544b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,27 @@ This change log begins with the first ever pre-release version of _CodeSnip_. Re
1010
1111
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).
1212

13+
## Release v4.19.0 of 31 December 2021
14+
15+
* Improved user-friendliness of Preferences dialogue box:
16+
* Removed multi-line tab sets and replacing navigation pane on left hand side of window.
17+
* Hid warning on Printing preferences page that changes will not be made until after program is restarted, if and only if page is displayed from Print dialogue box.
18+
* Last preferences page displayed is now remembered and restored the next time the dialogue box is displayed.
19+
* Added facility to customise size of font used in Overview pane's tree view. A new preference added to Display pane of Preferences dialogue box is used to set the font size.
20+
* Fixed obscure bug in code that reads legacy ANSI Code Snippets Database files that was potentially using the incorrect ANSI code page.
21+
* Updated help file re changes
22+
* Fixed errors in custom installer dialogue boxes.
23+
* Documentation corrected, expanded and updated.
24+
* Some tidying up:
25+
* Fixed some broken web links in source code comments and elsewhere.
26+
* Replaced `http` protocol in URLS with `https` wherever supported - mainly in source code comments & documentation.
27+
* Removed some orphaned files long since removed from project.
28+
* Added missing header comments to source file.
29+
* Updated copyright dates in files modified during year to include 2021.
30+
* Change log was overhauled to fix linting errors.
31+
* Bumped version of per-user config file to 17 following addition of new preferences.
32+
* Small amount of refactoring
33+
1334
## Release v4.18.1 of 29 November 2021
1435

1536
* Improved handling of control and whitespace characters in generated HTML: revised which characters were converted to HTML character attributes / entities.

0 commit comments

Comments
 (0)