Skip to content

Commit 7b38cb4

Browse files
committed
Version 1.0.8
1 parent 6540eb6 commit 7b38cb4

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
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,7,0
5-
#define PYSCR_VERSION_STRING "1.0.7.0"
4+
#define PYSCR_VERSION_NUMERIC 1,0,8,0
5+
#define PYSCR_VERSION_STRING "1.0.8.0"
66

77
#endif

www/changelog.shtml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<!--#include virtual="header.inc" -->
22
<h3>Change log:</h3>
3+
<b>1.0.8.0</b>
4+
<ul>
5+
<li>Fix for odd deadlock issues. GIL is now always given up when calling Notepad++ or Scintilla functions</li>
6+
<li>Performance optimisation for notifications where there are no callbacks registered</li>
7+
</ul>
8+
<br/>
39
<b>1.0.7.0</b>
410
<ul>
511
<li>Fix for replacing with extended Unicode characters with editor.rereplace() (thanks to David Instone-Brewer for reporting)</li>

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.7.0
33+
Latest Version: 1.0.8.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.7.0/PythonScript_1.0.7.0.msi">Python Script 1.0.7.0 Installer (includes all extra files) (10.6MB)</a>
7-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.7.0/PythonScript_Full_1.0.7.0.7z">Python Script 1.0.7.0 FULL 7zip version (3.2MB)</a>
8-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.7.0/PythonScript_Full_1.0.7.0.zip">Python Script 1.0.7.0 FULL zip version (4.9MB)</a>
9-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.7.0/PythonScript_Min_1.0.7.0.7z">Python Script 1.0.7.0 MINIMUM 7zip version (2.3MB)</a>
10-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.7.0/PythonScript_Min_1.0.7.0.zip">Python Script 1.0.7.0 MINIMUM zip version (3.2MB)</a>
11-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.7.0/PythonScript_ExtraLibs_1.0.7.0.7z">Extra libraries 7z (906.2KB)</a>
12-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.7.0/PythonScript_ExtraLibs_1.0.7.0.zip">Extra libraries zip (1.2MB)</a>
13-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.7.0/PythonScript_TclTk_1.0.7.0.7z">Tcl/Tk libraries 7z (1.7MB)</a>
14-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.7.0/PythonScript_TclTk_1.0.7.0.zip">Tcl/Tk libraries zip (4.6MB)</a>
6+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.8.0/PythonScript_1.0.8.0.msi">Python Script 1.0.8.0 Installer (includes all extra files) (10.6MB)</a>
7+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.8.0/PythonScript_Full_1.0.8.0.7z">Python Script 1.0.8.0 FULL 7zip version (3.2MB)</a>
8+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.8.0/PythonScript_Full_1.0.8.0.zip">Python Script 1.0.8.0 FULL zip version (4.9MB)</a>
9+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.8.0/PythonScript_Min_1.0.8.0.7z">Python Script 1.0.8.0 MINIMUM 7zip version (2.3MB)</a>
10+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.8.0/PythonScript_Min_1.0.8.0.zip">Python Script 1.0.8.0 MINIMUM zip version (3.2MB)</a>
11+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.8.0/PythonScript_ExtraLibs_1.0.8.0.7z">Extra libraries 7z (906.2KB)</a>
12+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.8.0/PythonScript_ExtraLibs_1.0.8.0.zip">Extra libraries zip (1.2MB)</a>
13+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.8.0/PythonScript_TclTk_1.0.8.0.7z">Tcl/Tk libraries 7z (1.7MB)</a>
14+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.8.0/PythonScript_TclTk_1.0.8.0.zip">Tcl/Tk libraries zip (4.6MB)</a>
1515
<!--#include virtual="footer.inc" -->

0 commit comments

Comments
 (0)