Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Feb 17, 2022
1 parent e4b9960 commit accd4b1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PythonScript/src/PythonScriptVersion.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef _PYTHONSCRIPTVERSION_H
#define _PYTHONSCRIPTVERSION_H

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

#endif
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.5.4.{build}
version: 2.0.0.{build}
image: Visual Studio 2017


Expand Down
10 changes: 10 additions & 0 deletions www/changelog.shtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<!--#include virtual="header.inc" -->
<h3>Change log:</h3>
<b>2.0.0.0</b>
<ul>
<li>support N++ 8.3 with scintilla 4.4.6</li>
<li>Notepad++ 8.3 builds change Sci_position leading to crash #218</li>
<li>editor.getTextRange crash notepad++ #224</li>
<li>findText do not find text #223</li>
<li>Support for SendKeys module #183</li>
<li>used plain python 2.7.18, without the modifications from fork https://github.com/bruderstein/python, reintroducing dependency to MSVCR90.dll</li>
</ul>
<br/>
<b>1.5.4.0</b>
<ul>
<li>Fix issue docs intro.rst: invalid FILESAVING notification vs valid FILEBEFORESAVE #148</li>
Expand Down

0 comments on commit accd4b1

Please sign in to comment.