Add issue refs for 8.0 version

ArkadiuszMichalski 2021-06-10 23:29:15 +02:00
parent 0ec9d6290d
commit b3ab2bc7ae

@ -1,6 +1,7 @@
# The changelog for all versions of Notepad++
Links to particular leading versions:
- [8.x](#8x)
- [7.x](#7x)
- [6.x](#6x)
- [5.x](#5x)
@ -10,6 +11,68 @@ Links to particular leading versions:
- [1.x](#1x)
## [8.x](http://download.notepad-plus-plus.org/repository/8.x/)
### [8.0](http://download.notepad-plus-plus.org/repository/8.x/8.0/)
2021-06-07
Notepad++ v8 new features, enhancements & bug-fixes:
1. Add Dark Mode. (Implement [#9183](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9183), [#7692](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7692))
2. ARM64 build is available. (Implement [#5158](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5158))
3. One button to build them all - build Notepad++ with Scintilla static lib and Boost RegExpr headers. (Implement [#9594](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9594))
4. Add new Fluent UI icons for toolbar. (Implement [#9742](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9742))
5. Add new feature "Distraction Free Mode" (Menu "View->Distraction Free Mode"). ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/cbf3d2c9cb35c3fee4cf750d283771a844beafd9))
6. Add new API NPPM_ADDTOOLBARICON_FORDARKMODE for dark mode. (Implement [#9928](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9928))
7. Add 1 click action (SHIFT-click) on close button to close all tabs in dockable panel. (Implement [#8922](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8922))
8. Add ability of changing select text foreground color (optional). (Fix [#3397](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3397), [#1314](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1314))
9. Allow Replace to stop after replacement (optional). (Implement [#4437](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4437))
10. Fix append extension feature not working in save dialog. (Fix [#9939](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9939))
11. Add ability to reverse line order. (Implement [#9837](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9837))
12. Add ability to style only current instance of text. (Fix [#9263](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9263))
13. Fix duplicated entries in Auto-Completion pop-up window. (Fix [#9711](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9711))
14. Fix Python Function List not showing functions in some circumstance. (Fix [#9844](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9844))
15. Enhance Folder as Workspace performance while adding/removing files in bulk. (Fix [#9203](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9203))
16. Add Ada, Fortran, Fortran77 & Haskell in function lists. (Fix [#9698](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9698))
17. Improve performance of "Open all" command in Search results. (Fix [#9819](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9819))
18. Add "Copy Pathnames" command to Search results context menu. (Fix [#9821](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9821))
19. Catch regex search exceptions and show exception message. (Fix [#9565](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9565))
20. Add MarkAll Preference settings for case and word. (Fix [#9751](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9751), [#5148](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5148))
21. Fix regression: Handle "Default Directory" setting correctly in Open/Save File Dialog. (Fix [#9767](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9767))
22. Fix a special character in UTF16 file crash issue. (Fix [#9797](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9797))
23. Add "Append extension" checkbox to Save As dialog. (Implement [#9515](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9515))
24. Fix Copy command in Search result is available as there's no selection. (Fix [#9757](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9757))
25. Add padding ability in the edit zone. (Fix [#2323](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2323))
26. Make new tab name translatable. (Fix [#2837](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2837))
27. Improve character case handling in RegEx. (Fix [#9636](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9636))
28. Fix dragged out UDL file is not applied to UDL in the new instance. (Fix [#3451](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3451))
29. Add command line parameter for adding specified string to app title bar. (Implement [#9539](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9539))
30. Fix Auto-Completion ignoring case issue. (Fix [#3997](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3997), [#4833](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4833), [#4998](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4998))
31. Fix "Match Whole Word" option being enabled in RegEx Search. (Fix [#9766](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9766))
32. Fix sort with column key selection that appears after tab characters. (Fix [#9682](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9682))
33. Fix "Reload Workspace" menu command not working issue. (Fix [#9350](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9350))
34. Fix view file in Edge browser failure issue if name contains spaces. (Fix [#9313](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9313))
35. Add ability to avoid accumulating multiple search results. (Fix [#8777](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8777))
36. Fix UTF-16 decoding/encoding for code points above U+FFFF. (Fix [#9597](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9597), [#3747](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3747), [#5754](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5754))
37. Fix "Save As" command removing original path from recent files history issue. (Fix [#9673](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9673))
38. Fix function List button tool tips mixed up issue. (Fix [#9804](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9804))
39. Remove Microsoft Bing from search engines for Search on Internet command. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/06657c82b3b9a1871c483982282f046b1ac7b3be))
More fixes & implementations detail:
https://notepad-plus-plus.org/downloads/v8/
Included plugins:
1. NppExport v0.3
2. Converter v4.3
3. Mime Tool v2.6
Updater (Installer only):
* WinGup (for Notepad++) v5.2
## [7.x](http://download.notepad-plus-plus.org/repository/7.x/)