Notepad++ release 8.1.8

This commit is contained in:
Don HO 2021-10-19 19:17:40 +02:00
parent 386366d7f2
commit 0c2508d3d1
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
Notepad++ v8.1.8 bug-fixes:
1. Fix config files (XML) saving performance regression.
2. Workaround Microsoft dark mode API bug of Windows 11.
Notepad++ v8.1.7 bug-fixes:
1. Fix empty file not being saved regression.
@ -22,7 +28,7 @@ Notepad++ v8.1.6 bug-fixes:
More fixes & implementations detail:
https://notepad-plus-plus.org/downloads/v8.1.7/
https://notepad-plus-plus.org/downloads/v8.1.8/
Included plugins:

View File

@ -19,12 +19,12 @@
//
// Notepad++ version: begin
//
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.1.7")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.1.8")
// 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.17\0")
#define VERSION_DIGITALVALUE 8, 1, 7, 0
#define VERSION_VALUE TEXT("8.18\0")
#define VERSION_DIGITALVALUE 8, 1, 8, 0
// Notepad++ version: end