From 82e9dde49c3bf6a0abc2de94d5565fedcd1725d6 Mon Sep 17 00:00:00 2001 From: PeterCJ Date: Thu, 15 May 2025 10:41:17 -0700 Subject: [PATCH] add v8.8-8.8.1 --- Changes.md | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/Changes.md b/Changes.md index 572cad6..1610cff 100644 --- a/Changes.md +++ b/Changes.md @@ -13,6 +13,83 @@ Links to particular leading versions: ## [8.x](http://download.notepad-plus-plus.org/repository/8.x/) +### [8.8.1](http://download.notepad-plus-plus.org/repository/8.x/8.8.1/) + +**Notepad++ v8.8.1 regression-fixes, bug-fixes & new features:** +2025-05-04 + + 1. Fix ShortcutMapper regression (from v8.7.6) of displaying wrong shortcut while editing. (Fix [#16491](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16491)) + 2. Fix Find in files progress bar visual regression (from v8.8). (Fix [#16504](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16504)) + 3. Fix search result cut off result content due to nul characters ('\0'). (Fix [#6281](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6281), [#15216](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15216), [#16466](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16466)) + 4. Add Locale-based line sort feature. (Fix [#13456](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13456), [#927](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/927), [#8481](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8481), [#11261](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11261), [#16406](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16406), [#16409](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16409)) + 5. Enable selection history for undo & redo. (Fix [#16488](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16488)) + 6. Fix plugins removal failure issue (fixed in WinGUp).(Fix [#16364](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16364), [#15673](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15673), [#11819](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11819), [#9148](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9148), [WinGUp #82](https://github.com/notepad-plus-plus/wingup/issues/82)) + 7. Fix tab settings for external lexers cannot be saved issue. (Fix [#16460](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16460)) + 8. Add ErrorList syntax highlighting. (Fix [#16437](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16437), [#8078](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8078)) + 9. Fix disabled Paste command with no previous text-data in clipboard. (Fix [#16456](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16456)) +10. Fix wrong directory opened for opening files issue. (Fix [#16465](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16465)) +11. Improve Find dialog look & feel (more space). + + +Get more info on +https://notepad-plus-plus.org/downloads/v8.8.1/ + + +Included plugins: + +1. NppExport v0.4 +2. Converter v4.6 +3. Mime Tool v3.1 + + +Updater (Installer only): + +* WinGUp (for Notepad++) v5.3.2 + +### [8.8](http://download.notepad-plus-plus.org/repository/8.x/8.8/) +2025-04-28 + + + +**Notepad++ release 8.8 new features, regression-fixes & bug-fixes:** + + 1. Update to Scintilla 5.5.6 & Lexilla 5.4.4. (Implement [#16373](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16373)) + 2. Fix a hanging issue on regexp regression. (Implement [#16371](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16371)) + 3. Fix vertical tab bar messed up regression. (Fix [#16385](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16385)) + 4. Add option to apply different color to fluent toolbar icons. (Fix [#16369](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16369), [#15430](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15430)) + 5. Add "Show only pinned button" option to prevent from inacurate click. (Fix [#15963](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15963)) + 6. Fix broken cloned file state after Notepad++ restart. (Fix [#16412](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16412)) + 7. Fix inactive buffer reloading problem. (Fix [#16344](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16344)) + 8. Dark mode enhancements: combobox, slider, treeview edit, inactive menu bar & toolbar chevron. (Fix [#16349](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16349), [#16379](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16379), [#16418](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16418), [#16445](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16445), [#10103](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10103)) + 9. Reorganize GUI (add Toolbar & Tab Bar sections) of Preferences dialog. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/e45f72ae390c7672d9448769cff10c6ad9bcb63e), Implement [#16459](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16459)) +10. Fix invalid dot-character(s) handling in filenames checking. (Fix [#16328](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16328)) +11. Fix crash when using custom toolbar icons. (Fix [#16366](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16366)) +12. Add class & method recognization ability for JavaScript function list. (Fix [#13013](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13013)) +13. Remove toolbarIcons.xml, use toolbarButtonsConf.xml for toolbar custom icons & hidding buttons. (Fix [#16402](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16402)) +14. Add GUI option in Preferences dialog instead of using zero length enableSelectFgColor.xml. (Fix [#16391](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16391)) +15. Fix "Keep selection when right-click outside of selection" not working issue. (Fix [#16325](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16325)) +16. Fix Find dialog status text too left visual glitch. (Fix [#16359](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16359)) +17. Force npcNoInputC0 value as "true" by default to avoid C0 code input. (Fix [#16326](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16326), [#15839](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15839), [#15729](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15729)) +18. Remove "-pluginMessage" argument unnecessary restriction. (Fix [#16273](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16273)) +19. Fix an easter egg not showing issue. (Fix [#15170](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15170)) + + +Get more info on +https://notepad-plus-plus.org/downloads/v8.8/ + + +Included plugins: + +1. NppExport v0.4 +2. Converter v4.6 +3. Mime Tool v3.1 + + +Updater (Installer only): + +* WinGUp (for Notepad++) v5.3.1 + + ### [8.7.9](http://download.notepad-plus-plus.org/repository/8.x/8.7.9/) 2025-04-02