diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index e54789ab1..1cf7b4509 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,16 +1,19 @@ -Notepad++ v7.8.2 enhancements and bug-fixes: +Notepad++ v7.8.3 enhancements and bug-fixes: -1. Add key shortcuts in Save or not dialog. -2. Add find in files filter excluding ability. -3. Add "Open UDL folder" command. -4. Fix issue of showing save dialog twice while cloned file is dirty. -5. Enhance "Open Explorer" command in Folder as workspace with expected path. -6. Fix tab dragging issues. -7. Enhance "Close all but This" and "Close all to the left/right" commands while files are dirty. -8. Enhance "In Selection" option in Find dialog. -9. Fix Notepad++ blocked in notification zone issue. -10. Make end-of-line conversion operations macroable. -11. Fix "View Current File In" commands disabled problem in some situations. +1. Add the "Expand All", "Fold All" and "Select/Show current editing file" capacity into Folder as Workspace. +2. Fix restoring line position issue while document is wrapped. +3. Improve Json syntax highlighting. +4. Make filling find field of Find dialog with selected word(s) optional. +5. Make doSaveOrNot dialog simpler when there's a single file to save. +6. Fix auto-insert {[""]} imbrication not working issue. +7. Make cmd cli (for "Open Containing Folder in cmd") customizable. +8. Prevent from setting Updater's Proxy as Notepad++ is not in Admin mode. +9. Disable file association settings when Notepad++'s no admin right. +10. Fix incremental search bar "highlight all" option not conserved bug. +11. Enhance SQL syntax highlighting (add 2 more keyword lists). +12. Fix too small buffer issue during add text macro playback. +13. Fix "Close All Unchanged" not working issue for sub-view. +14. Eliminate garbage displaying in Find-result fold margin. Included plugins: diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 21f9579dd..269456b03 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -27,12 +27,12 @@ #pragma once -#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.8.2") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.8.3") // 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.82\0") -#define VERSION_DIGITALVALUE 7, 8, 2, 0 +#define VERSION_VALUE TEXT("7.83\0") +#define VERSION_DIGITALVALUE 7, 8, 3, 0