diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index ac0f44c5c..94ad10fae 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,3 +1,9 @@ +Notepad++ v8.1.1 bug-fixes: + +1. Fix edit zone not being applied to dark mode issue on another user account in the same machine. +2. Enhance dark mode (make user interface more dark-modable). + + Notepad++ v8.1 bug-fixes & enhancements: 1. Fix regression of auto-completion performance issue. diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index c18a30490..7049b4a0c 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -19,12 +19,12 @@ // // Notepad++ version: begin // -#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.1") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.1.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("8.1\0") -#define VERSION_DIGITALVALUE 8, 1, 0, 0 +#define VERSION_VALUE TEXT("8.11\0") +#define VERSION_DIGITALVALUE 8, 1, 1, 0 // Notepad++ version: end