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.2.1 version
parent
f2fcce84d9
commit
1bc708dab0
65
Changes.md
65
Changes.md
@ -14,9 +14,70 @@ Links to particular leading versions:
|
||||
## [8.x](http://download.notepad-plus-plus.org/repository/8.x/)
|
||||
|
||||
|
||||
### [8.2.1](http://download.notepad-plus-plus.org/repository/8.x/8.2.1/)
|
||||
2022-01-24
|
||||
|
||||
Notepad++ v8.2.1 new features and bug-fixes:
|
||||
|
||||
1. Fix regression of loaded session being empty on exit. (Fix [#10986](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10986))
|
||||
2. Add Find/Replace text swap button in Find replace dialog. (Fix [#6010](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6010))
|
||||
3. Add an option for inserting auto-completion selection to fix hitting twice ENTER to go to next line. (Fix [#4799](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4799), [#4631](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4631), [#8389](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8389), [#10915](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10915))
|
||||
4. Fix installer x64 not detected the previous installation location. (Fix [#7946](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7946))
|
||||
5. Add copy name/path commands to DocList and Edit menu. (Fix [#10394](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10394))
|
||||
6. Fix Recent Files List not revised issue after "Save As" command. (Fix [#10946](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10946))
|
||||
7. Fix Windows 11 detected wrongly issue in "Debug information". (Fix [#11011](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11011))
|
||||
8. Fix "Save As" command cannot be used as "Save" issue. (Fix [#10965](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10965))
|
||||
9. Fix visual glitch regression of fg/bg color disabling. (Fix [#11051](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11051))
|
||||
10. Fix wrong keywords (of preprocessor in C) highlighting in Java. (Fix [#11026](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11026))
|
||||
|
||||
More fixes & implementations detail:
|
||||
https://notepad-plus-plus.org/downloads/v8.2.1/
|
||||
|
||||
Included plugins:
|
||||
|
||||
1. NppExport v0.3
|
||||
2. Converter v4.3
|
||||
3. Mime Tool v2.6
|
||||
|
||||
Updater (Installer only):
|
||||
|
||||
* WinGup (for Notepad++) v5.2.2
|
||||
|
||||
### [8.2](http://download.notepad-plus-plus.org/repository/8.x/8.2/)
|
||||
2022-01-01
|
||||
|
||||
Notepad++ v8.2 new features and bug-fixes:
|
||||
|
||||
1. Add exclude folder(s) capacity in Find in Files (mouse hover on "Filters" label for getting the example on tool-tip). (Fix [#2433](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/#2433), [#8350](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8350))
|
||||
2. Fix UTF-8 detected wrongly as TIS-620 encoding issue. (Fix [#10916](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10916), [#940](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/940), [#8755](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8755), [#3588](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3588), [#3188](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3188), [#4932](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4932), [#3172](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3172), [#10492](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10492))
|
||||
3. Add auto save loaded session on exit feature (while "Open session in a new instance" is set in Multi-instance settings). (Fix [#1646](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1646), [#3241](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3241), [#3574](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3574), [#4228](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4228))
|
||||
4. A comprehensive fix for dockable panels losing background color when switching back Notepad++. (Fix [#2202](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2202), [#2937](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2937), [#5980](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5980), [#8980](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8980), [#9905](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9905), [#10091](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10091))
|
||||
5. Fix memory leak while toggling between Dark/Lite Mode. (Fix [#10957](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10957))
|
||||
6. Fix caret left-right inverse moving in RTL mode issue. (Fix [#8553](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8553), [#7678](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7678), [#9730](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9730))
|
||||
7. Fix Document List icons unchanged issue after switching to dark mode or changing to alternative icons. (Fix [#10740](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10740))
|
||||
8. Fix incorrect folding behaviour in C, C++, Java, JavaScript, TypeScript and Objective-C. (Fix [#4560](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4560))
|
||||
9. Update boost regexp from v1.76 to v1.78. (Implement [#10912](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10912))
|
||||
10. "Rename tab" name field enlargement (from 20 to 63 char!). (Fix [#10961](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10961), [#9849](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9849))
|
||||
11. Apply "crontab" file to the syntax highlighting of bash. (Fix [#3377](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3377))
|
||||
|
||||
More fixes & implementations detail:
|
||||
https://notepad-plus-plus.org/downloads/v8.2/
|
||||
|
||||
Included plugins:
|
||||
|
||||
1. NppExport v0.3
|
||||
2. Converter v4.3
|
||||
3. Mime Tool v2.6
|
||||
|
||||
Updater (Installer only):
|
||||
|
||||
* WinGup (for Notepad++) v5.2.2
|
||||
|
||||
### [8.1.9.3](http://download.notepad-plus-plus.org/repository/8.x/8.1.9.3/)
|
||||
2021-12-08
|
||||
|
||||
Notepad++ v8.1.9.3 bug-fixes and enhancement:
|
||||
|
||||
1. Fix regression: detection of backup file restored back problem. (Fix [#10839](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10839))
|
||||
2. Fix saving file and false alert on network drive issues. (Fix [#10751](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10751), [#10688](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10688), [#10753](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10753), [#10757](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10757), [#10787](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10787))
|
||||
3. Fix dockable panels lose background color issue when switching back Notepad++. (Fix [#2202](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2202), [#2937](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2937), [#5980](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5980), [#8980](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8980), [#9905](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9905), [#10091](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10091))
|
||||
@ -39,6 +100,8 @@ Updater (Installer only):
|
||||
### [8.1.9.2](http://download.notepad-plus-plus.org/repository/8.x/8.1.9.2/)
|
||||
2021-11-21
|
||||
|
||||
Notepad++ v8.1.9.2 bug-fixes:
|
||||
|
||||
1. Fix failure of erasing & saving server logs (of network drive) regression. (Fix [#10794](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10794))
|
||||
2. Fix dark mode not working on Windows 10 21H2. (Fix [#10810](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10810))
|
||||
3. Fix crash in regex search. (Fix [#10773](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10773), [#10803](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10803))
|
||||
@ -64,6 +127,8 @@ Updater (Installer only):
|
||||
|
||||
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.
|
||||
|
||||
Notepad++ v8.1.9.1 bug-fixes and new enhancement:
|
||||
|
||||
1. Fix a regression of saving problem. (Fix [#10751](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10751))
|
||||
2. Fix a regression of reloading false alarm from the network drive. (Fix [#10688](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10688), [#10753](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10753), [#10757](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10757))
|
||||
3. Make Function list/Project panel/Folder as Workspace icon display correct under high DPI. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/d192f58b5b03feba455c6e9f46c3aedce91153aa))
|
||||
|
Loading…
x
Reference in New Issue
Block a user