diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index dba8f55a..3c583e2d 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,3 +1,14 @@ +Notepad++ v7.5.6 enhancements & bug-fixes: + +1. Fix macro playing back crash issue on new added "find previous" and "find next" buttons. +2. Function List enhancement: Highlight the current function based on cursor position. +3. Fix crash on styler dialog of User Defined Language dialog. +4. Fix file status detection issue under Windows XP. +5. Ghost typing enhancement: Unicode, syntax highlighting and speed support. + (check the url for the usage of ghost typing on command line: https://notepad-plus-plus.org/features/ghost-typing.html ) +6. Add a message from outer space. + + Notepad++ 7.5.5 enhancements & bug-fixes: 1. Restore 2 buttons "<< Find Previous" & "Find Next >>" in Find dialog (optional). diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index be3841d8..3d884251 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -27,12 +27,12 @@ #pragma once -#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.5.5") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.5.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.55\0") -#define VERSION_DIGITALVALUE 7, 5, 5, 0 +#define VERSION_VALUE TEXT("7.56\0") +#define VERSION_DIGITALVALUE 7, 5, 6, 0