mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +02:00
added history for v8.6.6 and v8.6.7
parent
edaabcf50c
commit
b5376fa841
72
Changes.md
72
Changes.md
@ -13,6 +13,78 @@ Links to particular leading versions:
|
||||
|
||||
## [8.x](http://download.notepad-plus-plus.org/repository/8.x/)
|
||||
|
||||
### [8.6.7](http://download.notepad-plus-plus.org/repository/8.x/8.6.7/)
|
||||
2024-05-13
|
||||
|
||||
Notepad++ v8.6.7 bug-fixes & new enhancements:
|
||||
1. Fix regression of multi-edit cursors placed wrongly issue. (Fix [#15126](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15126))
|
||||
2. Fix multi-editing not showing multiple cursors in dark mode. (Fix [#15075](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15075))
|
||||
3. Add auto-completion for Go & Raku, function list for Raku. (Implement [#15128](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15128))
|
||||
4. Fix symbol '&' not showing in Document Switcher. (Fix [#15117](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15117))
|
||||
5. Allow syntax highlighting for custom tags in HTML. (Fix [#15093](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15093))
|
||||
6. Fix dialogs out of screen problem. (Fix [#11240](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11240), [#14913](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14913))
|
||||
|
||||
Get more info on
|
||||
https://notepad-plus-plus.org/downloads/v8.6.7/
|
||||
|
||||
|
||||
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.6](http://download.notepad-plus-plus.org/repository/8.x/8.6.6/)
|
||||
2024-05-10
|
||||
|
||||
Notepad++ v8.6.6 bug-fixes & new enhancements:
|
||||
1. Update to scintilla 5.5.0 & Lexilla 5.3.2. (Merge [#15042](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15042))
|
||||
2. Fix crash when crossing the 2GB file size threshold. (Fix [#14944](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14944), [#14981](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14981))
|
||||
3. Fix a performance issue due to URL recognition. (Fix [#13916](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13916))
|
||||
4. Update to nlohman json 3.11.3. (Merge [#15041](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15041))
|
||||
5. Fix multi-edit resists escape after typing issue. (Fix [#14649](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14649))
|
||||
6. Make F3 & Shift-F3 work in Find Replace dialog. (Fix [#2138](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2138))
|
||||
7. Allow Ctrl-TAB to switch tabs in FindReplace, PluginAdmin and UDL dialogs. (Fix [#7932](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7932), [#14975](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14975))
|
||||
8. Add programming language support for Go & Raku(Perl 6). (Fix [#8090](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8090), [#4465](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4465))
|
||||
9. Fix user defined auto-insert not working issue. (Fix [#3171](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3171), [#8063](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8063), [#12547](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12547), [#14831](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14831))
|
||||
10. Enhance GUI: resize checkboxes/radio buttons as text length needs. (Fix [#15006](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15006))
|
||||
11. Enhance GUI: make sizing arrows more coherent in Find dialog. (Fix [#15099](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15099))
|
||||
12. Fix URL enclosed in apostrophes or backtick not working issue. (Fix [#14978](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14978), [#14323](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14323), [#14212](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14212))
|
||||
13. Fix wrong dropped file view issue. (Fix [#14951](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14951))
|
||||
14. Fix Korean(한)/English(영) key not working regression. (Fix [#14400](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14400), [#14973](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14973))
|
||||
15. Fix the tab labels of some dialogs being cut in Dark mode. (Fix [#11012](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11012))
|
||||
16. Fix close button disappeared issue in Find Replace dialog. (Fix [#14940](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14940))
|
||||
17. Apply dark theme to checkbox buttons on Windows 11. (Fix [#14929](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14929))
|
||||
18. Fix menu bar cluttered in Dark Mode issue. (Fix [#10130](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10130))
|
||||
19. Fix Debug Info minor display regression. (Fix [#14921](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14921))
|
||||
20. Enhance Lua language syntax highlighting. (Fix [#7615](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7615), [#15081](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15081))
|
||||
21. Improve the function list support for Ada. (Fix [#14908](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14908), [#14687](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14687), [#14498](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14498))
|
||||
|
||||
|
||||
|
||||
|
||||
Get more info on
|
||||
https://notepad-plus-plus.org/downloads/v8.6.6/
|
||||
|
||||
|
||||
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.5](http://download.notepad-plus-plus.org/repository/8.x/8.6.5/)
|
||||
2024-03-30
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user