Skip to content

Commit b6a5576

Browse files
committed
Updated the documentation
Signed-off-by: Stefan-Mihai MOGA <stefan-mihai@moga.doctor>
1 parent ddf17e2 commit b6a5576

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ReleaseNotes.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,23 +181,23 @@ <h2>History</h2>
181181
</li>
182182
<li>Version 1.36 (February 14<sup>th</sup>, 2025):
183183
<ul>
184+
<li>Implemented <em>Word Wrap</em> for text file viewing.</li>
184185
<li>Updated <code>LEXILLA</code> library to version 5.4.2 and <code>SCINTILLA</code> library to version 5.5.4.</li>
185186
<li>Updated PJ Naughter's <code>CScintillaCtrl</code> library to the latest version available. <blockquote>The code now includes <code>&lt;string&gt;</code> prior to <code>#including &lt;ScintillaCall.h&gt;</code>. This fixes an issue when the code is used with GSL Library 4.1.0.<br>Reworked <code>CScintillaDemoApp::LoadLibraryFromApplicationDirectory</code> to use <code>std::filesystem::path</code>.<br>Updated <code>GetModuleFileName</code> calls to handle path length > <code>_MAX_PATH</code>.</blockquote></li>
186-
<li>Implemented <em>Word Wrap</em> for text file viewing.</li>
187-
<li>Updated <code>genUp4win</code> library to the latest version available.</li>
187+
<li>Updated <code>genUp4win</code> library to the latest version available. <blockquote>Updated PJ Naughter's <code>AppSettings</code> library to the latest version available.<br>Updated <code>GetModuleFileName</code> calls to handle path length > <code>_MAX_PATH</code>.<br>Updated <code>GetAppSettingsFilePath</code> to use <code>std::filesystem::path</code>.</blockquote></li>
188188
</ul>
189189
</li>
190190
<li>Version 1.37 (March 8<sup>th</sup>, 2025):
191191
<ul>
192192
<li>Updated <code>LEXILLA</code> library to version 5.4.3 and <code>SCINTILLA</code> library to version 5.5.5.</li>
193-
<li>Updated <code>genUp4win</code> library to the latest version available.</li>
194193
<li>Removed deprecated functions in C++17, defined in <code>&lt;codecvt&gt;</code> header.</li>
194+
<li>Updated <code>genUp4win</code> library to the latest version available. <blockquote>Added support for Italian, Spanish, German and Greek languages.<br>Added support for Russian, Turkish, Chinese and Czech languages.</blockquote></li>
195195
</ul>
196196
</li>
197197
<li>Version 1.38 (TBD):
198198
<ul>
199-
<li>Updated <code>genUp4win</code> library to the latest version available.</li>
200-
<li>Updated PJ Naughter's <code>CScintillaCtrl</code> library to the latest version available.</li>
199+
<li>Updated <code>genUp4win</code> library to the latest version available. <blockquote>Reverted back from <code>GetTempPath2</code> to <code>GetTempPath</code> to make it compatible again with Windows 10.</blockquote></li>
200+
<li>Updated PJ Naughter's <code>CScintillaCtrl</code> library to the latest version available. <blockquote>Updated class to work with Scintilla v5.5.5. New messages wrapped include: <code>SCI_SETUNDOSELECTIONHISTORY</code>, <code>SCI_GETUNDOSELECTIONHISTORY</code>, <code>SCI_GETSELECTIONSERIALIZED</code> and <code>SCI_SETSELECTIONSERIALIZED</code>.</blockquote></li>
201201
</ul>
202202
</li>
203203
</ul>

0 commit comments

Comments
 (0)