Notepad++ 8.6.7 release

pull/15133/head^2 v8.6.7
Don Ho 2024-05-13 02:34:25 +02:00
parent a1aa8682d1
commit 126ad0bc07
2 changed files with 15 additions and 5 deletions

View File

@ -1,3 +1,13 @@
Notepad++ v8.6.7 bug-fixes & new enhancements:
1. Fix regression of multi-edit cursors placed wrongly issue.
2. Fix multi-editing not showing multiple cursors in dark mode.
3. Add auto-completion for Go & Raku, function list for Raku.
4. Fix symbol '&' not showing in Document Switcher.
5. Allow syntax highlighting for custom tags in HTML.
6. Fix dialogs out of screen problem.
Notepad++ v8.6.6 bug-fixes & new enhancements: Notepad++ v8.6.6 bug-fixes & new enhancements:
1. Update to scintilla 5.5.0 & Lexilla 5.3.2. 1. Update to scintilla 5.5.0 & Lexilla 5.3.2.
@ -24,7 +34,7 @@ Notepad++ v8.6.6 bug-fixes & new enhancements:
Get more info on Get more info on
https://notepad-plus-plus.org/downloads/v8.6.6/ https://notepad-plus-plus.org/downloads/v8.6.7/
Included plugins: Included plugins:

View File

@ -19,14 +19,14 @@
// //
// Notepad++ version: begin // Notepad++ version: begin
// //
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.6.6") #define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.6.7")
// 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_INTERNAL_VALUE TEXT("8.66\0") #define VERSION_INTERNAL_VALUE TEXT("8.67\0")
#define VERSION_PRODUCT_VALUE TEXT("8.6.6\0") #define VERSION_PRODUCT_VALUE TEXT("8.6.7\0")
#define VERSION_DIGITALVALUE 8, 6, 6, 0 #define VERSION_DIGITALVALUE 8, 6, 7, 0
// Notepad++ version: end // Notepad++ version: end