Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Commit 44da0b5

Browse files
committed
Version 1.0.4
1 parent 8289b53 commit 44da0b5

File tree

4 files changed

+22
-13
lines changed

4 files changed

+22
-13
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,0,3,0
5-
#define PYSCR_VERSION_STRING "1.0.3.0"
4+
#define PYSCR_VERSION_NUMERIC 1,0,4,0
5+
#define PYSCR_VERSION_STRING "1.0.4.0"
66

77
#endif

www/changelog.shtml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!--#include virtual="header.inc" -->
22
<h3>Change log:</h3>
3-
<b>1.0.3.0</b>
3+
<b>1.0.4.0</b>
4+
<ul>
5+
<li>Fixed issue in Python with complex numbers (abs, hypot would never return). Thanks to Ron Jenson for reporting</li>
6+
<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.
7+
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.
8+
<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
9+
</li>
10+
</ul>
11+
<br/>
12+
<b>1.0.3.0 (never released)</b>
413
<ul>
514
<li>Fixed crash bug with Notepad.runPluginCommand(). Thanks to Kyrus86 and Ron Jenson for reporting</li>
615
</ul>

www/header.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<br/>
3131
<br/>
3232
<br/>
33-
Latest Version: 1.0.3.0
33+
Latest Version: 1.0.4.0
3434
<br/>
3535
<br/>
3636
<br/>

www/localdl.shtml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
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>.
44
Please use the sourceforge link if you can - I have limited bandwidth limits.
55
<br/><br/><br/>
6-
<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>
7-
<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>
8-
<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>
9-
<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>
10-
<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>
11-
<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>
12-
<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>
13-
<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>
14-
<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>
6+
<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>
7+
<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>
8+
<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>
9+
<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>
10+
<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>
11+
<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>
12+
<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>
13+
<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>
14+
<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>
1515
<!--#include virtual="footer.inc" -->

0 commit comments

Comments
 (0)