Skip to content

Commit accd4b1

Browse files
committed
Version 2.0.0
1 parent e4b9960 commit accd4b1

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef _PYTHONSCRIPTVERSION_H
22
#define _PYTHONSCRIPTVERSION_H
33

4-
#define PYSCR_VERSION_NUMERIC 1,5,4,0
5-
#define PYSCR_VERSION_STRING "1.5.4.0"
4+
#define PYSCR_VERSION_NUMERIC 2,0,0,0
5+
#define PYSCR_VERSION_STRING "2.0.0.0"
66

77
#endif

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.5.4.{build}
1+
version: 2.0.0.{build}
22
image: Visual Studio 2017
33

44

www/changelog.shtml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<!--#include virtual="header.inc" -->
22
<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/>
313
<b>1.5.4.0</b>
414
<ul>
515
<li>Fix issue docs intro.rst: invalid FILESAVING notification vs valid FILEBEFORESAVE #148</li>

0 commit comments

Comments
 (0)