Skip to content

Commit 184201a

Browse files
author
Carlo Barazzetta
committed
ver. 2.6.0
- Fixed Hyperlinks in PDF Export: now are visible and active in PDF file generated, using SynPDF library. - Fixed random AV closing files.
1 parent ae08d8b commit 184201a

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

README.htm

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
</style>
3232
<h1>Markdown Editor and Shell Extensions <a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg" alt="License"/></a></h1>
33-
<p><strong>Latest Version 2.5.0 - 30 Jul 2025</strong></p>
33+
<p><strong>Latest Version 2.6.0 - 02 Jan 2026</strong></p>
3434
<p><strong>A collection of tools for markdown files, to edit and view content:</strong></p>
3535
<ul>
3636
<li><p>A <strong>Markdown Text Editor</strong> to manually edit a markdown file, with instant preview of the output in a HTML Viewer.</p>
@@ -81,7 +81,12 @@ <h3>Manual Build and Installation (only for Delphi developers)</h3>
8181
</li>
8282
</ol>
8383
<h2>Release Notes</h2>
84-
<p>30 Jul 2025: ver. 2.5.0</p>
84+
<p>02 Jan 2026: ver. 2.6.0</p>
85+
<ul>
86+
<li>Fixed Hyperlinks in PDF Export: now are visible and active in PDF file generated, using SynPDF library.</li>
87+
<li>Fixed random AV closing files.</li>
88+
</ul>
89+
<p>06 Sep 2025: ver. 2.5.0</p>
8590
<ul>
8691
<li>Built with Delphi 13</li>
8792
<li>Refactoring PageControl to speedup loading</li>

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Markdown Editor and Shell Extensions [![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)
22

3-
**Latest Version 2.5.0 - 06 Sep 2025**
3+
**Latest Version 2.6.0 - 02 Jan 2026**
44

55
**A collection of tools for markdown files, to edit and view content:**
66

@@ -66,6 +66,10 @@ To manually install the SVGShellExtensions.dll follow these steps:
6666
3. To install manually the dll run the `Unregister_Register.cmd` (run-as-administrator): notice that you must change the path into cmd file.
6767

6868
## Release Notes ##
69+
02 Jan 2026: ver. 2.6.0
70+
- Fixed Hyperlinks in PDF Export: now are visible and active in PDF file generated, using SynPDF library.
71+
- Fixed random AV closing files.
72+
6973
06 Sep 2025: ver. 2.5.0
7074
- Built with Delphi 13
7175
- Refactoring PageControl to speedup loading

0 commit comments

Comments
 (0)