diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index 82a92248d..643df6939 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -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: 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 -https://notepad-plus-plus.org/downloads/v8.6.6/ +https://notepad-plus-plus.org/downloads/v8.6.7/ Included plugins: diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index e8ad2919a..42784b59e 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -19,14 +19,14 @@ // // 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 // 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_DIGITALVALUE 8, 6, 6, 0 +#define VERSION_PRODUCT_VALUE TEXT("8.6.7\0") +#define VERSION_DIGITALVALUE 8, 6, 7, 0 // Notepad++ version: end