Notepad++ 7.5.8 release

This commit is contained in:
Don HO 2018-07-23 02:45:12 +02:00
parent 14b5e161cc
commit 89fbbad94e
2 changed files with 10 additions and 14 deletions

View File

@ -1,14 +1,10 @@
Notepad++ v7.5.7 bug-fixes: Notepad++ v7.5.8 bug-fixes:
1. Fix hanging problem while shutdown and backup file is absent. 1. Remove annoying "no update" notification.
2. Fix Sort Lines as Integers issue: use Natural Sort algorithm. 2. Fix Folder as Workspace not updating regression.
3. Fix JavaScript not working regression in Function list. 3. Fixed crash issue by checking & unchecking "Disable extension column" option in preferences dialog.
4. Fix Open File Dialog error for a long path. 4. Fixed a crash when trying to launch a secondary instance with command line arguments.
5. Fix document map display bug when the view is scrolled past the end of the file. 5. Fix "Explorer Here" from "Folder as Workspace" problem if folder name contains comma.
6. Fix tool bar display bug in big icon mode issue.
7. Make caret line always visible on click from Finder panel.
8. Fix UDL export extension issue.
9. Fix Run Macro multiple times dialog display glitch after deleting a Macro.
Included plugins: Included plugins:
@ -21,4 +17,4 @@ Included plugins:
Updater (Installer only): Updater (Installer only):
* WinGup (for Notepad++) v5.0.1 * WinGup (for Notepad++) v5.0.2

View File

@ -27,12 +27,12 @@
#pragma once #pragma once
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.5.7") #define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.5.8")
// should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71 // 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") // ex : #define VERSION_VALUE TEXT("5.63\0")
#define VERSION_VALUE TEXT("7.57\0") #define VERSION_VALUE TEXT("7.58\0")
#define VERSION_DIGITALVALUE 7, 5, 7, 0 #define VERSION_DIGITALVALUE 7, 5, 8, 0