Notepad++ 7.9.5 release

This commit is contained in:
Don HO 2021-03-22 22:46:05 +01:00
parent 633dcbad5e
commit 4399c1343b
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
Notepad++ v7.9.5 bug-fixes:
1. Fix Notepad++ not starting up due to SaveAsAdmin plugin (for installer package).
2. Fix UNC path with quotes handling in folder & file Open/Save dialog.
3. Fix file doesn't save as extension type on Windows 7.
Notepad++ v7.9.4 Enhancements & bug-fixes:
1. Upgrade Scintilla from v4.2.0 to v4.4.6.
@ -13,7 +20,7 @@ Notepad++ v7.9.4 Enhancements & bug-fixes:
11. Make JSON auto-indent for brace.
More fixes & implementations detail:
https://notepad-plus-plus.org/downloads/v7.9.4/
https://notepad-plus-plus.org/downloads/v7.9.5/
Included plugins:

View File

@ -19,12 +19,12 @@
//
// Notepad++ version: begin
//
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.9.4")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.9.5")
// 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("7.94\0")
#define VERSION_DIGITALVALUE 7, 9, 4, 0
#define VERSION_VALUE TEXT("7.95\0")
#define VERSION_DIGITALVALUE 7, 9, 5, 0
// Notepad++ version: end