We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72380be commit 8151231Copy full SHA for 8151231
www/changelog.shtml
@@ -1,5 +1,15 @@
1
<!--#include virtual="header.inc" -->
2
<h3>Change log:</h3>
3
+<b>2.0.0.0</b>
4
+<ul>
5
+ <li>support N++ 8.3 with scintilla 4.4.6</li>
6
+ <li>Notepad++ 8.3 builds change Sci_position leading to crash #218</li>
7
+ <li>editor.getTextRange crash notepad++ #224</li>
8
+ <li>findText do not find text #223</li>
9
+ <li>Support for SendKeys module #183</li>
10
+ <li>used plain python 2.7.18, without the modifications from fork https://github.com/bruderstein/python, reintroducing dependency to MSVCR90.dll</li>
11
+</ul>
12
+<br/>
13
<b>1.5.4.0</b>
14
<ul>
15
<li>Fix issue docs intro.rst: invalid FILESAVING notification vs valid FILEBEFORESAVE #148</li>
0 commit comments