Notepad++ release 8.1.8
This commit is contained in:
parent
386366d7f2
commit
0c2508d3d1
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue