mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 23:34:44 +02:00
Add issue refs for 7.2.x , 7.1 and 7 versions
parent
2f1f039350
commit
21ae89ba33
97
Changes.md
97
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 (\<br\>, \<base\>, \<track\>... 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 (\<br\>, \<base\>, \<track\>... 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 \<!-- comment --\> and <?xml> tag bug.
|
||||
7. Fix file saving crash which can be reproduced through a specific way to save file.
|
||||
8. Fix a crash issue while UDL's user keyword list is too long.
|
||||
9. Fix HDPI issues for some components (task list, margins and shortcut mapper).
|
||||
10. Add a new feature(optional) : Close the last document will quit Notepad++.
|
||||
11. Add more Change Case variants (Title Case, Sentence case, iVERT cASE, rANdOm caSe).
|
||||
12. Add Open file & open containing folder commands on selected file/folder name in text content.
|
||||
13. Add Search on Internet command on selected word(s) in text content.
|
||||
14. Add Scroll Tab Bar with mouse wheel capacity.
|
||||
15. Add commands for moving the current file tab Forward/Backward.
|
||||
16. Fix bug of monitoring not working for files under root.
|
||||
17. Ruby is supported by Function List.
|
||||
18. Added new option: Enable scrolling beyond last line.
|
||||
19. Add an option to restore old behaviour (open files in folder) while folder being dropped.
|
||||
1. 64-bit build available. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/64d7535be19c498e3a9f337eadc2fd2783c3754f))
|
||||
2. Fix the DLL Hijacking Vulnerability of previous versions (by updating NSIS to v3.0). (Fix [#2086](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2086))
|
||||
3. Auto-updater improvement: periodical check can be disable via auto-update prompt dialog. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/e3c18f61eaa5a1531b3f15a8e29c720355eadf39))
|
||||
4. Installer enhancement: Check if Notepad++ is running and ask the user to close it before continue. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/4c26009a2e202fb20d101cbc4efd1323f938196a))
|
||||
5. Enhancement: add conflict detection to Shortcut Mapper. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/1abac157993685c4f6345443f6256403526858ad))
|
||||
6. Fix auto-completion on XML comment \<!-- comment --\> and <?xml> tag bug. (Fix [#1977](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1977), [#1999](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1999))
|
||||
7. Fix file saving crash which can be reproduced through a specific way to save file. (Fix [#1857](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1857))
|
||||
8. Fix a crash issue while UDL's user keyword list is too long. (Fix [#1887](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1887))
|
||||
9. Fix HDPI issues for some components (task list, margins and shortcut mapper). ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/438926bbd98692c89efdf1d5f622247f1f841600), [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/3bf382f16b0b59fd91769b81d3dabaafd05c4a23), [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/5f3225b825ef65f697c3d82dae9d8115e818912c))
|
||||
10. Add a new feature(optional) : Close the last document will quit Notepad++. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/e31e37ebc3bdd8d34b0cb61f1e3b81477fcdfbaf))
|
||||
11. Add more Change Case variants (Title Case, Sentence case, iVERT cASE, rANdOm caSe). ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/f6e47cd536f5c940de0eb8c378b71801dbeb6ae7))
|
||||
12. Add Open file & open containing folder commands on selected file/folder name in text content. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/863c4e90c1808b823ffcbadc32f067e69a6377cb))
|
||||
13. Add Search on Internet command on selected word(s) in text content. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/e451efbd290f36300fe08a3b5be5460c5dd94f84))
|
||||
14. Add Scroll Tab Bar with mouse wheel capacity. (Fix [#521](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/521))
|
||||
15. Add commands for moving the current file tab Forward/Backward. (Fix [#1864](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1864))
|
||||
16. Fix bug of monitoring not working for files under root. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/52df792cd9f61c1591350e6f0304c9919bc3abf1))
|
||||
17. Ruby is supported by Function List. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/7f1fb4622365e7f94d0529775e11b57b8d16b7d3))
|
||||
18. Added new option: Enable scrolling beyond last line. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/9fe39017cb7dd10cb6be82184129b9756d58e233))
|
||||
19. Add an option to restore old behaviour (open files in folder) while folder being dropped. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/6bbfc7a09584d382fa4f24f3c26ce790ff97323b))
|
||||
20. Add new command line optio -p : Scroll to indicated position on given filePath. (Fix [#1776](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1776))
|
||||
21. Make bitness available in DebugInfo. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/c15a0deb35bb0ea241182b81c4e48ee987dd9a87))
|
||||
22. Fix a crash issue due to CmdLineParams. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/59a23f03860d345582243cdfcf1f4e1c52489d73))
|
||||
23. Add SCI_LINEENDEXTEND to Parameters.cpp. (Fix [#1612](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1612))
|
||||
24. Improved Single Line Comment. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/7fcc20f84a9ecbb013260f736fe5bd1ffc619473))
|
||||
|
||||
Included plugins:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user