Notepad++ 8.1.3 Release

This commit is contained in:
Don HO 2021-08-12 19:39:53 +02:00
parent f5ea4898cf
commit 2b0620b078
2 changed files with 22 additions and 15 deletions

View File

@ -1,19 +1,26 @@
Notepad++ v8.1.2 new features, enhancements & bug-fixes:
Notepad++ v8.1.3 new features, enhancements & bug-fixes:
1. Dark mode enhancement: 95% dialogs are dark-modable.
2. Improve GUI display under high DPI.
3. Add Markdown UDL of dark mode in release packages.
4. Fix crash issue when several instances of the save dialogs are shown.
5. Fix save dialog not working on Windows Vista.
6. Add the capacity to switch among Find/Replace/FiF/Mark via their shortcuts.
7. Make Document List Panel togglable via View menu and shortcutable (+ "Switch to" command) in shortcut mapper.
8. Fix Function list current empty lost issue while Sort/Unsort/Save/Reload.
9. Fix Functions list scrolling to the top on file save issue.
10. Fix wrong path in tooltip of tab in RTL mode.
11. Fix the file drag and drop bug in RTL mode.
12. Add filter capacity in Shortcut mapper by shortcut key combination.
13. Add copy file names capacity from Windows dialog.
14. Fix shortcut conflict detection error in Shortcut mapper while filtering.
15. Increase macro, user command and plugin command number capacity.
1. Make dark mode restartless.
2. Activate dark mode in Windows 11.
3. Make Notepad++ dark mode colors customizable: add 6 more color tone choices.
4. Add customizing dynamically dark mode colors capacity
5. Add command line flag -udl="UDL name" to open a file by applying an existent UDL via its name.
6. Use always current file directory in File Rename dialog.
7. Fix "Remember last used directory" unexpected behaviour.
8. Fix corrupted encoding text on status bar if shortcut assigned to encode command.
9. Add a Save all confirm dialog.
10. Improve JavaScript auto-completion.
More fixes & implementations detail:
https://notepad-plus-plus.org/downloads/v8.1.2/
https://notepad-plus-plus.org/downloads/v8.1.3/
Included plugins:

View File

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