Skip to content

Commit b0dcb27

Browse files
committed
Merge branch 'release/4.17.0'
2 parents 2cd7ad1 + 26692c8 commit b0dcb27

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

Diff for: CHANGELOG.md

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

1414

15+
## Release v4.17.0 of 31 July 2020
16+
17+
+ Added support for test compilation with, and detection of, Delphi 10.2 Tokyo, Delphi 10.3 Rio and Delphi 10.4 Sydney compilers.
18+
+ Updated documentation re changes.
19+
+ Updated help file re changes.
20+
21+
1522
## Release v4.16.0 of 31 May 2020
1623

1724
This is a significant update. It's purpose is to remove CodeSnip's dependencies on the delphidabbler.com website and associated web services. This was done because of the expected June 2020 closure or reduced functionality of delphidabbler.com. Some affected features were removed and others replaced with alternatives.

Diff for: Docs/Design/FileFormats/main-db.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -407,13 +407,13 @@ <h4>
407407
<code class="key">Delphi101B</code> – Delphi 10.1 Berlin compiler
408408
</li>
409409
<li>
410-
<code class="key">Delphi102T</code> – Delphi 10.2 Tokyo compiler
410+
<code class="key">Delphi102T</code> – Delphi 10.2 Tokyo compiler *
411411
</li>
412412
<li>
413-
<code class="key">Delphi103R</code> – Delphi 10.3 Rio compiler
413+
<code class="key">Delphi103R</code> – Delphi 10.3 Rio compiler *
414414
</li>
415415
<li>
416-
<code class="key">Delphi104S</code> – Delphi 10.4 Sydney compiler
416+
<code class="key">Delphi104S</code> – Delphi 10.4 Sydney compiler *
417417
</li>
418418
<li>
419419
<code class="key">FPC</code> – Free Pascal compiler
@@ -442,6 +442,9 @@ <h4>
442442
<p>
443443
Any compiler not recognised by a given version of CodeSnip is ignored.
444444
</p>
445+
<p>
446+
* These compilers are not yet supported by the online <a href="https://github.com/delphidabbler/code-snippets">DelphiDabbler Code Snippets Database</a>.
447+
</p>
445448
</dd>
446449

447450
<dt>

Diff for: Src/VCodeSnip.vi

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99

1010
[Fixed File Info]
11-
File Version #=4, 16, 0, 257
12-
Product Version #=4, 16, 0, 0
11+
File Version #=4, 17, 0, 258
12+
Product Version #=4, 17, 0, 0
1313
File OS=4
1414
File Type=1
1515
File Sub-Type=0

Diff for: Src/VCodeSnipPortable.vi

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99

1010
[Fixed File Info]
11-
File Version #=4, 16, 0, 257
12-
Product Version #=4, 16, 0, 0
11+
File Version #=4, 17, 0, 258
12+
Product Version #=4, 17, 0, 0
1313
File OS=4
1414
File Type=1
1515
File Sub-Type=0

0 commit comments

Comments
 (0)