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: _software/codesnip.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
layout: "programs-tplt"
3
3
group: apps
4
4
priority: 1
5
-
version: "4.24.0"
6
-
release-date: "2024-10-23"
5
+
version: "4.24.1"
6
+
release-date: "2025-04-13"
7
7
os: Windows 2000 & later
8
8
title: "Code Snippets Repository"
9
9
precis: "A code bank designed with Pascal in mind"
@@ -168,10 +168,10 @@ <h2 class="panel-title">
168
168
</p>
169
169
</aside>
170
170
<pclass="alert alert-danger glyph">
171
-
Do not report bugs in <em>CodeSnip v4.15.1</em> or earlier: these versions are no longer supported.
171
+
Do not report a bug until you have verified that the bug is present on the <ahref="https://github.com/delphidabbler/codesnip/releases">latest version</a> of CodeSnip.
172
172
</p>
173
173
<p>
174
-
Because <em>CodeSnip</em> is open source you can download the source code and make modifications yourself. If you would like to contribute to the project then you should fork the Git repository on GitHub, create a new feature branch off the <code>development</code> branch and make your changes. To submit your changes please submit a <em>pull request</em> on GitHub.
174
+
Because <em>CodeSnip</em> is open source you can download the source code and make modifications yourself. If you would like to contribute to the project then you should fork the Git repository on GitHub, create a new feature branch off the <code>develop</code> branch and make your changes. To submit your changes please submit a <em>pull request</em> on GitHub.
175
175
</p>
176
176
<pclass="alert alert-warning glyph">
177
177
You will need a GitHub account if you want to create or edit an issue or submit a pull request.
0 commit comments