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
+17
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,23 @@ Releases are listed in reverse version number order.
6
6
7
7
> Note that _CodeSnip_ v4 was developed in parallel with v3 for a while. As a consequence some v3 releases have later release dates than early v4 releases.
8
8
9
+
## Release v4.25.0 of 19 April 2025
10
+
11
+
* Added new feature to save snippet information to file in RTF format using the new _File | Save Snippet Information_ menu option [issue #140].
12
+
* Added the option to save optionally highlighted annotated source code and units in HTML 5 format [issue #87].
13
+
* Fixed malformed bullet character(s) in the list of imported snippets on the last page of the Snippets Import Wizard dialogue box [issue #147].
14
+
* Improved the solution to the crash after hibernation bug, initially fixed in v4.24.1 and v4.24.2, with much improved and more stable code [issue #158]. Implemented by [@SirRufo](https://.com/SirRufo).
15
+
* Overhauled rich text format processing:
16
+
* Fixed bug where Unicode characters that don't exist in the system code page were not being displayed correctly [issue #157].
17
+
* Fixed potential bug where some reserved ASCII characters may not be escaped properly [issue #159].
18
+
* Refactored and improved the rich text handling code [issue #100].
19
+
* Corrected the copyright date displayed in the About Box to include 2025 [issue #149].
20
+
* Documentation changes:
21
+
* Fixed error in the export file formation documentation and related help topic [issue #151].
22
+
* Corrected erroneous comments for the _TREMLEntities.MapToEntity_ method [issue #84].
23
+
* Updated file format documentation with details the changes introduced when implementing issues #87 and #140.
24
+
* Updated the help file with details of the new features added in this release.
0 commit comments