diff --git a/Changes.md b/Changes.md index 589ee8c..0be5bfe 100644 --- a/Changes.md +++ b/Changes.md @@ -13,6 +13,53 @@ Links to particular leading versions: ## [8.x](http://download.notepad-plus-plus.org/repository/8.x/) +### [8.7](http://download.notepad-plus-plus.org/repository/8.x/8.7/) +2024-09-07 + +Notepad++ v8.7 bug fixes & new enhancements: + +**Change log:** + 1. Update to scintilla 5.5.2 & Lexilla 5.4.0. (Implement [#15564](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15564)) + 2. Fix monitoring large files with frequent writes freezing the UI issue. (Fix [#9661](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9661), [#15611](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15611)) + 3. Fix regression of multiple selections in comboboxes of Find dialog. (Fix [#15583](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15583)) + 4. Fix a single undo reverting many changes issue. (Fix [#9426](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9426)) + 5. Improve Styler Configurator performance considerably. (Fix [#12436](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12436), implement [#15565](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15565)) + 6. Fix CVE-2014-9456 (but CVE-2014-9456 is not a "Security Vulnerability"). (Fix [#12669](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12669)) + 7. Make find dialog status messages color customizable via Style Configurator. (Fix [#5087](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5087)) + 8. Make individual tab color customizable via Style Configurator. (Fix [#12156](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12156)) + 9. Add new plugin command NPPM_GETNATIVELANGFILENAME & notification NPPN_NATIVELANGCHANGED for native language being changed. (Fix [#15513](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15513)) +10. Fix Folder as Workspace sorting problem for network storage (Samba, WebDAV, WSL, etc.). (Fix [#10557](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10557), [#15397](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15397)) +11. Fix closing unsaved clone document causing periodic backup loss issue. (Fix [#8227](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8227)) +12. Fix Style Config's "User-defined keywords" not being saved properly after emptying it. (Fix [#15543](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15543), [#14303](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14303)) +13. Add user-defined keyword ability for some supported programming languages (ActionScript, ASP, Bash, C, C++, C#, GDScript, Go, HTML, Java, JS, JSP, Lua, PHP, Python, RC, Swift, TypeScript, & XML). (Fix [#15520](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15520)) +14. Add Fluent Icons for enhancing FunctionList, Folder as Workspace & project panels' icons in lite mode. (Implement [#15541](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15541), [#15532](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15532)) +15. Fix Python smart indent issue when a string or comment line ends with a colon. (Fix [#15528](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15528), [#15534](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15534)) +16. Add file type filters for UDL in Save dialogs. (Fix [#8083](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8083), [#11096](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11096)) +17. Add TOML language (TOML format) support. (Fix [#5631](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5631)) +18. Add function list for TeX/LaTeX. (Implement [#15595](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15595)) +19. Recognize Cython files as Python. (Fix [3069#](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3069), [#3767](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3767)) +20. Fix edit zone not getting focus while clicking the active tab. (Fix [#8446](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8446)) +21. Add the ability to open the copy automatically after the “Save a Copy” command. (Fix [#11861](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11861)) +22. Fix inability to paste after removing read-only via menu. (Fix [issue](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13742#issuecomment-2233570312)) +23. Add one more option for auto-indent so C-Like language indent can be disabled. (Fix [#15396](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15396)) +24. Fix Style Configurator regression: "URL hovered"'s "Go to Settings" not working. (Fix [#15493](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15493)) + + +Get more info on +https://notepad-plus-plus.org/downloads/v8.7/ + + +Included plugins: + +1. NppExport v0.4 +2. Converter v4.6 +3. Mime Tool v3.1 + + +Updater (Installer only): + +* WinGUp (for Notepad++) v5.3 + ### [8.6.9](http://download.notepad-plus-plus.org/repository/8.x/8.6.9/) 2024-07-14