mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +02:00
Update changes up to 8.5 version
parent
13f82f104a
commit
aeab6bee44
99
Changes.md
99
Changes.md
@ -13,6 +13,85 @@ Links to particular leading versions:
|
||||
|
||||
## [8.x](http://download.notepad-plus-plus.org/repository/8.x/)
|
||||
|
||||
### [8.5](http://download.notepad-plus-plus.org/repository/8.x/8.5/)
|
||||
2023-03-06
|
||||
|
||||
Notepad++ v8.5 bug-fixes and new features:
|
||||
|
||||
1. Fix notepad replacement opening file name containing white space regression. (Fix [#13032](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13032))
|
||||
2. Fix regression about visual glitch of Find in Files progress window & Document Switcher. (Fix [#13185](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13185), [#13053](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13053))
|
||||
3. Update to Scintilla 5.3.3 and Lexilla 5.2.2. (Implement [#13082](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13082))
|
||||
4. Add new explorer context menu entry "Edit with Notepad++" for WINDOWS 11. (Fix [#10320](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10320), [#10565](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10565), [#4368](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4368), [#8786](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8786), [#10640](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10640), [#10856](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10856), [#10653](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10653), [#7747](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7747), [#6169](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6169), [#92](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/92))
|
||||
5. Add show non-printable characters command. (Fix [#827](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/827), [#4731](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4731), [#8284](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8284))
|
||||
6. Apply tab colors to document list items, and add groups to document list. (Fix [#12155](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12155), [#12689](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12689), [#13026](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13026))
|
||||
7. Add middle mouse click ability to close doc in Document List. (Fix [#12949](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12949))
|
||||
8. Add Begin/End Select in Column Mode command. (Fix [#12833](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12833), [#12832](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12832))
|
||||
9. Add option to make auto-completion list brief. (Fix [#12783](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12783))
|
||||
10. Remove duplicate items in function/word list of Auto-completion. (Fix [#13061](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13061))
|
||||
11. Fix missing items in word autocomplete. (Fix [#13060](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13060))
|
||||
12. Fix autocomplete to sort case insensitive issue. (Fix [#12495](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12495))
|
||||
13. Fix wrong value set in Preferences->Performance->"Define Large File Size". (Fix [#3229](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3229))
|
||||
14. Change behaviour: make Select and Find (Next/Previous) always in normal search mode. (Fix [#13145](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13145))
|
||||
15. Change behaviour: make volatile Find uses least-strict option settings. (Fix [#12603](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12603))
|
||||
16. Change behaviour: don't populate in Find what if a stream selection more than 1024 characters. (Fix [#13280](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13280))
|
||||
17. Fix dock-able panels not restoring for mono instances when Notepad++ is in the tray. (Fix [#8677](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8677), [#11704](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11704), [#13194](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13194))
|
||||
18. Fix panels not restored from systemtray with "Edit with Notepad++" in admin mode. (Fix [#9454](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9454))
|
||||
19. Fix hit text in search results not being scrolled in the view issue. (Fix [#13041](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13041))
|
||||
20. Fix untitled document number jumping or repeated problem. (Fix [#13129](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13129))
|
||||
21. Add new notification NPPN_EXTERNALLEXERBUFFER for lexer plugin with buffer ID when a new lexer is applied to the buffer in question. (Fix [#12351](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12351))
|
||||
22. Fix Synch H/V Scrolling commands not sync with 2 views. (Fix [#5250](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5250), [#13071](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13071))
|
||||
23. Add several GUI enhancement. (Fix [#11695](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11695), [#13176](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13176), [#13187](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13187), [#13162](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13162))
|
||||
24. Make several GUI items translatable.(Fix [#13175](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13175), [#8020](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8020), [#8858](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8858), [#13088](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13088), [#8927](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8927), [#10876](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10876), [#9343](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9343), [#8004](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8004))
|
||||
|
||||
Get more info on:
|
||||
https://notepad-plus-plus.org/downloads/v8.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.4.9](http://download.notepad-plus-plus.org/repository/8.x/8.4.9/)
|
||||
2023-01-31
|
||||
|
||||
Notepad++ v8.4.9 bug-fixes and new features:
|
||||
|
||||
1. Fix saving 4GB+ files file size cutting off issue. (Fix [#12526](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12526))
|
||||
2. Fix v8.4.8 hanging while opening some Pascal files. (Fix [#12822](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12822))
|
||||
3. Add JSON5 support - only JSONC currently (with js comment supported). (Fix [#11676](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11676), [#11713](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11713))
|
||||
4. Add configuration for dockable panels to ignore '-nosession'. (Fix [#9710](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9710))
|
||||
5. Fix Notepad Replacement display 'Cannot open file " "' regression in v8.4.8. (Fix [#12775](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12775))
|
||||
6. Fix Notpad++ hangs while deleting search results results. (Fix [#12555](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12555))
|
||||
7. Fix XML tag-matching not be case-sensitive. (Fix [#10011](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10011))
|
||||
8. Add support selection for "EOL to Space", "TAB and Space conversion" & "Trim" commands. (Fix [#12720](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12720), [#12745](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12745), [#12702](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12702), [#12602](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12602), [#12658](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12658))
|
||||
9. Improve Pascal/Delphi function list performance. (Fix [#12693](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12693), [#12687](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12687), [#12808](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12808))
|
||||
10. Fix exclude functions in comment zones in C++, PHP, JavaScript and Pascal. (Fix [#12759](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12759))
|
||||
11. Use stable sort algorithm instead of standard sort one. (Fix [#12678](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12678))
|
||||
12. Fix doc switcher not using alternate icon sets. (Fix [#12242](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12242))
|
||||
13. Several enhancement in dark mode. (Fix [#12713](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12713), [#12737](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12737))
|
||||
14. Fix under high DPI URL hand cursor too small display issue. (Fix [#12772](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12772))
|
||||
15. Fix docking GUI regression for plugin in light mode. (Fix [#12007](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12007))
|
||||
16. Fix cannot undo "Block Uncomment" & "Insert Date/Time" commands in one shot. (Fix [#12830](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12830), [#12831](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12831))
|
||||
17. Fix sub-menu folder display mess in non-western languages under Macro/Run menu. (Fix [#12670](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12670))
|
||||
|
||||
Get more info on:
|
||||
https://notepad-plus-plus.org/downloads/v8.4.9/
|
||||
|
||||
Included plugins:
|
||||
|
||||
1. NppExport v0.4
|
||||
2. Converter v4.5
|
||||
3. Mime Tool v2.9
|
||||
|
||||
Updater (Installer only):
|
||||
|
||||
* WinGup (for Notepad++) v5.2.4
|
||||
|
||||
### [8.4.8](http://download.notepad-plus-plus.org/repository/8.x/8.4.8/)
|
||||
2022-12-25
|
||||
|
||||
@ -43,22 +122,19 @@ Change log:
|
||||
22. Update CPP & PowerShell keywords. (Fix [#11936](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11936/), [#5004](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5004))
|
||||
23. Fix the tab context menu reload command's state not synchronized. (Fix [#12579](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12579))
|
||||
|
||||
Get more info on
|
||||
Get more info on:
|
||||
https://notepad-plus-plus.org/downloads/v8.4.8/
|
||||
|
||||
|
||||
Included plugins:
|
||||
|
||||
1. NppExport v0.4
|
||||
2. Converter v4.5
|
||||
3. Mime Tool v2.9
|
||||
|
||||
|
||||
Updater (Installer only):
|
||||
|
||||
* WinGup (for Notepad++) v5.2.4
|
||||
|
||||
|
||||
### [8.4.7](http://download.notepad-plus-plus.org/repository/8.x/8.4.7/)
|
||||
2022-11-08
|
||||
|
||||
@ -81,22 +157,19 @@ Notepad++ v8.4.7 bug/regression-fixes and new features:
|
||||
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
|
||||
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
|
||||
|
||||
@ -115,22 +188,19 @@ Notepad++ v8.4.6 bug/regression-fixes and new features:
|
||||
11. Fix horizontal bar showing issue while resizing document list's height. (Fix [#12191](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12191))
|
||||
12. Fix NPPN_DARKMODECHANGED wrong return value to plugins. (Fix [#12144](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12144)).
|
||||
|
||||
Get more info on
|
||||
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.5](http://download.notepad-plus-plus.org/repository/8.x/8.4.5/)
|
||||
2022-09-07
|
||||
|
||||
@ -151,18 +221,15 @@ Notepad++ v8.4.5 crash fixes, bug-fixes & new enhancement:
|
||||
13. Fix detected language not being applied if Default languge is set in Document settings. (Fix [#11504](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11504))
|
||||
14. Fix dark mode visual glichy in explorer panel under Windows 8.1. (Fix [#11898](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11898))
|
||||
|
||||
|
||||
Get more info on
|
||||
Get more info on:
|
||||
https://notepad-plus-plus.org/downloads/v8.4.5/
|
||||
|
||||
|
||||
Included plugins:
|
||||
|
||||
1. NppExport v0.4
|
||||
2. Converter v4.4
|
||||
3. Mime Tool v2.8
|
||||
|
||||
|
||||
Updater (Installer only):
|
||||
|
||||
* WinGup (for Notepad++) v5.2.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user