Notepad++ 8.5.3 release

pull/13660/head v8.5.3
Don Ho 2 years ago
parent 50b81eadef
commit a561cd37d4

@ -1,62 +1,21 @@
Notepad++ v8.5.2 bug-fixes and new features:
1. Enhance "Edit with Notepad++" context menu and fix several issues.
2. Make Find/Replace dialog swap/copy button usage more explicit.
3. Fix unexpected caret column jump post brace match.
4. Add hits in-progress increased number to Search Progress dialog.
5. Add HTML Hexadecimal column and more items to ASCII panel.
6. Add ability to do leading spaces with Column Editor.
7. Add programming language support for Hollywood.
8. Fix dock panels visual glitch while finding in search results.
9. Fix Mark dialog's Copy Marked Text button is not macro-able issue.
10. Dark mode enhancement: make focused combobox more visible.
11. Fix find dialog flicker issue.
12. Enhance Notepad++ icon's display in system tray.
13. Fix some options in Mark dialog not remembered though the session issue.
Notepad++ v8.5.1 bug-fixes and new features:
1. Use new modern shell "Edit with Notepad++" of Windows 11 instead of hijacking "Pin to Quick access".
2. Update scintilla to 5.3.4 and lexilla to 5.2.4.
3. Add MS Transact-SQL support.
4. Add GDScript language support with autocomplete & functionlist.
5. Fix UDL empty button regression after changing localization.
6. Add ability to copy "Find what" to "Replace with" and vice versa in Find Replace dialog.
7. Fix DocSwitcher RTL problem, and use edit field instead of a small popup value dialog.
8. GUI visual enhancement: Fix whole dialog items blink when a item value changed.
9. Make tray icon context menu translatable.
Notepad++ v8.5 bug-fixes and new features:
1. Fix notepad replacement opening file name containing white space regression.
2. Fix regression about visual glitch of Find in Files progress window & Document Switcher.
3. Update to Scintilla 5.3.3 and Lexilla 5.2.2.
4. Add new explorer context menu entry "Edit with Notepad++" for WINDOWS 11.
5. Add show non-printable characters command.
6. Apply tab colors to document list items, and add groups to document list.
7. Add middle mouse click ability to close doc in Document List.
8. Add Begin/End Select in Column Mode command.
9. Add option to make auto-completion list brief.
10. Remove duplicate items in function/word list of Auto-completion.
11. Fix missing items in word autocomplete.
12. Fix autocomplete to sort case insensitive issue.
13. Fix wrong value set in Preferences->Performance->"Define Large File Size".
14. Change behaviour: make Select and Find (Next/Previous) always in normal search mode.
15. Change behaviour: make volatile Find uses least-strict option settings.
16. Change behaviour: don't populate in Find what if a stream selection more than 1024 characters.
17. Fix dock-able panels not restoring for mono instances when Notepad++ is in the tray.
18. Fix panels not restored from systemtray with "Edit with Notepad++" in admin mode.
19. Fix hit text in search results not being scrolled in the view issue.
20. Fix untitled document number jumping or repeated problem.
21. Add new notification NPPN_EXTERNALLEXERBUFFER for lexer plugin with buffer ID when a new lexer is applied to the buffer in question.
22. Fix Synch H/V Scrolling commands not sync with 2 views.
23. Add several GUI enhancement.
24. Make several GUI items translatable.
1. Fix session file data loss issue.
2. Fix Explorer context menu "Edit with Notepad++" needs restarting os to appear issue under Win 8/10.
3. Fix Explorer context menu "Edit with Notepad++" not installed for multiple users issue.
4. Fix Explorer context menu "Edit with Notepad++" double entries in some applications (Winzip).
5. Make Explorer context menu "Edit with Notepad++" translatable.
6. Add the UTF8 character ability for Run & Macro menu.
7. Add hide/show ability of Control Characters (C0 & C1) and Unicode EOL.
8. Fix Change history margin in black color issue.
9. Improve "Remove consecutive duplicate lines" command performance.
10. Project Workspace "Save a Copy As" confusion issue.
11. Make "Remove consecutive duplicate lines" support more line break.
12. Fix UDL deletion issue.
13. Fix RTL not working on FindInFiles progress window.
14. Fix search results output alignment for large file searches.
15. Several GUI Enhancements.
Get more info on
https://notepad-plus-plus.org/downloads/v8.5.2/
https://notepad-plus-plus.org/downloads/v8.5.3/
Included plugins:

@ -19,12 +19,12 @@
//
// Notepad++ version: begin
//
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.5.2")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.5.3")
// 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("8.52\0")
#define VERSION_DIGITALVALUE 8, 5, 2, 0
#define VERSION_VALUE TEXT("8.53\0")
#define VERSION_DIGITALVALUE 8, 5, 3, 0
// Notepad++ version: end

Loading…
Cancel
Save