Updated Changes (markdown)

PeterCJ 2023-12-12 13:12:02 -08:00
parent de14b2e960
commit 1a78ae7ff9

@ -13,6 +13,84 @@ Links to particular leading versions:
## [8.x](http://download.notepad-plus-plus.org/repository/8.x/)
### [8.6](http://download.notepad-plus-plus.org/repository/8.x/8.6/)
2023-11-23
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))
4. Fix missing session invalid error for user session & enhance API NPPM_GETNBSESSIONFILES. (Fix [#14228](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14228))
5. Fix network shared files saving regression. (Fix [#14300](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14300))
6. Update Scintilla to v5.3.8 & Lexilla to v5.2.8. (Fix [#13442](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13442), [#14188](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14188), [#14288](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14288))
7. Fix docking panel crash due to messing up config.xml. (Fix [bug report](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13084#issuecomment-1783787209)
8. Fix invalid styler.xml making Notepad++ crash issue. (Fix [#12101](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12101))
9. Fix tab-closing crash by middle mouse button (unexpected mouse position). (Fix [#14328](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14328))
10. Fix 2 performance issues in Style Configurator. (Fix [#14321](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14321))
11. Add 3 line operation (delete, copy & cut) shortcuts. (Fix [#14296](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14296))
12. Display extra info in the status bar of Find/Replace dialog to avoid PEBKAC. (Fix [#14307](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14307))
13. Fix "Hide lines" command hiding unselected lines issue. (Fix [#14166](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14166))
14. Fix silent installer mode when Notepad++ is running issue. (Fix [#10189](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10189), [#10277](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10277), [#22514](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/22514), [#14236](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14236), fix partially [#8514](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8514))
15. Fix Updaters vulnerability (update cURL in WinGUp for fixing CVE-2023-38545). (Fix [WinGUp issue #50](https://github.com/notepad-plus-plus/wingup/issues/50))
16. Fix incoherent behaviour of "Duplicate Current Line" menu command. (Fix [#5298](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5298))
17. Fix JSON5 not using JSON keywords. (Fix [#14205](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14205))
18. Fix empty message showing while cancelling session file saving dialog. (Fix [#14235](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14235))
On this special occasion of the 20th-Year Anniversary, I want to thank the people in the community: Notepad++ wouldnt be what it is without you, and I enjoy every moment of working with you.
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
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))
4. Add Win10/Win11 Restart-application feature. (Fix [#9722](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9722), [#11721](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11721), [#11934](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11934))
5. Fix user created session being modified behaviour on exit. (Implement [part 1](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/85d5f972a8f4507f5e462541cd8b372f059b1fa7), [part 2](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/09499725de6d9dee4ee25de61488428d16dcabd4), [part 3](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/8e43b0adbaed0353a7a97c2ff4e2da3e2dc8efa8))
6. Improve document list display performance. (Fix [#13479](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13479), [#12632](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12632))
7. Update Scintilla to v5.3.7 & Lexilla to v5.2.7. (Fix [#13991](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13991), [#14062](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14062))
8. fix unwanted Afrikaans installer language issue. (Fix [#3844](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3844), [#7574](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7574))
9. Fix a crash issue while reading settings from cloud. (Fix [#14131](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14131))
10. Fix security issue CVE-2022-31901. (Fix [#13520](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13520))
11. Enhance non-saved search text's persistence in Find dialog combobox while pressing arrow key. (Fix [#14174](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14174))
12. Make auto-checking of Find InSelection configurable (resizable & can be disabled). (Fix [#14108](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14108), [#13677](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13677), [#12639](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12639))
13. Perl enhancement: Update Stylers & the keywords for Perl v5.38. (Fix [#14192](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14192))
14. Fix "Single Line Uncomment" uncommenting an extra line issue. (Fix [#12829](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12829))
15. Fix "Next Bookmark" command not resetting current column issue. (Fix [#14137](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14137))
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
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