Notepad++ 8.1.1 release

pull/10106/head v8.1.1
Don HO 2021-07-04 15:59:54 +02:00
parent f65f00c63f
commit ea09b9f191
2 changed files with 9 additions and 3 deletions

View File

@ -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.

View File

@ -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