From e3450defc0ed76a496074b84440c2463b79acf6c Mon Sep 17 00:00:00 2001 From: Don Ho Date: Sun, 21 Jun 2015 10:43:56 +0200 Subject: [PATCH] [RELEASE] Notepad++ release 6.7.9.1 --- PowerEditor/bin/change.log | 10 +++++++++- PowerEditor/installer/nppSetup.nsi | 4 ++-- PowerEditor/src/resource.h | 6 +++--- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index b67ed3021..375302c53 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,3 +1,11 @@ +Notepad++ v6.7.9.1 new features and bug-fix: + +1. Fix JavaScript block not recognized in HTML document. +2. Fix Hanging on exit of Notepad++ issue (update DSpellCheck for its instability issue). +3. Add "Google Search" command in the context menu. + + + Notepad++ v6.7.9 new features and bug-fix: 1. Upgrade Scintilla to v3.56. @@ -12,7 +20,7 @@ Notepad++ v6.7.9 new features and bug-fix: Included plugins: -1. DSpellCheck v1.2.14 +1. DSpellCheck v1.2.14.1 2. NppFTP 0.26.3 3. NppExport v0.2.8 4. Plugin Manager 1.3.5 diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index 69e68b6aa..a7d836d7d 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -36,10 +36,10 @@ ; Define the application name !define APPNAME "Notepad++" -!define APPVERSION "6.7.9" +!define APPVERSION "6.7.9.1" !define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}" !define VERSION_MAJOR 6 -!define VERSION_MINOR 79 +!define VERSION_MINOR 791 !define APPWEBSITE "http://notepad-plus-plus.org/" diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 978b1fb85..2aa772ba7 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -29,12 +29,12 @@ #ifndef RESOURCE_H #define RESOURCE_H -#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.7.9") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.7.9.1") // should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71 // ex : #define VERSION_VALUE TEXT("5.63\0") -#define VERSION_VALUE TEXT("6.79\0") -#define VERSION_DIGITALVALUE 6, 7, 9, 0 +#define VERSION_VALUE TEXT("6.791\0") +#define VERSION_DIGITALVALUE 6, 7, 9, 1 #ifndef IDC_STATIC #define IDC_STATIC -1