From 21ae89ba33aee66fd38f7300b2f5178ea72b4b8d Mon Sep 17 00:00:00 2001 From: ArkadiuszMichalski Date: Wed, 14 Apr 2021 19:42:41 +0200 Subject: [PATCH] Add issue refs for 7.2.x , 7.1 and 7 versions --- Changes.md | 97 +++++++++++++++++++++++++++++------------------------- 1 file changed, 53 insertions(+), 44 deletions(-) diff --git a/Changes.md b/Changes.md index e4384b0..0df298c 100644 --- a/Changes.md +++ b/Changes.md @@ -1230,8 +1230,8 @@ Updater (Installer only): Notepad++ 7.2.2 bug-fixes: -1. Fix auto-updater setting toggles between startups bug. -2. Fix "Replace All" button shortcut accelerator in Replace dialog not working regression. +1. Fix auto-updater setting toggles between startups bug. (Fix [#2597](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2597)) +2. Fix "Replace All" button shortcut accelerator in Replace dialog not working regression. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/1ce7df0408abf56101158dd4eaba008b1acf2da1)) 3. Fix unusual plugin update prompt after upgrade to 7.2.1 version. Included plugins: @@ -1250,9 +1250,11 @@ Updater (Installer only): Notepad++ 7.2.1 bug-fixes: -1. Fix x64 installer regression issue - install in "C:\Program Files" instead of "C:\Program Files (x86)" -2. Fix expanding environment variables regression in backup path. -3. Make installer Unicode again. +1. Fix x64 installer regression issue - install in "C:\Program Files" instead of "C:\Program Files (x86)". ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/e6fad9bd4f4031fdb7e05505d7c52ab39589853d)) +2. Fix expanding environment variables regression in backup path. (Fix [#2520](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2520)) +3. Make installer Unicode again. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/bd6f7b4d2093392355cf94086dee52aa0f374cc0)) +4. Correctly identify when a macro is playing. (Fix [#2553](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2553), [#2545](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2545)) +5. Fix double click after double clicking hotspot. (Fix [#2547](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2547), [#1259](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1259)) Included plugins: @@ -1270,11 +1272,13 @@ Updater (Installer only): Notepad++ 7.2 enhancements and bug-fixes: -1. Add option for smart highlighting extension to another view. -2. Fix Installer for 64-bit fails with argument "/D". -3. Fix uninstaller silent mode issue. -4. Fix a tab settings regression. -5. Fix file not saving bug (Ensure backup directory exists). +1. Add option for smart highlighting extension to another view. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/3924190fb17c1964a5fdfc4675be050ba9ee34cc)) +2. Fix Installer for 64-bit fails with argument "/D". ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/80092ea90c2e8ac2ac699a6147a003206960ddb8)) +3. Fix uninstaller silent mode issue. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/c58043ea0d71c1a7c9403a2f85eba8251c64b4d0)) +4. Fix a tab settings regression. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/2897dee54a8d265f588bafc1ca14fec06bba3ccd)) +5. Fix file not saving bug (Ensure backup directory exists). ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/a82d9f9981271ae5230e145d8fdc5e86e6a6a42d)) +6. Fix a regression of double click on several zones of status bar. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/1b66acd5e9aa9642489da43bba8adbb5539db9da)) +7. Fix disable smart highlihgt inconsistent behaviour. (Fix [#2442](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2442)) Included plugins: @@ -1292,21 +1296,21 @@ Updater (Installer only): Notepad++ 7.1 enhancements and bug-fixes: -1. Fix x64 crash on macro recording. -2. Fix x64 crash on new language dialog of UDL. -3. Check plugin architecture (32-bit or 64-bit) before loading. -4. Enhance Smart Highlighting feature: 1. match case 2. whole word only 3. use find dialog settings for both. -5. Fix poor performance of hex XML entities. -6. Reshow CallTip text on separator character. -7. Skip Auto-Complete self-closing HTML tags (\, \, \... etc). -8. Fix 2 UI issues for RTL layout. -9. Fix Folder as Workspace toolbar button inconsistent behaviour. -10. Add option to skip word completion on numbers (default: ON). -11. Fix bookmarks toggled off's bug. -12. Sort plugin menu by plugin name. -13. Installer: Add 64-bit/32-bit old install detection, and old installation removal ability. -14. Installer: Ask user for keeping user data during uninstallation. -15. Installer: Fix uninstaller bug to not remove themes files from APPDATA. +1. Fix x64 crash on macro recording. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/8e9e8c04cd3a4fbc3556119cebfa9d4671eaf9b0)) +2. Fix x64 crash on new language dialog of UDL. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/517d82a29a62933696291a448897d433616ea519)) +3. Check plugin architecture (32-bit or 64-bit) before loading. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/df912442345067f357be77c26ed382a797bacdff)) +4. Enhance Smart Highlighting feature: 1. match case 2. whole word only 3. use find dialog settings for both. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/d63170852ea0c77f9e0804180d6dcc3831e260c9)) +5. Fix poor performance of hex XML entities. (Fix [#2245](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2245)) +6. Reshow CallTip text on separator character. (Fix [#2274](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2274)) +7. Skip Auto-Complete self-closing HTML tags (\, \, \... etc). (Fix [#2282](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2282)) +8. Fix 2 UI issues for RTL layout. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/a7c87b8e72b7b85bc820e9a7fb25dc13470b4ce4)) +9. Fix Folder as Workspace toolbar button inconsistent behaviour. (Fix [#2249](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2249)) +10. Add option to skip word completion on numbers (default: ON). (Fix [#2249](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2365)) +11. Fix bookmarks toggled off's bug. (Fix [#2366](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2366)) +12. Sort plugin menu by plugin name. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/d64a525f3e7921b6bed735e4298e8e85f09c71c1)) +13. Installer: Add 64-bit/32-bit old install detection, and old installation removal ability. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/7ee63496d32d5b75723dd2573708d41a63f09fa7)) +14. Installer: Ask user for keeping user data during uninstallation. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/bb01b0f528482ff97b84685b82812d7684e1c32a)) +15. Installer: Fix uninstaller bug to not remove themes files from APPDATA. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/f3fcb500157f6ca2ddedeed6ea0074686d2f1699)) Included plugins: @@ -1324,25 +1328,30 @@ Updater (Installer only): Notepad++ 7 new features and bug-fixes: -1. 64-bit build available. -2. Fix the DLL Hijacking Vulnerability of previous versions (by updating NSIS to v3.0). -3. Auto-updater improvement: periodical check can be disable via auto-update prompt dialog. -4. Installer enhancement: Check if Notepad++ is running and ask the user to close it before continue. -5. Enhancement: add conflict detection to Shortcut Mapper. -6. Fix auto-completion on XML comment \