From 2b43c8fd92965718e0c9f598d60466d45711f731 Mon Sep 17 00:00:00 2001 From: PeterCJ Date: Thu, 17 Nov 2022 06:22:06 -0800 Subject: [PATCH] add v8.4.7 changes --- Changes.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/Changes.md b/Changes.md index 87a52c0..e551d64 100644 --- a/Changes.md +++ b/Changes.md @@ -13,6 +13,44 @@ Links to particular leading versions: ## [8.x](http://download.notepad-plus-plus.org/repository/8.x/) +### [8.4.7](http://download.notepad-plus-plus.org/repository/8.x/8.4.7/) +2022-11-08 + +Notepad++ v8.4.7 bug/regression-fixes and new features: + +1. Fix empty session issue due to forced Windows update restart. (Fix [#9850](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9850), [#12389](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12389), [#5737](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5737), [#4148](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4148), [#2730](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2730)... and [much more](https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12388#issuecomment-1296337508)) +2. Fix printing with extra background colors issue due to Change History. (Fix [#12281](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12281)) +3. Update to scintilla 5.3.1 and lexilla 5.2.0. (Implement [#12327](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12327)) +4. Updated nlohmann json to 3.11.2 and boost to 1.80.0. (Implement [#12271](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12271), [#12273](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12273)) +5. Make large file restriction configurable. (Fix [#11389](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11389), [#12260](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12260), [#11670](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11670)) +6. Optimize open/save large files time. ( [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/a26599794cfd5bc7c6754d240e7563f24b90e4cb)) +7. Remember Column Editor settings through the sessions. (Implement [#12386](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12386)) +8. Fix plugin admin search issue. (Fix [#12375](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12375)) +9. Installer enhancement: prevent arm64 installer from installing on non ARM64 system. (Fix [#12320](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12320)) +10. Installer enhancement: remember "Don't use_%APPDATA%" option. (Fix [#12202](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12202)) +11. Add new API NPPM_GETBOOKMARKID for getting bookmark ID. (Fix [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/4d5069280900ee249d358bc2b311bdb4b03f30a9)) +12. Enhance "Go To" dialog: update line/position data dynamically. (Fix [#12284](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12284)) +13. Fix lines hiding issue. (Fix [#12184](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12184), [#8149](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8149)) +14. Fix language detected from content not applied if default language is set. (Fix [#11504](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11504)) +15. Fix long filters get truncated in Find in Files feature. (Fix [#12041](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12041)) +16. Add ESC Key for aborting "Move to Recycle Bin" confirmation prompt. (Fix [#12117](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12117)) + +Get more info on +https://notepad-plus-plus.org/downloads/v8.4.6/ + + +Included plugins: + +1. NppExport v0.4 +2. Converter v4.4 +3. Mime Tool v2.8 + + +Updater (Installer only): + +* WinGup (for Notepad++) v5.2.4 + + ### [8.4.6](http://download.notepad-plus-plus.org/repository/8.x/8.4.6/) 2022-09-29