diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index f3e19bc32..f3bd3d78f 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -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: diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 13de1e5cf..92fd2c0bd 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.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