Notepad++ v8.4.9 release

This commit is contained in:
Don Ho 2023-01-31 12:55:51 +01:00
parent 92db94a359
commit 409c363e1a
2 changed files with 22 additions and 28 deletions

View File

@ -1,31 +1,25 @@
Notepad++ v8.4.8 bug-fixes and new features:
Notepad++ v8.4.9 bug-fixes and new features:
1. Update to Scintilla 5.3.2 and Lexilla 5.2.1.
2. Dark mode: Add "Follow Windows dark/light mode" feature, and toolbar, tabbar and theme choices are remembered for 2 modes separately.
3. Fix inconsistencies at OS-forced Notepad++ v8.4.7 exit.
4. Make tab context menu customizable.
5. Make Macro & Run menu reorganizable with sub-menu by modifying shortcuts.xml.
6. Fix crash on Win32 Namespace prefixed file name.
7. Fix delimiter selection crash issue.
8. Improve performance for the "Remove Empty Lines" command.
9. Fix theme not working in cloud mode and portable mode issue.
10. Fix autocomplete/calltip colors not applied when changing themes.
11. Add dark autocompletion icons for dark themes.
12. Fix search result not applying new theme.
13. Fix sorting failure in zero-length column mode selection.
14. Fix Default Language not working for the 1st empty file with empty session.
15. Enhance "Go to settings" in Style Configurator.
16. Fix themes' inconsistent behaviour.
17. Fix incorrect plugin architecture reports partially.
18. Enhance Properties file: add/improve the syntax folding/highlighting.
19. Add vertical scroll bar on all combobox in Find Replace dialog.
20. Function List: Add Pascal/Delphi & NppExec plugin's scripting, enhance SQL.
21. Autocompletion: add PowerShell, fix some entries in PHP, update for Lua.
22. Update CPP & PowerShell keywords.
23. Fix tab context menu reload command's state not synchronized.
1. Fix saving 4GB+ files file size cutting off issue.
2. Fix v8.4.8 hanging while opening some Pascal files.
3. Add JSON5 support - only JSONC currently (with js comment supported).
4. Add configuration for dockable panels to ignore '-nosession'.
5. Fix Notepad Replacement display 'Cannot open file " "' regression in v8.4.8.
6. Fix Notpad++ hangs while deleting search results results.
7. Fix XML tag-matching not be case-sensitive.
8. Add support selection for "EOL to Space", "TAB and Space conversion" & "Trim" commands.
9. Improve Pascal/Delphi function list performance.
10. Fix exclude functions in comment zones in C++, PHP, JavaScript and Pascal.
11. Use stable sort algorithm instead of standard sort one.
12. Fix doc switcher not using alternate icon sets.
13. Several enhancement in dark mode.
14. Fix under high DPI URL hand cursor too small display issue.
15. Fix docking GUI regression for plugin in light mode.
16. Fix cannot undo "Block Uncomment" & "Insert Date/Time" commands in one shot.
17. Fix sub-menu folder display mess in non-western languages under Macro/Run menu.
Get more info on
https://notepad-plus-plus.org/downloads/v8.4.8/
https://notepad-plus-plus.org/downloads/v8.4.9/
Included plugins:

View File

@ -19,12 +19,12 @@
//
// Notepad++ version: begin
//
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.4.8")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.4.9")
// 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.48\0")
#define VERSION_DIGITALVALUE 8, 4, 8, 0
#define VERSION_VALUE TEXT("8.49\0")
#define VERSION_DIGITALVALUE 8, 4, 9, 0
// Notepad++ version: end