Skip to content

Commit

Permalink
Version 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bruderstein committed Sep 27, 2014
1 parent 6540eb6 commit 7b38cb4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 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,7,0
#define PYSCR_VERSION_STRING "1.0.7.0"
#define PYSCR_VERSION_NUMERIC 1,0,8,0
#define PYSCR_VERSION_STRING "1.0.8.0"

#endif
6 changes: 6 additions & 0 deletions www/changelog.shtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<!--#include virtual="header.inc" -->
<h3>Change log:</h3>
<b>1.0.8.0</b>
<ul>
<li>Fix for odd deadlock issues. GIL is now always given up when calling Notepad++ or Scintilla functions</li>
<li>Performance optimisation for notifications where there are no callbacks registered</li>
</ul>
<br/>
<b>1.0.7.0</b>
<ul>
<li>Fix for replacing with extended Unicode characters with editor.rereplace() (thanks to David Instone-Brewer for reporting)</li>
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.7.0
Latest Version: 1.0.8.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.7.0/PythonScript_1.0.7.0.msi">Python Script 1.0.7.0 Installer (includes all extra files) (10.6MB)</a>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<!--#include virtual="footer.inc" -->

0 comments on commit 7b38cb4

Please sign in to comment.