added Changes for v8.4 and v8.4.1

PeterCJ 2022-05-11 09:28:27 -07:00
parent 1003353432
commit c2fe136b45

@ -13,6 +13,66 @@ Links to particular leading versions:
## [8.x](http://download.notepad-plus-plus.org/repository/8.x/)
### [8.4.1](http://download.notepad-plus-plus.org/repository/8.x/8.4.1/)
2022-05-11
1. Fix HTML syntax highlighting in PHP files regression. (Fix [#11585](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11585), [#11602](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11602))
2. Fix "Reload from disk" loosing syntax highlighting regression. (Fix [#11606](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11606))
3. Fix unfocused selected text background color changed regression. (Fix [#11595](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11595))
4. Update Scintilla from 5.2.1 to 5.2.2 and Lexilla from 5.1.5 to 5.1.6. (Implement [#11537](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11537))
5. Fix multi-part keyword in prefix mode freezes Notepad++ in UDL. (Fix [#11434](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11434))
6. Add several dark mode enhancement. (Fix [#11574](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11574), [#11622](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11622), [#10054](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10054), [#11546](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11546), [#11544](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11544))
7. Add DarkMode usage detection support for plugins. (Fix [#11546](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11546))
8. Add "Framed current line" option beside of "Highlight current line background". (Fix [#11501](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11501))
9. Add file monitoring command line argument [-monitor]. (Fix [#10562](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10562))
10. File Dialog enhancement. (Fix [#11630](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11630), [#11517](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11517))
11. Add a new format argument/option "ADD_ZERO_PADDING" to NPPM_GETNPPVERSION. (Fix [#11535](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11535))
12. Restore auto-completion & calltip default fg/bg colors when no theme is applied. (Fix [#11637](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11637))
13. Sort "Search result" to the bottom in language list of Style Configurator. (Fix [#11337](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11337))
Included plugins:
1. NppExport v0.4
2. Converter v4.4
3. Mime Tool v2.7
Updater (Installer only):
* WinGup (for Notepad++) v5.2.3
### [8.4](http://download.notepad-plus-plus.org/repository/8.x/8.4/)
2022-04-26
1. Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5. (Fix [#10504](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10504))
2. Enhance dark mode support (Shortcut Mapper, autocompletion, calltip, Column Editor and Style configurator, Preferences dialog, etc...) (Fix [#11530](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11530), [#11522](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11522), [#11407](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11407), [#11514](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11514), [#11506](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11506), [#11497](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11497))
3. Fix losing characters issue after case-conversion (UPPER/lower). (Fix [#11463](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11463))
4. Fix "Sort Lines as Integer" not considering negative number issue. (Fix [#11023](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11023), [#2025](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2025))
5. Sort languages alphabetically automatically in Style Configurator. (Fix [#11337](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11337))
6. Fix flashing box (autocompletion empty list) appears while typing issue. (Fix [#9433](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9433))
7. Scrolling Document List automatically to make the selected tab item visible. (Fix [#11204](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11204))
8. Make Find in Files search result line number aligned. (Fix [#11119](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11119))
9. Add default A-Z sorting ability in Function list. (Fix [#11446](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11446))
10. Add virtual space ability. (Fix [#11443](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11443), [#11444](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11444))
11. Fix document being wronly marked as saved bug after converting its encoding. (Fix [#11436](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11436))
12. Fix Document list not sync with tab order after sorting. (Fix [#11272](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11272))
13. Fix file saving critical bug under Symantec encryption desktop. (Fix [#11339](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11339))
14. Fix cropped text in Shortcut mapper's status area issue. (Fix [#10358](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10358))
15. Enhance installer: Remember the chosen language in the previous installation. (Implement [#10582](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10582))
16. Improve Find/Replace Dialog layout. (Fix [#11318](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11318))
17. Update NSIS & Inno Setup keyword lists.
Included plugins:
1. NppExport v0.4
2. Converter v4.4
3. Mime Tool v2.7
Updater (Installer only):
* WinGup (for Notepad++) v5.2.3
### [8.3.3](http://download.notepad-plus-plus.org/repository/8.x/8.3.3/)
2022-03-15