Skip to content

Commit d6cdf72

Browse files
committed
Merge tag 'version-v4.23.0' into develop
Release v4.23.0
2 parents 4c690eb + 02bad50 commit d6cdf72

File tree

6 files changed

+16
-9
lines changed

6 files changed

+16
-9
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Releases are listed in reverse version number order.
66

77
> 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.
88
9+
## Release v4.23.0 of 02 April 2024
10+
11+
* 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].
12+
* Added new `'` entity to REML markup language and boosted REML version to v6 as a consequence [issue #99].
13+
* Refactored class helper code by splitting a single monolithic unit into three more specialised units [issue #90].
14+
* Updated documentation and related help topic re change to REML v6.
15+
916
## Release v4.22.0 of 08 November 2023
1017

1118
* Added support for test compiling snippets with Delphi 12 Athens [issue #121].

Docs/Design/FileFormats/user-db.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ <h3>
11001100
</ul>
11011101

11021102
<p>
1103-
Readers of v2 and later files may parse REML from any file version as if it were REML v5, since all versions of REML up to v5 are compatible.
1103+
Readers of v2 and later files may parse REML from any file version as if it were REML v6, since all versions of REML up to v6 are compatible.
11041104
</p>
11051105

11061106
<h3>

Docs/License.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22

33
<!--
4-
* Copyright (C) 2012-2023, Peter Johnson (gravatar.com/delphidabbler).
4+
* Copyright (C) 2012-2024, Peter Johnson (gravatar.com/delphidabbler).
55
*
66
* CodeSnip license.
77
*
@@ -231,7 +231,7 @@ <h2>
231231
Executable Program
232232
</h2>
233233
<p>
234-
DelphiDabbler <em>CodeSnip</em> is copyright &copy; 2005-2023 by <a
234+
DelphiDabbler <em>CodeSnip</em> is copyright &copy; 2005-2024 by <a
235235
href="https://gravatar.com/delphidabbler"
236236
>Peter D Johnson</a>.
237237
</p>
@@ -1801,7 +1801,7 @@ <h2 id="ddab-exclusive">
18011801
</h2>
18021802

18031803
<p>
1804-
Files covered by this license are original work, copyright &copy; 2012-2023, <a href="https://gravatar.com/delphidabbler">Peter D Johnson</a>.
1804+
Files covered by this license are original work, copyright &copy; 2012-2024, <a href="https://gravatar.com/delphidabbler">Peter D Johnson</a>.
18051805
</p>
18061806

18071807
<p>

Src/Help/HTML/license.htm

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at https://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2012-2023, Peter Johnson (gravatar.com/delphidabbler).
7+
* Copyright (C) 2012-2024, Peter Johnson (gravatar.com/delphidabbler).
88
*
99
* Help topic containing summary of CodeSnip license.
1010
-->
@@ -27,7 +27,7 @@ <h1>
2727
<a name="license"></a>Summary of End User License Agreement
2828
</h1>
2929
<p>
30-
DelphiDabbler <em>CodeSnip</em> is copyright &copy; 2005-2023 by Peter D
30+
DelphiDabbler <em>CodeSnip</em> is copyright &copy; 2005-2024 by Peter D
3131
Johnson, <a
3232
href="https://gravatar.com/delphidabbler"
3333
class="weblink"

Src/Install/Assets/License.rtf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deftab709{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}}
22
{\colortbl ;\red0\green0\blue255;}
33
{\*\generator Riched20 10.0.18362}\viewkind4\uc1
4-
\pard\sa113\f0\fs18\lang1033 DelphiDabbler CodeSnip is copyright \'a9 2005-2023 by Peter D Johnson, {{\field{\*\fldinst{HYPERLINK https://en.gravatar.com/delphidabbler }}{\fldrslt{https://en.gravatar.com/delphidabbler\ul0\cf0}}}}\f0\fs18 . \par
4+
\pard\sa113\f0\fs18\lang1033 DelphiDabbler CodeSnip is copyright \'a9 2005-2024 by Peter D Johnson, {{\field{\*\fldinst{HYPERLINK https://en.gravatar.com/delphidabbler }}{\fldrslt{https://en.gravatar.com/delphidabbler\ul0\cf0}}}}\f0\fs18 . \par
55
The executable version of CodeSnip is made available under the terms of the Mozilla Public License 2.0 ({{\field{\*\fldinst{HYPERLINK https://www.mozilla.org/MPL/2.0/ }}{\fldrslt{https://www.mozilla.org/MPL/2.0/\ul0\cf0}}}}\f0\fs18 ). This means you can use, copy and distribute CodeSnip as you wish.\par
66
You may also modify CodeSnip as you wish and you may distribute copies of your modified version under the terms of the Mozilla Public License. The only exception is that you may not use the CodeSnip name or branding (e.g. the program icon) in any modification you distribute unless you have the explicit permission of the copyright holder. \par
77
For full information see the file \i License.html\i0 installed with this program.\fs24\lang2057\par

Src/VersionInfo.vi-inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CodeSnip Version Information Macros for Including in .vi files
22

33
# Version & build numbers
4-
version=4.22.0
5-
build=270
4+
version=4.23.0
5+
build=271
66

77
# String file information
88
copyright=Copyright © P.D.Johnson, 2005-<YEAR>.

0 commit comments

Comments
 (0)