mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-28 16:24:27 +02:00
v8.4.8
parent
3c7650035c
commit
13f82f104a
46
Changes.md
46
Changes.md
@ -13,6 +13,52 @@ Links to particular leading versions:
|
|||||||
|
|
||||||
## [8.x](http://download.notepad-plus-plus.org/repository/8.x/)
|
## [8.x](http://download.notepad-plus-plus.org/repository/8.x/)
|
||||||
|
|
||||||
|
### [8.4.8](http://download.notepad-plus-plus.org/repository/8.x/8.4.8/)
|
||||||
|
2022-12-25
|
||||||
|
|
||||||
|
Notepad++ v8.4.8 bug-fixes and new features:
|
||||||
|
|
||||||
|
Change log:
|
||||||
|
1. Update to Scintilla 5.3.2 and Lexilla 5.2.1. (implement [#12624](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12624))
|
||||||
|
2. Dark mode: Add "Follow Windows dark/light mode" feature, and toolbar, tabbar and theme choices are remembered for 2 modes separately. (Fix [#9183](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9183), [#9992](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9992), [#10153](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10153), [#10239](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10239), [#10544](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10544), [#11867](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11867), [#10644](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10644))
|
||||||
|
3. Fix inconsistencies at OS-forced Notepad++ v8.4.7 exit. (Fix [#12541](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12541))
|
||||||
|
4. Make tab context menu customizable. (Fix [#12170](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12170))
|
||||||
|
5. Make Macro & Run menu organizable with submenu by modifying shortcuts.xml. (Fix [#5349](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5349), implement [#12617](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12617))
|
||||||
|
6. Fix crash on Win32 Namespace prefixed file name. (Fix [#12453](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12453))
|
||||||
|
7. Fix delimiter selection crash issue. (Fix [#12384](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12384))
|
||||||
|
8. Improve performance for the "Remove Empty Lines" command. (Fix [#12462](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12462), implement [#12544](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12544))
|
||||||
|
9. Fix theme not working in cloud mode and portable mode issue. (Fix [#6092](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6092/), [#10801](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10801), [#12296](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12296))
|
||||||
|
10. Fix autocomplete/calltip colors not applied when changing themes. (Fix [#12514](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12514))
|
||||||
|
11. Add dark autocompletion icons for dark themes. (Fix [#12549](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12549))
|
||||||
|
12. Fix search result not applying new theme. (Fix [#12588](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12588/))
|
||||||
|
13. Fix sorting failure in zero-length column mode selection. (Fix [#12299](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12299))
|
||||||
|
14. Fix Default Language not working for the 1st empty file with empty session. (Fix [#12586](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12586))
|
||||||
|
15. Enhance "Go to settings" in Style Configurator. (Implement [#12650](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12650), [#12634](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12634))
|
||||||
|
16. Fix themes' inconsistent behaviour. (Fix [#12642](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12642), [#12508](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12508))
|
||||||
|
17. Fix incorrect plugin architecture reports partially. (Fix partially [#12565](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12565))
|
||||||
|
18. Enhance Properties file: add/improve the syntax folding/highlighting. ([Implementation](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/c0e207328057b9ce321587a053ff1476cbb19562))
|
||||||
|
19. Add vertical scroll bar on all combobox in Find Replace dialog. (Fix [#12459](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12459))
|
||||||
|
20. Function List: Add Pascal/Delphi & NppExec plugin's scripting, enhance SQL. (Fix [#3664](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3664/), [#12517](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12517), implemnt [#12625](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12625))
|
||||||
|
21. Autocompletion: add PowerShell, fix some entries in PHP, update for Lua. (Fix [#12492](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12492), implement [#12641](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12641), [#12657](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12657))
|
||||||
|
22. Update CPP & PowerShell keywords. (Fix [#11936](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11936/), [#5004](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5004))
|
||||||
|
23. Fix the tab context menu reload command's state not synchronized. (Fix [#12579](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12579))
|
||||||
|
|
||||||
|
Get more info on
|
||||||
|
https://notepad-plus-plus.org/downloads/v8.4.8/
|
||||||
|
|
||||||
|
|
||||||
|
Included plugins:
|
||||||
|
|
||||||
|
1. NppExport v0.4
|
||||||
|
2. Converter v4.5
|
||||||
|
3. Mime Tool v2.9
|
||||||
|
|
||||||
|
|
||||||
|
Updater (Installer only):
|
||||||
|
|
||||||
|
* WinGup (for Notepad++) v5.2.4
|
||||||
|
|
||||||
|
|
||||||
### [8.4.7](http://download.notepad-plus-plus.org/repository/8.x/8.4.7/)
|
### [8.4.7](http://download.notepad-plus-plus.org/repository/8.x/8.4.7/)
|
||||||
2022-11-08
|
2022-11-08
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user