Notepad++ release 8.1.9.2

This commit is contained in:
Don HO 2021-11-21 15:02:30 +01:00
parent dc082ba2fd
commit 21dd62bb0d
2 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,13 @@
Notepad++ v8.1.9.2 bug-fixes:
1. Fix failure of erasing & saving server logs (of network drive) regression.
2. Fix dark mode not working on Windows 10 2H22.
3. Fix crash in regex search.
4. Fix UDL folding breaking with delimiters issue if UNIX EOL applied.
5. Fix UDL generic dark mode via UDL UI not working issue.
6. Fix disabling alternative icons on tab in dark mode issue.
Notepad++ v8.1.9.1 bug-fixes and new enhancement:
1. Fix a regression of saving problem.
@ -44,7 +54,7 @@ Notepad++ v8.1.6 bug-fixes:
More fixes & implementations detail:
https://notepad-plus-plus.org/downloads/v8.1.9.1/
https://notepad-plus-plus.org/downloads/v8.1.9.2/
Included plugins:

View File

@ -19,12 +19,12 @@
//
// Notepad++ version: begin
//
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.1.9.1")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.1.9.2")
// 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.191\0")
#define VERSION_DIGITALVALUE 8, 1, 9, 1
#define VERSION_VALUE TEXT("8.192\0")
#define VERSION_DIGITALVALUE 8, 1, 9, 2
// Notepad++ version: end