Notepad++ v8.4.1 release

Disclaimer: these binaries were compiled at 13,500 metres altitude!
pull/12038/head v8.4.1
Don Ho 2022-05-11 14:41:08 +02:00
parent a1eed77953
commit 62e916edec
3 changed files with 22 additions and 5 deletions

View File

@ -1,3 +1,20 @@
Notepad++ v8.4.1 regression-fixes, bug-fixes & new enhancement:
1. Fix HTML syntax highlighting in PHP files regression.
2. Fix "Reload from disk" loosing syntax highlighting regression.
3. Fix unfocused selected text background color changed regression.
4. Update Scintilla from 5.2.1 to 5.2.2 and Lexilla from 5.1.5 to 5.1.6.
5. Fix multi-part keyword in prefix mode freezes Notepad++ in UDL.
6. Add several dark mode enhancement.
7. Add DarkMode usage detection support for plugins.
8. Add "Framed current line" option beside of "Highlight current line background".
9. Add file monitoring command line argument [-monitor].
10. Add File Dialog enhancement.
11. Add a new format argument/option "ADD_ZERO_PADDING" to NPPM_GETNPPVERSION.
12. Restore auto-completion & calltip default fg/bg colors when no theme is applied.
13. Sort "Search result" to the bottom in language list of Style Configurator.
Notepad++ v8.4 new feature and bug-fixes:
1. Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5.
@ -19,7 +36,7 @@ Notepad++ v8.4 new feature and bug-fixes:
17. Update NSIS & Inno Setup keyword lists.
Get more info on
https://notepad-plus-plus.org/downloads/v8.4/
https://notepad-plus-plus.org/downloads/v8.4.1/
Included plugins:

View File

@ -1238,7 +1238,7 @@ BEGIN
//LTEXT "Boycott Beijing 2022",IDC_AUTHOR_NAME,85,38,80,8
//LTEXT "Declare variables, not war",IDC_AUTHOR_NAME,85,38,100,8
//LTEXT "Make Apps, not war",IDC_AUTHOR_NAME,85,38,100,8
LTEXT "Stand Up For Ukraine",IDC_AUTHOR_NAME,85,38,100,8
//LTEXT "Stand Up For Ukraine",IDC_AUTHOR_NAME,85,38,100,8
LTEXT "Home:",IDC_STATIC,21,58,47,8
LTEXT "https://notepad-plus-plus.org/",IDC_HOME_ADDR,50,58,126,8
GROUPBOX "GNU General Public Licence",IDC_STATIC,19,75,231,131,BS_CENTER

View File

@ -19,12 +19,12 @@
//
// Notepad++ version: begin
//
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.4")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.4.1")
// 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.4\0")
#define VERSION_DIGITALVALUE 8, 4, 0, 0
#define VERSION_VALUE TEXT("8.41\0")
#define VERSION_DIGITALVALUE 8, 4, 1, 0
// Notepad++ version: end