Skip to content

Commit 583addd

Browse files
committed
Version 1.3
1 parent ad483b4 commit 583addd

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-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,2,0,0
5-
#define PYSCR_VERSION_STRING "1.2.0.0"
4+
#define PYSCR_VERSION_NUMERIC 1,3,0,0
5+
#define PYSCR_VERSION_STRING "1.3.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.2.0.{build}
1+
version: 1.3.0.{build}
22
image: Visual Studio 2017
33

44

www/changelog.shtml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
<!--#include virtual="header.inc" -->
22
<h3>Change log:</h3>
3+
<b>1.3.0.0</b>
4+
<ul>
5+
<li>Context-Help does not include LANGTYPE enum #107</li>
6+
<li>"See Scintilla documentation for ..." broken in the documentation #96</li>
7+
<li>Default "print" to output to console #78 </li>
8+
<li>notepad.getFiles() should only return REAL tab file data #98</li>
9+
<li>Buttons with relative paths #15</li>
10+
<li>[Enhancement] Add "Input History" navigation buttons to Console #69</li>
11+
<li>several documentation updates #94</li>
12+
<li>Coloring in console output window does not work reliably #95</li>
13+
<li>Update MENUCOMMAND list #91</li>
14+
<li>Set console layout to LTR even if NPP layout is RTL #58</li>
15+
<li>>>> in Console changes to - - - #88</li>
16+
<li>store/read user scripts relative to plugins config directory #99</li>
17+
<li>used plain python 2.7.15, without the modifications from fork https://github.com/bruderstein/python, reintroducing dependency to MSVCR90.dll</li>
18+
</ul>
19+
<br/>
320
<b>1.2.0.0</b>
421
<ul>
522
<li>make menu command Show Console toggling #66</li>

0 commit comments

Comments
 (0)