<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Notepad++ release 8.9.7]]></title><description><![CDATA[<h6>Notepad++ release 8.9.7 is available:</h6>
<p dir="auto"><a href="https://notepad-plus-plus.org/news/v897-slava-ukraini/" rel="nofollow ugc">https://notepad-plus-plus.org/news/v897-slava-ukraini/</a></p>
<h6>Notepad++ v8.9.7 vulnerability fix, regression-fix, bug-fix &amp; new features:</h6>
<ol>
<li>Vulnerability: Fix Stack Buffer Overflow in expandNppEnvironmentStrs. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/security/advisories/GHSA-gv94-327x-2gc5" rel="nofollow ugc">CVE-2026-54758</a>)</li>
<li>Vulnerability: Enhance loading session.xml security by normalizing the file paths. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/security/advisories/GHSA-rqfm-pw34-r7j6" rel="nofollow ugc">CVE-2026-52886</a>)</li>
<li>Vulnerability: Fix updater (WinGUp) path traversal (Zip Slip) issue.  (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/security/advisories/GHSA-hjxw-84rf-wg5r" rel="nofollow ugc">CVE-2026-57233</a>)</li>
<li>Vulnerability: Fix shortcuts.xml macro HMAC bypass issue. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/security/advisories/GHSA-f4rj-vqq4-wvg4" rel="nofollow ugc">CVE ID not assigned yet</a>)</li>
<li>Vulnerability: Improve robustness of Powershell command in installer. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/security/advisories/GHSA-gp2r-262h-9hgf" rel="nofollow ugc">CVE ID not assigned yet</a>)</li>
<li>Fix “Find in Files” unresponsive issue. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11774" rel="nofollow ugc">#11774</a>)</li>
<li>Fix regression where opening relative paths as file &amp; in Explorer didn’t work. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/18114" rel="nofollow ugc">#18114</a>)</li>
<li>Fix disappearing or duplicated file items in Folder as Workspace. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10710" rel="nofollow ugc">#10710</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15831" rel="nofollow ugc">#15831</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16053" rel="nofollow ugc">#16053</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16197" rel="nofollow ugc">#16197</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/18091" rel="nofollow ugc">#18091</a>)</li>
<li>Fix freeze caused by directory symbolic links in Folder as Workspace root. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1566" rel="nofollow ugc">#1566</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/18171" rel="nofollow ugc">#18171</a>)</li>
<li>Update to Scintilla 5.6.4 &amp; Lexilla 5.5.1. (Implement <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/pull/18193" rel="nofollow ugc">#18193</a>)</li>
<li>Fix undo in cloned document not scrolling to undone change in original document. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/17913" rel="nofollow ugc">#17913</a>)</li>
<li>Fix crash issue caused by LexBaan. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/18186" rel="nofollow ugc">#18186</a>)</li>
<li>Make XML CDATA color different from the enclosed elements. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/18122" rel="nofollow ugc">#18122</a>)</li>
<li>Update pugixml to v1.16. (Implement <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/18147" rel="nofollow ugc">#18147</a>)</li>
<li>Remember Folder as Workspace expand/collapse state across sessions. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4057" rel="nofollow ugc">#4057</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5979" rel="nofollow ugc">#5979</a>)</li>
<li>Add “Count” option to improve Incremental Search performance. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11613" rel="nofollow ugc">#11613</a>)</li>
<li>Add “nth of count” information to Incremental Search. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11899" rel="nofollow ugc">#11899</a>)</li>
<li>Improve “Count” performance in Incremental Search. (Implement <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/18185" rel="nofollow ugc">#18185</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/#18201" rel="nofollow ugc">##18201</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/18209" rel="nofollow ugc">#18209</a>)</li>
<li>Add full ANSI EscapeSequence lexing. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/17120" rel="nofollow ugc">#17120</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/18065" rel="nofollow ugc">#18065</a>)</li>
<li>Fix plugin toolbar icon not scaling correctly on high DPI displays. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16723" rel="nofollow ugc">#16723</a>)</li>
<li>Fix incorrectly disabled Paste command. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/18118" rel="nofollow ugc">#18118</a>)</li>
<li>Add “Print FormFeed as Page Break” option. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/18059" rel="nofollow ugc">#18059</a>)</li>
<li>Make message boxes dark via task dialogs. (Implement <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/18132" rel="nofollow ugc">#18132</a>)</li>
<li>Enhance color picker to remember custom colors across sessions. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4782" rel="nofollow ugc">#4782</a>)</li>
<li>Ensure searchResult stays last after styles XML merge. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/pull/17299#issuecomment-4826979782" rel="nofollow ugc">issue</a>)</li>
<li>Update PHP keywords / auto-completion. (Implement <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/18175" rel="nofollow ugc">#18175</a>)</li>
<li>Update CSS keywords / auto-completion. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13555" rel="nofollow ugc">#13555</a>)</li>
<li>Fix truncted INS/OVR indicator on Status bar. (Fix <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/18142" rel="nofollow ugc">#18142</a>)</li>
</ol>
<p dir="auto">Auto-updater will be triggered in few days if no issues found.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/27604/notepad-release-8.9.7</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 03:25:10 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/27604.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 Jul 2026 00:06:30 GMT</pubDate><ttl>60</ttl></channel></rss>