diff --git a/Changes.md b/Changes.md index de27c59..fbc5d0b 100644 --- a/Changes.md +++ b/Changes.md @@ -13,37 +13,124 @@ Links to particular leading versions: ## [8.x](http://download.notepad-plus-plus.org/repository/8.x/) +### [8.6.5](http://download.notepad-plus-plus.org/repository/8.x/8.6.5/) +2024-03-30 + +Notepad++ v8.6.5 bug-fixes & new enhancements: + + 1. Fix "Replace All" action not notifying plugins of modification regression by adding NPPN_GLOBALMODIFIED. (Fix [#14767](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14767), see [NPPN_GLOBALMODIFIED how to](https://community.notepad-plus-plus.org/topic/25504/new-nppn_globalmodified-notification)) + 2. Fix plugins not receiving some Scintilla notification types regression. (Fix [issue](https://community.notepad-plus-plus.org/topic/25497/notepad-release-8-6-4/9)) + 3. Fix Shortcut Mapper pontential crash problem. (Implement [#14880](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14880)) + 4. Fix period backup pontential crash due to the dead lock. (Fix [#14906](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14906)) + 5. Fix NUL characters file corruption after power outrages. (Fix [#6133](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6133), implement [#14860](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14860)) + 6. Remedy losing session problem after power outrages. (Fix [#14781](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14781), implement [#14858](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14858)) + 7. Fix URLs are not detected after a "Replace All" regression. (Fix [#14864](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14864)) + 8. Notify user while saving failure due to hardware problem. (Implement [#14842](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14842)) + 9. Update to scintilla 5.4.3 (from 5.4.1) & Lexilla 5.3.1. (Implement [#14834](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14834)) +10. Support template literal (template strings) in JavaScript & make `back-quoted strings` more readable. (Fix [#3822](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3822)) +11. Add support for Change History in the text, besides in the margin. Also, make Change History color configurable. (Fix [#12321](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12321), [#13915](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13915), Implement [#14838](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14838)) +12. Fix NPPM_RELOADFILE API return wrong result issue. (Fix [issue](https://community.notepad-plus-plus.org/topic/25533/nppm_reloadfile-should-return-true-_only_-on-success/4)) +13. Enhance Shortcut Mapper filter to find command items more easily (Fix [#14743](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14743)) +14. Prevent typing control characters into document & make it optional. (Fix [#13279](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13279)) +15. Fix possible no-GUI state when using systray. (Fix [#14777](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14777)) +16. Make context menu popup location at current text position when invoked via keyboard. (Fix [#14727](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14727)) +17. Fix Notepad++ blocked when closed minimized or from systray. (Fix [#14718](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14718)) +18. Fix python wrong decorator attribute colors & add "ATTRIBUTE" color in styles.xml.model. (Fix [#14895](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14895)) +19. Fix Mouse Wheel Scrolling in Shortcut Mapper & reduce also the memory use. (Fix [#5894](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5894)) + +Get more info on: +https://notepad-plus-plus.org/downloads/v8.6.5/ + +Included plugins: + +1. NppExport v0.4 +2. Converter v4.6 +3. Mime Tool v3.1 + +Updater (Installer only): + +* WinGUp (for Notepad++) v5.2.8 + +### [8.6.4](http://download.notepad-plus-plus.org/repository/8.x/8.6.4/) +2024-02-20 + +Notepad++ v8.6.4 regression-fix: + + 1. Fix regression that the view cannot be activated by mouse clicking. (Fix [regression](https://community.notepad-plus-plus.org/topic/25490/notepad-release-8-6-3/7?_=1708380779619)) + +Get more info on: +https://notepad-plus-plus.org/downloads/v8.6.4/ + +Included plugins: + +1. NppExport v0.4 +2. Converter v4.6 +3. Mime Tool v3.1 + + +Updater (Installer only): + +* WinGUp (for Notepad++) v5.2.8 + +### [8.6.3](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.6.3/) (unstable) +2024-02-18 + +Notepad++ v8.6.3 bug-fixes & new enhancements: + + 1. Restore multi-editing option & add "Column To Multi-editing" option on GUI. (Fix [#14645](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14645)) + 2. Make "copy/cut line while no selection" optional. (Fix [#14638](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14638)) + 3. Fix all open files lost after restarting as Admin to save a file. (Fix [#14694](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14694)) + 4. Fix "Replace All" crash & performance issue. (Fix [#14630](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14630)) + 5. Fix calltip crash due to the division by zero. (Fix [#14664](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14664)) + 6. Enhance Function List for Python to support "async def" & colons in argument list. (Fix [#13908](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13908)) + 7. Fix Copy/Cut/Paste issue in Vertical Edge text field in preferences dialog. (Fix [#13874](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13874)) + 8. Fix macro recording twice for some commands. (Fix [#5217](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5217), [#14634](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14634)) + 9. Fix "Open File" command not working with TAB preceded. (Fix [#14543](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14543)) +10. Add auto-completion keywords for PHP, JavaScript and CSS. (Fix [#14635](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14635), [#14705](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14705)) + +Get more info on: +https://notepad-plus-plus.org/downloads/v8.6.3/ + +Included plugins: + +1. NppExport v0.4 +2. Converter v4.6 +3. Mime Tool v3.1 + +Updater (Installer only): + +* WinGUp (for Notepad++) v5.2.8 + ### [8.6.2](http://download.notepad-plus-plus.org/repository/8.x/8.6.2/) 2024-01-14 +Notepad++ v8.6.2 fixed regressions: + 1. Fix Shift-DEL, Ctrl-INS and Shift-INS not working regression. (Fix [#14470](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14470), [#14571](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14571)) 2. Fix Ctrl+V cannot paste into the text fields of certain plugins regression. (Fix [#14568](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14568)) 3. Remove option "disableLineCopyCutDelete.xml" (the empty file takes no effect). 4. Fix a regression: the position in the previous session is now restored correctly in cloned document. (Fix [#14164](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14164)) - -Get more info on +Get more info on: https://notepad-plus-plus.org/downloads/v8.6.2/ - Included plugins: 1. NppExport v0.4 2. Converter v4.5 3. Mime Tool v3.0 - Updater (Installer only): * WinGUp (for Notepad++) v5.2.7 - - ### [8.6.1](http://download.notepad-plus-plus.org/repository/8.x/8.6.1/) 2024-01-05 +Notepad++ v8.6.1 new features & bug-fixes: + 1. Updated to Scintilla 5.4.1 & Lexilla 5.3.0. (Implement [#14375](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14375)) - 2. ~~Fix a regression: customized extension in Style Configurator is now saved correctly. (Fix [#14437](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14437))~~ + 2. Fix a regression: customized extension in Style Configurator is now saved correctly. (Fix [#14437](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14437)) 3. Add an ability (disableLineCopyCutDelete.xml) to disable line copy/cut/delete when no selection is made and add back Shift-DEL & Ctrl-INS shortcuts. (Fix [#14470](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14470), [ref](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14296#issuecomment-1866679990), [ref](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14401#issuecomment-1833326429))) 4. Add an ability (noColumnToMultiSelect.xml) to disable column mode to multi-select mode. (Fix [#14464](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14464), [ref](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14296#issuecomment-1848076816)) 5. Fix deleting in column mode also delete an unexpected EOL. (Fix [#14426](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14426)) @@ -63,10 +150,8 @@ Updater (Installer only): 19. Fix file status in "other view" is not detected. (Fix [#14225](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14225)) 20. Fix dropped file being opened in the wrong view. (Fix [#14354](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14354)) - -Get more info on -https://notepad-plus-plus.org/downloads/v8.6.2/ - +Get more info on: +https://notepad-plus-plus.org/downloads/v8.6.1/ Included plugins: @@ -74,15 +159,15 @@ Included plugins: 2. Converter v4.5 3. Mime Tool v3.0 - Updater (Installer only): * WinGUp (for Notepad++) v5.2.7 - ### [8.6](http://download.notepad-plus-plus.org/repository/8.x/8.6/) 2023-11-23 +Notepad++ v8.6 new features & bug-fixes: + 1. Multi-edit is fully supported in Notepad++. (Fix [#14266](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14266), [#8203](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8203)) 2. Make multi-select background & caret colours customizable. (Fix [#14302](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14302)) 3. Make session inaccessible files remembered (empty & read-only document as placeholder). (Fix [#12079](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12079), [#12744](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12744), [#13696](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13696)) @@ -104,25 +189,24 @@ Updater (Installer only): On this special occasion of the 20th-Year Anniversary, I want to thank the people in the community: Notepad++ wouldn’t be what it is without you, and I enjoy every moment of working with you. -Get more info on +Get more info on: https://notepad-plus-plus.org/downloads/v8.6/ - Included plugins: 1. NppExport v0.4 2. Converter v4.5 3. Mime Tool v2.9 - Updater (Installer only): * WinGUp (for Notepad++) v5.2.7 - ### [8.5.8](http://download.notepad-plus-plus.org/repository/8.x/8.5.8/) 2023-10-17 +Notepad++ v8.5.8 bug-fixes and new features: + 1. Fix "Clear Read-Only Flag" command not working immediately regression. (Fix [#14138](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14138)) 2. Fix saving files losing Alternate Data Stream issue. (Fix [#1498](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1498), [#8451](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8451), [#8013](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8013)) 3. Fix data loss issue due to no room on disk for saving. (Fix [#5664](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5664), [#14089](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14089)) @@ -141,23 +225,19 @@ Updater (Installer only): 16. Allow menu command Window->Windows to be assigned a shortcut. (Fix [#14179](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14179)) 17. Fix wrong categories in Shortcuts Mapper. (Fix [#13285](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13285)) - -Get more info on +Get more info on: https://notepad-plus-plus.org/downloads/v8.5.8/ - Included plugins: 1. NppExport v0.4 2. Converter v4.5 3. Mime Tool v2.9 - Updater (Installer only): * WinGup (for Notepad++) v5.2.6 - ### [8.5.7](http://download.notepad-plus-plus.org/repository/8.x/8.5.7/) 2023-09-07 @@ -174,18 +254,15 @@ Notepad++ v8.5.7 bug-fixes and new features: 9. Fix activating wrong file(s) issue after loading session file. (Fix [#14006](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14006)) 10. Fix product version value displayed in file's properties. (Fix [#14010](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14010), [#11886](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11886), [#11431](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11431)) - -Get more info on +Get more info on: https://notepad-plus-plus.org/downloads/v8.5.7/ - Included plugins: 1. NppExport v0.4 2. Converter v4.5 3. Mime Tool v2.9 - Updater (Installer only): * WinGup (for Notepad++) v5.2.6 @@ -195,27 +272,25 @@ Updater (Installer only): Notepad++ v8.5.6 bug-fixes and new features: -1. `Fix plugin crash regression due to CET enhancement.` (Fix [regression due to CET](https://community.notepad-plus-plus.org/post/88577)) +1. Fix plugin crash regression due to CET enhancement. (Fix [regression due to CET](https://community.notepad-plus-plus.org/post/88577)) 2. Add new API: indicator allocation for plugins. (Fix [#5744](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5744)) 3. Fix hide lines merging to avoid merging across a visible line. (Fix [#12844](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12844)) 4. Fix "Clear Change History" issue: cloned document markers are not cleared. (Fix [#13877](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13877)) -Get more info on +Get more info on: https://notepad-plus-plus.org/downloads/v8.5.6/ - Included plugins: 1. NppExport v0.4 2. Converter v4.5 3. Mime Tool v2.9 - Updater (Installer only): * WinGup (for Notepad++) v5.2.6 -### [8.5.5](http://download.notepad-plus-plus.org/repository/8.x/8.5.5/) +### [8.5.5](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.5.5/) (unstable) 2023-08-09 Notepad++ v8.5.5 bug-fixes and new features: @@ -238,24 +313,21 @@ Notepad++ v8.5.5 bug-fixes and new features: 16. Fix Clipboard History panel shows corrupted data issue. (Fix [#13817](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13817), [#13844](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13844)) 17. Improve lines sorting memory consumption. (Fix [#10435](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10435)) 18. Enhance "Add new document at startup": add new document only when the session is remembered. (Fix [#13796](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13796)) -19. Enhance “Convert case to Proper Case” command: fix the error conversion after quote. +19. Enhance “Convert case to Proper Case” command: fix the error conversion after quote.([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/9b7dff6fa92866dfb5763b33116ff87bfe526109)) -Get more info on +Get more info on: https://notepad-plus-plus.org/downloads/v8.5.5/ - Included plugins: 1. NppExport v0.4 2. Converter v4.5 3. Mime Tool v2.9 - Updater (Installer only): * WinGup (for Notepad++) v5.2.5 - ### [8.5.4](http://download.notepad-plus-plus.org/repository/8.x/8.5.4/) 2023-06-18 @@ -278,7 +350,7 @@ Notepad++ v8.5.4 bug-fixes and new features: 15. Fix tabContextMenu_example.xml not being deleted while uninstallation. (Implement [#13653](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13653)) 16. Fix error message on uninstallation. (Fix [#13670](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13670)) -Get more info on +Get more info on: https://notepad-plus-plus.org/downloads/v8.5.4/ Included plugins: @@ -287,7 +359,6 @@ Included plugins: 2. Converter v4.5 3. Mime Tool v2.9 - Updater (Installer only): * WinGup (for Notepad++) v5.2.5 @@ -313,7 +384,7 @@ Notepad++ v8.5.3 bug-fixes and new features: 14. Fix search results output alignment for large file searches. (Fix [#13481](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13481)) 15. Several GUI Enhancements. (Fix [#13615](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13615), [#13601](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13601), [#12812](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12812), [#13579](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13579), [#13577](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13577), [#13575](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13575), [#13597](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13597), [#13524](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13524), [#13540](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13540), [#13544](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13544), [#13315](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13315)) -Get more info on +Get more info on: https://notepad-plus-plus.org/downloads/v8.5.3/ Included plugins: @@ -345,7 +416,7 @@ Notepad++ v8.5.2 bug-fixes and new features: 12. Enhance Notepad++ icon's display in system tray. (Fix [#8971](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8971)) 13. Fix some options in Mark dialog not remembered though the session issue. (Fix [#13277](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13277)) -Get more info on +Get more info on: https://notepad-plus-plus.org/downloads/v8.5.2/ Included plugins: @@ -373,7 +444,7 @@ Notepad++ v8.5.1 bug-fixes and new features: 8. GUI visual enhancement: Fix whole dialog items blink when a item value changed. (Fix [#13230](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13230)) 9. Make tray icon context menu translatable. (Fix [#11628](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11628)) -Get more info on +Get more info on: https://notepad-plus-plus.org/downloads/v8.5.1/ Included plugins: @@ -789,7 +860,7 @@ Updater (Installer only): * WinGup (for Notepad++) v5.2.3 -### [8.3.2](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions//8.3.2/) +### [8.3.2](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions//8.3.2/) (unstable) 2022-02-27 Due to a critical regressions found in 8.3.2 release, please download [v8.3.3](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Changes#833) in which the critical issues have been fixed. @@ -851,7 +922,7 @@ Updater (Installer only): * WinGup (for Notepad++) v5.2.2 -### [8.3](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions//8.3/) +### [8.3](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions//8.3/) (unstable) 2022-02-03 Due to several critical regressions found in 8.3 release, please download [v8.3.1](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Changes#831) in which these critical issues have been fixed. @@ -985,7 +1056,7 @@ Updater (Installer only): * WinGup (for Notepad++) v5.2.2 -### [8.1.9.1](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.1.9.1/) +### [8.1.9.1](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.1.9.1/) (unstable) 2021-11-13 Due to a critical regression found in 8.1.9.1 release, please download [v8.1.9.2](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Changes#8192) in which this critical issue has been fixed. @@ -1012,7 +1083,7 @@ Updater (Installer only): * WinGup (for Notepad++) v5.2.2 -### [8.1.9](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.1.9/) +### [8.1.9](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.1.9/) (unstable) 2021-10-22 Due to a critical regressions found in 8.1.9 release, please download [v8.1.9.2](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Changes#8192) in which the critical issues have been fixed. @@ -1035,7 +1106,7 @@ Updater (Installer only): * WinGup (for Notepad++) v5.2.1 -### [8.1.8](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.1.8/) +### [8.1.8](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.1.8/) (unstable) 2021-10-19 Due to a critical regression found in 8.1.8 release, please download [v8.1.9.2](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Changes#8192) in which this critical issue has been fixed. @@ -1058,7 +1129,7 @@ Updater (Installer only): * WinGup (for Notepad++) v5.2.1 -### [8.1.7](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.1.7/) +### [8.1.7](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.1.7/) (unstable) 2021-10-15 Due to a critical regression found in 8.1.7 release, please download [v8.1.9.2](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Changes#8192) in which this critical issue has been fixed. @@ -1085,7 +1156,7 @@ Updater (Installer only): * WinGup (for Notepad++) v5.2.1 -### [8.1.6](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.1.6/) +### [8.1.6](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.1.6/) (unstable) 2021-10-13 Due to the empty file not being saved regression found in v8.1.6, please download [v8.1.9.2](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Changes#8192) in which this critical issue has been fixed. @@ -1942,7 +2013,7 @@ Updater (Installer only): * WinGup (for Notepad++) v5.1 -### [7.6.5](http://download.notepad-plus-plus.org/repository/7.x/unstableVersions/7.6.5/) +### [7.6.5](http://download.notepad-plus-plus.org/repository/7.x/unstableVersions/7.6.5/) (unstable) 2019-03-31 Notepad++ v7.6.5 new features and bug-fixes: @@ -2405,7 +2476,7 @@ Updater (Installer only): * WinGup v4.1 -### [7.4.1](http://download.notepad-plus-plus.org/repository/7.x/unstableVersions/7.4.1/) +### [7.4.1](http://download.notepad-plus-plus.org/repository/7.x/unstableVersions/7.4.1/) (unstable) 2017-06-18 Notepad++ v7.4.1 bug-fixes: @@ -2426,7 +2497,7 @@ Updater (Installer only): * WinGup v4.1 -### [7.4](http://download.notepad-plus-plus.org/repository/7.x/unstableVersions/7.4/) +### [7.4](http://download.notepad-plus-plus.org/repository/7.x/unstableVersions/7.4/) (unstable) 2017-05-14 Notepad++ 7.4 new features/enhancements & bug-fixes: