Notepad++ 7.8.6 release

pull/8159/head v7.8.6
Don HO 5 years ago
parent 0323ed3425
commit 9ec6b58bd1

@ -1,13 +1,12 @@
Notepad++ v7.8.5 Enhancement & bug-fixes:
Notepad++ v7.8.6 Enhancement & bug-fixes:
1. Fix "Monitoring" not detecting all file changes issue.
2. Fix auto-updater disabling not working regression.
3. Fix Notepad++ doesn't exit correctly while Windows 10 update restart.
4. Make Count command in Find dialog respect Backward-direction and Wrap-around options.
5. Make Find dialog remember its position across runs.
6. Add the document size column to the Windows Selection dialog.
7. Make "View Current File in(browser)" commands macro recordable.
8. Add external sound control capability for unsuccessful search (in Find dialog) bell.
1. Add multi-column marker (multi-line edge) feature.
2. Add dynamical sorting feature for Folder as Workspace.
3. Make MRU tab activate instead of rightmost tab while tab closure (if MRU enabled).
4. Fix folding state lost on the next startup issue.
5. Make Replace-in-Files confirmation dialog modal to prevent from crashing.
6. Add support of smart-indenting for Perl and Rust.
7. Make recorded macro (IDC_FINDNEXT & IDC_FINDPREV)retro-compatible up to 7.8.4.
Included plugins:

@ -27,12 +27,12 @@
#pragma once
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.8.5")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.8.6")
// 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.85\0")
#define VERSION_DIGITALVALUE 7, 8, 5, 0
#define VERSION_VALUE TEXT("7.86\0")
#define VERSION_DIGITALVALUE 7, 8, 6, 0

Loading…
Cancel
Save