Skip to content

Releases: delphidabbler/codesnip

v4.24.2 - 2025-04-14

14 Apr 18:53
Compare
Choose a tag to compare

🔥 Hotfix

This is an important bug fix release.

Download

Download both the standard and portable versions below.

Changes

  • Updated bug fix implemented in v4.24.1 to avoid relying on a potentially problematic windows event [issue #70 (2nd attempt)].
  • Corrected release date error for v4.24.1 in CHANGELOG.md.

v4.24.1 - 2025-04-13

13 Apr 18:21
Compare
Choose a tag to compare

Download

Download both the standard and portable versions below.

Changes

  • Fixed bug where CodeSnip occasionally crashes after a computer resumes from hibernation [issue #70].
  • Bumped some copyright dates for 2025.

v4.24.0 - 2024-10-23

23 Oct 19:54
Compare
Choose a tag to compare

Download

Download both the standard and portable versions below.

Changes

  • Compilers with which a snippet has not been tested are now omitted from snippet information that is copied to the clipboard and included in print outs [issue #143].
  • Reversed order of compilers in the snippets editor's Compile Results tab so that later compilers are display first. This change was accidentally left out of release v4.22.0 when similar changes were made in other parts of the UI [issue #135].
  • Release version number is now displayed in the program title bar [issue #122].
  • Fixed incorrect copyright date displayed in About Box [issue #129].
  • Fixed bug when checking for correct preamble bytes (BOMs) in UTF-8 and UTF-16 format text files [issue #139].
  • Portable and Standard edition now use the same program names. Portable edition was previously declaring itself as DelphiDabbler CodeSnip-p instead of DelphiDabbler CodeSnip [issue #130].
  • Updated operating system detection code [issues #126 and #144].
  • Added Deploy.bat script to create and package both the CodeSnip standard and portable releases [issue #128].
  • Documentation changes:
    • CodeSnip standard and portable releases now each have their own release read-me files instead of both releases being shipped with the same read-me [issue #127]. Updated Build.html and README.md re this change.
    • Updated and corrected REML documentation and REML help topic. Those documents and others that discuss REML were also changed to link to authoritative REML definitions in the delphidabbler/reml repository. [issues #131, #133 & #134].
    • Updated Build.html with alternative, more secure, download link for zip.exe program that is required to package releases [issue #137].

v4.23.0 - 2024-04-02

02 Apr 13:47
Compare
Choose a tag to compare

Download

Download both the standard and portable versions below.

Changes

  • Removed marketing names (e.g. "Athens" or "Rio") from Delphi compiler names to save space when the compiler names are displayed in the UI [issue #125].
  • Added new ' entity to REML markup language and boosted REML version to v6 as a consequence [issue #99].
  • Refactored class helper code by splitting a single monolithic unit into three more specialised units [issue #90].
  • Updated documentation and related help topic re change to REML v6.

v4.22.0 - 2023-11-08

08 Nov 02:41
Compare
Choose a tag to compare

Download

Download both the standard and portable versions below.

Changes

  • Added support for test compiling snippets with Delphi 12 Athens [issue #121].
  • Documentation changes re addition of support for Delphi 12:
    • File format additions for config, export, user database and main database.
    • Docs/ReadMe.txt.
    • Relevant help topics.
  • Reversed order in which compilers are listed in the Configure Compilers and Find Compilers dialogue boxes so that the most recent version of Delphi is listed first [issue #51].
  • Refactored out all with statements from Pascal source code [issue #118].
  • Fixed error in CHANGELOG.md entry for release v4.21.2 [issue #120].

v4.21.2 - 2023-07-14

13 Jul 23:40
Compare
Choose a tag to compare

Download

Download both the standard and portable versions below.

Changes

  • Removed broken links and fixed unsafe links in the About box [issue #105].
  • Fixed bug in version information files that resulted in an error in the Comments section of the version information of both editions of CodeSnip [issue #106].
  • Fixed potential XSS vulnerability in JQuery code used in Easter egg [issue #107].
  • Documentation changes:
    • Rationalised, corrected, updated and clarified licensing information. These changes affected many documentation files. [issue #108].
    • Overhauled README.md and Docs/ReadMe.txt and created a new CONTRIBUTING.md file that explains how to contribute in detail [issue #104].

v4.21.1 - 2023-04-09

09 Apr 12:07
Compare
Choose a tag to compare

Download

Download both the standard and portable versions below.

Changes

  • Completed implementation of support for REML version 5 (ommitted from v4.20.0 in error) and fixed some bugs in the original implementation [issues #81 and #82], including:
    • Heavily revised "active text" handling code and document model to fix support for lists introduced in v4.21.0.
    • Added support for rendering lists in plain text reports and generated source code header comments.
    • Added support for rendering lists in Rich Text Format for use in printed information and in reports copied to the clipboard.
    • Overhauled HTML rendering code that generates HTML for display in the UI.
    • Heavily revised parsing and generation of REML code.
    • Updated "active text" validation code.
  • Prevented snippets editor from stripping REML <p> tags [issue #103].
  • Fixed garbled copyright symbols in generated source code [issue #80].
  • Fixed bug in code that compresses multiple white space into a single space [issue #95].
  • Fixed out of range error in code that handles text encodings [issue #97].
  • Fixed broken formatting of compiler result tables in text and rich text snippet reports & print outs [issue #101].
  • Updated copyright date displayed in about box [issue #98].
  • Updated operating system detection code to detect Windows 10/11 builds released in December 2022 and Q1 2023.
  • Some refactoring [including issue #83]
  • Changed build process to create all files in _build directory and to use different zip file names [issue #78].
  • Documentation changes:
    • Updated Build.html to document changes in build process.
    • Updated CHANGELOG.md to fix broken link [issue #76] and to remove information about semantic versioning.
    • Removed broken links in Docs/License.html.
    • Updated copyright date in various license files [including issue #96].
    • Fixed errors and oversights in REML documentation.
  • Removed some redundant tests that were failing due to passing invalid parameters to the revised StrWrap routine [issue #79].

v4.21.0 - 2022-12-16

16 Dec 17:13
Compare
Choose a tag to compare

Download

Download both the standard and portable versions below.

Changes

  • Updated to support REML version 5 in snippet description & extra information [issue #71]:
    • Numerous new character entities supported.
    • New list tags: <ol>, <ul> & <li>.
  • Program now automatically detects new (supported) Delphi installations at startup and offers to register the compiler(s) to be used for test compiling snippets. This feature is on by default but can be turned off completely or for specifically excluded compilers [issue #19].
  • Modified Configure Compilers dialogue box:
    • Added facility to customise automatic compiler detection on per-compiler or global basis.
    • Changed manually triggered compiler detection to ignore excluded compilers.
  • Some refactoring [including issues #73 and #75].
  • Minor changes to program license
    • Changed required image attribution in Docs/License.html [issue #63]
    • Corrected copyright date & fix typo in licenses displayed by installer and help file [issue #65 & PR #72].
  • Bump per-user config file to version 19.
  • Documentation updates:
    • Updated README.md re abandoned and new Git repo branches.
    • Updated config file, database, export file & REML documentation re changes in this release [including issue #74].
    • Help file updated with details of changes in this release.
    • Updated development tool chain requirements in Build.html.

v4.20.2 - 2022-11-04

04 Nov 17:41
Compare
Choose a tag to compare

Download

Download both the standard and portable versions below.

Changes

  • Fixes bug where an exception was raised when selecting a main menu item with the cursor keys then pressing F1. [issue 54]
  • Update operating system detection code to correctly detect Version 22H2 of Windows 10 & Windows 11 plus some other Windows releases on the Dev, Beta & Release channels. [issues 55, 61 & 62]
  • Fix appearance of copyright symbol in version information.

v4.20.1 - 2022-07-01

01 Jul 15:43
Compare
Choose a tag to compare

Download

Download both the standard and portable versions below.

Changes

  • Operating system detection code was updated to (a) fix bugs and (b) detect some Dev, Beta and Release Preview builds of Windows 11 22H2.
  • Fixed copyright date in Docs/License.html.