Skip to content

Commit

Permalink
Version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bruderstein committed Apr 21, 2014
1 parent 8289b53 commit 44da0b5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 13 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,0,3,0
#define PYSCR_VERSION_STRING "1.0.3.0"
#define PYSCR_VERSION_NUMERIC 1,0,4,0
#define PYSCR_VERSION_STRING "1.0.4.0"

#endif
11 changes: 10 additions & 1 deletion www/changelog.shtml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<!--#include virtual="header.inc" -->
<h3>Change log:</h3>
<b>1.0.3.0</b>
<b>1.0.4.0</b>
<ul>
<li>Fixed issue in Python with complex numbers (abs, hypot would never return). Thanks to Ron Jenson for reporting</li>
<li>Note this release contains an updated python27.dll, and updated modules. Python reports version "2.7.6-notepad++ r2", and sys.version_info reports a serial version 2, instead of 0 as the previous version.
If the official python ever releases a minor fix of 2.7.6 (unlikely now), please note this python27.dll is actually a modified 2.7.6.0, and does not contain fixes in any future releases of Python 2.7.6.
<br/>If you're updating manually (without the MSI or Plugin Manager), then it is strongly advised to update the libs, so all .pyd files
</li>
</ul>
<br/>
<b>1.0.3.0 (never released)</b>
<ul>
<li>Fixed crash bug with Notepad.runPluginCommand(). Thanks to Kyrus86 and Ron Jenson for reporting</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion www/header.inc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<br/>
<br/>
<br/>
Latest Version: 1.0.3.0
Latest Version: 1.0.4.0
<br/>
<br/>
<br/>
Expand Down
18 changes: 9 additions & 9 deletions www/localdl.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
Here are the local server links if you can't get to <a href="http://sourceforge.net/projects/npppythonscript/files">the main one at sourceforge</a>.
Please use the sourceforge link if you can - I have limited bandwidth limits.
<br/><br/><br/>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.3.0/PythonScript_1.0.3.0.msi">Python Script 1.0.3.0 Installer (includes all extra files) (10.6MB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.3.0/PythonScript_Full_1.0.3.0.7z">Python Script 1.0.3.0 FULL 7zip version (3.2MB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.3.0/PythonScript_Full_1.0.3.0.zip">Python Script 1.0.3.0 FULL zip version (4.9MB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.3.0/PythonScript_Min_1.0.3.0.7z">Python Script 1.0.3.0 MINIMUM 7zip version (2.3MB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.3.0/PythonScript_Min_1.0.3.0.zip">Python Script 1.0.3.0 MINIMUM zip version (3.2MB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.3.0/PythonScript_ExtraLibs_1.0.3.0.7z">Extra libraries 7z (906.2KB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.3.0/PythonScript_ExtraLibs_1.0.3.0.zip">Extra libraries zip (1.2MB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.3.0/PythonScript_TclTk_1.0.3.0.7z">Tcl/Tk libraries 7z (1.7MB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.3.0/PythonScript_TclTk_1.0.3.0.zip">Tcl/Tk libraries zip (4.6MB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.4.0/PythonScript_1.0.4.0.msi">Python Script 1.0.4.0 Installer (includes all extra files) (10.6MB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.4.0/PythonScript_Full_1.0.4.0.7z">Python Script 1.0.4.0 FULL 7zip version (3.2MB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.4.0/PythonScript_Full_1.0.4.0.zip">Python Script 1.0.4.0 FULL zip version (4.9MB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.4.0/PythonScript_Min_1.0.4.0.7z">Python Script 1.0.4.0 MINIMUM 7zip version (2.3MB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.4.0/PythonScript_Min_1.0.4.0.zip">Python Script 1.0.4.0 MINIMUM zip version (3.2MB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.4.0/PythonScript_ExtraLibs_1.0.4.0.7z">Extra libraries 7z (906.2KB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.4.0/PythonScript_ExtraLibs_1.0.4.0.zip">Extra libraries zip (1.2MB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.4.0/PythonScript_TclTk_1.0.4.0.7z">Tcl/Tk libraries 7z (1.7MB)</a>
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.4.0/PythonScript_TclTk_1.0.4.0.zip">Tcl/Tk libraries zip (4.6MB)</a>
<!--#include virtual="footer.inc" -->

0 comments on commit 44da0b5

Please sign in to comment.