Skip to content

Commit 1d6c7e0

Browse files
committed
Version 1.2
1 parent e1e3621 commit 1d6c7e0

File tree

3 files changed

+17
-3
lines changed

3 files changed

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

44

www/changelog.shtml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
<!--#include virtual="header.inc" -->
22
<h3>Change log:</h3>
3+
<b>1.2.0.0</b>
4+
<ul>
5+
<li>make menu command Show Console toggling #66</li>
6+
<li>tcl\tk from python 2.7.15 #73</li>
7+
<li>[Enhancement] "Run Previous Script" menu item -> hold Ctrl to EDIT script source file #77</li>
8+
<li>[Question] Is "To Input" command useful? #80</li>
9+
<li>Adding scripts/Samples/CTags Based Autocompletion.py #82 (thanks @Lucas-C)</li>
10+
<li>[Suggestion] Display Console on Error #76</li>
11+
<li>notepad.prompt() input control won't accept input #81</li>
12+
<li>[Enhancement] Separate outputs with an empty line #68</li>
13+
<li>Extend help with editor.flash #83</li>
14+
<li>used plain python 2.7.15, without the modifications from fork https://github.com/bruderstein/python, reintroducing dependency to MSVCR90.dll</li>
15+
</ul>
16+
<br/>
317
<b>1.1.0.0</b>
418
<ul>
519
<li>further adaptations for x64 build</li>

0 commit comments

Comments
 (0)