Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Jun 28, 2018
1 parent e1e3621 commit 1d6c7e0
Show file tree
Hide file tree
Showing 3 changed files with 17 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,1,0,0
#define PYSCR_VERSION_STRING "1.1.0.0"
#define PYSCR_VERSION_NUMERIC 1,2,0,0
#define PYSCR_VERSION_STRING "1.2.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.1.0.{build}
version: 1.2.0.{build}
image: Visual Studio 2017


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

1 comment on commit 1d6c7e0

@Yaron10
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chcg,

Thank you. I appreciate your work.

Please sign in to comment.