From 32fc08c7e8488aef99a9e52e46e9a12a950cacc2 Mon Sep 17 00:00:00 2001 From: Don HO Date: Fri, 6 Mar 2020 01:18:44 +0100 Subject: [PATCH] Notepad++ 7.8.5 release --- PowerEditor/bin/change.log | 12 +++++++++--- PowerEditor/src/resource.h | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index d8ac01623..8b846fe23 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,7 +1,13 @@ -Notepad++ v7.8.4 bug-fixes: +Notepad++ v7.8.5 Enhancement & bug-fixes: -1. Fix regression of double clicking a found in files result while Word-Wrap is on. -2. Fix HashFromDlg title bar localization issue. +1. Fix "Monitoring" not detecting all file changes issue. +2. Fix auto-updater disabling not working regression. +3. Fix Notepad++ doesn't exit correctly while Windows 10 update restart. +4. Make Count command in Find dialog respect Backward-direction and Wrap-around options. +5. Make Find dialog remember its position across runs. +6. Add the document size column to the Windows Selection dialog. +7. Make "View Current File in(browser)" commands macro recordable. +8. Add external sound control capability for unsuccessful search (in Find dialog) bell. Included plugins: diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 7e2f544f3..dccbe6e35 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.4") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.8.5") // 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.84\0") -#define VERSION_DIGITALVALUE 7, 8, 4, 0 +#define VERSION_VALUE TEXT("7.85\0") +#define VERSION_DIGITALVALUE 7, 8, 5, 0