From f6b7bb0469579d85d311faf1d65da23b09c5b816 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Mon, 3 Aug 2015 23:41:09 +0200 Subject: [PATCH] [RELEASE] Notepad++ 6.8.1 release --- PowerEditor/bin/change.log | 14 +++++++++----- PowerEditor/installer/nppSetup.nsi | 4 ++-- PowerEditor/src/resource.h | 6 +++--- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index c921ecca0801..31b1b3ffca6b 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,9 +1,13 @@ -Notepad++ v6.8 new features and bug-fix: +Notepad++ v6.8.1 bug-fixes: -1. Settings on cloud feature allows users to write their settings on whichever cloud. -2. Use Source Code Pro as default font. -3. Make smooth font optional. -4. Fix the context menu disappears problem after find in files operation. +1. Fix the Source Code Pro font making OS hanging issue (for some specific hardware congiguration). +2. Make current default font (Source Code Pro) prettier by adding its bold, italic and bold-italic fonts. +3. Fix "Restore recent close file" text disappearing issue for some circonstance. +4. Fix snapshot file after saving being always dirty problem. +5. Fix document tab moving by clicking close button issue due to splitter inaccuracy. +6. Fix a regression of Preferences dialog in which some modified options are not applied immediately. +7. Fix inconsistant untitled document name issue (new 0 instead of new 1). +8. Fix Macro button on toolbar inconsistant issue at Notepad++ startup. diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index ae45481d6b58..2b1129aab9d7 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.8" +!define APPVERSION "6.8.1" !define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}" !define VERSION_MAJOR 6 -!define VERSION_MINOR 8 +!define VERSION_MINOR 81 !define APPWEBSITE "http://notepad-plus-plus.org/" diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 3cc35e58915b..1f74f3f075a7 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.8") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.8.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.8\0") -#define VERSION_DIGITALVALUE 6, 8, 0, 0 +#define VERSION_VALUE TEXT("6.8.1\0") +#define VERSION_DIGITALVALUE 6, 8, 1, 0 #ifndef IDC_STATIC #define IDC_STATIC -1