Skip to content

Commit 9e3bb62

Browse files
committed
Version 1.5.2
1 parent ee0f267 commit 9e3bb62

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
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,1,0
5-
#define PYSCR_VERSION_STRING "1.5.1.0"
4+
#define PYSCR_VERSION_NUMERIC 1,5,2,0
5+
#define PYSCR_VERSION_STRING "1.5.2.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.1.{build}
1+
version: 1.5.2.{build}
22
image: Visual Studio 2017
33

44

www/changelog.shtml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!--#include virtual="header.inc" -->
22
<h3>Change log:</h3>
3-
<b>1.5.!.0</b>
3+
<b>1.5.2.0</b>
4+
<ul>
5+
<li>fixed SCINTILLANOTIFICATION.CHARADDED: arg key ch is always 0 #127</li>
6+
<li>extension Consider using hwndFrom within scintilla notification #121</li>
7+
<li>corrected docu files</li>
8+
<li>corrected wrong path to local help files</li>
9+
<li>fixed mem leak</li>
10+
<li>used plain python 2.7.16, without the modifications from fork https://github.com/bruderstein/python, reintroducing dependency to MSVCR90.dll</li>
11+
</ul>
12+
<br/>
13+
<b>1.5.1.0</b>
414
<ul>
515
<li>adapt zip structure to the changed plugin dir since N++ 7.6, but N++ 7.8 is needed to be able to load the python2.7 dll from plugin dir #131</li>
616
<li>adapt msi + try to fix #118</li>

0 commit comments

Comments
 (0)