Notepad++ 7.9.5 release
This commit is contained in:
parent
633dcbad5e
commit
4399c1343b
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue