From 481a275ad6275a2c723e971321cac2715f68d183 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Sun, 14 May 2017 14:54:14 +0200 Subject: [PATCH] Notepad++ 7.4 release --- PowerEditor/bin/change.log | 32 ++++++++++++------- .../installer/nsisInclude/globalDef.nsh | 4 +-- PowerEditor/src/resource.h | 6 ++-- 3 files changed, 25 insertions(+), 17 deletions(-) diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index 494b514c0..685073178 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,22 +1,30 @@ -Notepad++ 7.3.3 bug-fixs & enhancements: +Notepad++ 7.4 new featurs/enhancements & bug-fixs: -1. Fix CIA Hacking Notepad++ issue (https://wikileaks.org/ciav7p1/cms/page_26968090.html). -2. Fix mouse wheel to task list scroll crash bug. -3. Fix flickering issue while switching back after modifying or deleting a document from outside. -4. Support Motorola S-Record, Intel and Tektronix extended hex file formats. -5. Improve multi-line tab: maintaining the selected tab position. -6. Fix add char into word char list bug. -7. Add Shift+Enter in Find dialog for searching in the opposite direction. -8. Fix a regression that delimiter settings is not retained correctely. -9. Add clear command button in shortcut mapper. -10. Enhancement: file extension supported in Load/Save Session dialog if a session file extension is set. +1. Add document snapshot feature. +2. Add snapshot on document map feature. +3. Fix issue with clicking links in html/js/asp/php. +4. Fix folding vetical line loses colour after changing folding style via Preference dialog. +5. Enhance folding feature (multi-line quotes) for python. +6. Improve certificate verifying method. +7. Fix issue of losing syntax highlighting while changing file extension (by "save as"). +8. Enhance the UI of "Windows" dialog (Menu "Window->Windows...") for sorting. +9. Apply the new file custom encoding (Unicode or not) while opening an empty content file. +10. Improve whitespace visibility while the visualization of whitespace is activated. +11. Support RTL for header and footer printing. +12. Add a warning message for launching folder as Workspace while both files and folders are dropped in Notepad++. +13. Drag and dropping tabs is possible in multi-line tab mode. +14. Fix issue of right clicking on multiline tabs. +15. Add new moving tabs with mouse wheel feature (SHIFT + Mouse Wheel) +16. Fix text on active tabs (multi-line mode) being clipped problem. +17. Fix regression for saving session file (for session file extension, if set). +18. Enhance saving workspace file by adding workspace file extension (if set). Included plugins: 1. NppExport v0.2.8 (32-bit x86 only) 2. Plugin Manager 1.3.5 (32-bit x86 only) -3. Converter 4.2 +3. Converter 4.2.1 4. Mime Tool 2.1 diff --git a/PowerEditor/installer/nsisInclude/globalDef.nsh b/PowerEditor/installer/nsisInclude/globalDef.nsh index 944d88498..ae6d575dd 100644 --- a/PowerEditor/installer/nsisInclude/globalDef.nsh +++ b/PowerEditor/installer/nsisInclude/globalDef.nsh @@ -29,10 +29,10 @@ ; Define the application name !define APPNAME "Notepad++" -!define APPVERSION "7.3.3" +!define APPVERSION "7.4" !define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}" !define VERSION_MAJOR 7 -!define VERSION_MINOR 33 +!define VERSION_MINOR 4 !define APPWEBSITE "http://notepad-plus-plus.org/" diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index ee975363b..48ee76d52 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -27,12 +27,12 @@ #pragma once -#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.3.3") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.4") // 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.33\0") -#define VERSION_DIGITALVALUE 7, 3, 3, 0 +#define VERSION_VALUE TEXT("7.4\0") +#define VERSION_DIGITALVALUE 7, 4, 0, 0