diff --git a/Changes.md b/Changes.md index 76aca6d..8bbcaf0 100644 --- a/Changes.md +++ b/Changes.md @@ -1,75 +1,139 @@ # The changelog for Notepad++ versions 7.x and 8.x Links to particular leading versions: -- [8.x](#8x) -- [7.x](#7x) -- [6.x](Change-Log-v4-v6#6x) -- [5.x](Change-Log-v4-v6#5x) -- [4.x](Change-Log-v4-v6#4x) -- [3.x](Change-Log-v1-v3#3x) -- [2.x](Change-Log-v1-v3#2x) -- [1.x](Change-Log-v1-v3#1x) +- [8.x](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Changes#8x) +- [7.x](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Changes#7x) +- [6.x](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Change-Log-v4-v6#6x) +- [5.x](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Change-Log-v4-v6#5x) +- [4.x](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Change-Log-v4-v6#4x) +- [3.x](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Change-Log-v1-v3#3x) +- [2.x](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Change-Log-v1-v3#2x) +- [1.x](https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Change-Log-v1-v3#1x) ## [8.x](http://download.notepad-plus-plus.org/repository/8.x/) -### [8.1.9](http://download.notepad-plus-plus.org/repository/8.x/8.1.9/) + +### [8.1.9.3](http://download.notepad-plus-plus.org/repository/8.x/8.1.9.3/) +2021-12-08 + +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)) +4. Fix dirty status persisting issue after reloading file. (Fix [#10796](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10796)) +5. Add Lua function list capacity. (Implement [#4563](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4563)) + +More fixes & implementations detail: +https://notepad-plus-plus.org/downloads/v8.1.9.3/ + +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.2](http://download.notepad-plus-plus.org/repository/8.x/8.1.9.2/) +2021-11-21 + +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)) +4. Fix UDL folding breaking with delimiters issue if UNIX EOL applied. (Fix [#350](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/350), [#2873](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2873), [#3372](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3372), [#5499](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5499)) +5. Fix UDL generic dark mode via UDL UI not working issue. (Fix [#10781](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10781)) +6. Fix disabling alternative icons on tab in dark mode issue. (Fix [#10775](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10775)) + +More fixes & implementations detail: +https://notepad-plus-plus.org/downloads/v8.1.9.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.1](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.1.9.1/) +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. + +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)) +4. Make UDL generic dark mode (working for all dark theme) possible via UDL UI. (Implement [#10738](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10738)) +5. Fix phantom docked panels issue after restoring from systray. (Fix [#10512](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10512)) +6. Enable backup on save (simple) feature by default (only for the new installation). (Implement [#10725](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10725)) + +More fixes & implementations detail: +https://notepad-plus-plus.org/downloads/v8.1.9.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.1.9](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.1.9/) 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. + Notepad++ v8.1.9 bug-fixes: 1. Fix empty file with non-Unicode encoding cannot be saved issue. (Fix [#10699](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10699)) 2. Fix language list in Style Configurator not being reloaded issue. (Fix [#9512](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9512)) - More fixes & implementations detail: https://notepad-plus-plus.org/downloads/v8.1.9/ - Included plugins: 1. NppExport v0.3 2. Converter v4.3 3. Mime Tool v2.6 - Updater (Installer only): * WinGup (for Notepad++) v5.2.1 - - -### [8.1.8](http://download.notepad-plus-plus.org/repository/8.x/8.1.8/) +### [8.1.8](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.1.8/) 2021-10-19 -Due to a critical regression found in 8.1.8 release, please download v8.1.9 in which this critical issue has been fixed. +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. Notepad++ v8.1.8 bug-fixes: 1. Fix config files (XML) saving performance regression. (Fix [#10678](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10678), [#10674](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10674)) 2. Workaround Microsoft dark mode API bug of Windows 11. (Fix [#10510](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10510)) - More fixes & implementations detail: https://notepad-plus-plus.org/downloads/v8.1.8/ - Included plugins: 1. NppExport v0.3 2. Converter v4.3 3. Mime Tool v2.6 - Updater (Installer only): * WinGup (for Notepad++) v5.2.1 - -### [8.1.7](http://download.notepad-plus-plus.org/repository/8.x/8.1.7/) +### [8.1.7](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.1.7/) 2021-10-15 -Due to a critical regression found in 8.1.7 release, please download v8.1.9 in which this critical issue has been fixed. +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. Notepad++ v8.1.7 bug-fixes: @@ -80,26 +144,23 @@ Notepad++ v8.1.7 bug-fixes: 5. Fix tooltip layout and position in RTL mode. (Fix [#10646](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10646)) 6. Fix docking problem for dockable panel in RTL mode. (Fix [#10641](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10641)) - More fixes & implementations detail: https://notepad-plus-plus.org/downloads/v8.1.7/ - Included plugins: 1. NppExport v0.3 2. Converter v4.3 3. Mime Tool v2.6 - Updater (Installer only): * WinGup (for Notepad++) v5.2.1 -### [8.1.6](http://download.notepad-plus-plus.org/repository/8.x/8.1.6/) +### [8.1.6](http://download.notepad-plus-plus.org/repository/8.x/unstableVersions/8.1.6/) 2021-10-13 -Due to the empty file not being saved regression found in v8.1.6, please download v8.1.9 in which this critical issue has been fixed. +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. Notepad++ v8.1.6 bug-fixes: @@ -114,18 +175,15 @@ Notepad++ v8.1.6 bug-fixes: 9. Fix Print GUI bug in Preferences dialog. (Fix [#10552](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10552)) 10. Fix file erased on save issue when there is no free space left on disk (Fix [#5664](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5664)) - More fixes & implementations detail: https://notepad-plus-plus.org/downloads/v8.1.6/ - Included plugins: 1. NppExport v0.3 2. Converter v4.3 3. Mime Tool v2.6 - Updater (Installer only): * WinGup (for Notepad++) v5.2.1 @@ -140,7 +198,7 @@ Notepad++ v8.1.5 new features, enhancements & bug-fixes: 3. Add Insert Date/Time commands shortcut & macro capacities. (Fix [#10567](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10567)) 4. Fix regression: no error message when locked file could not be saved - Show file locked warning now. (Fix [#9994](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9994)) 5. Make “Confirm Save All” dialog more clear: use “Always Yes” button instead of “Cancel”. (Fix [#10339](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10339)) -6. Improve JSON, PHP, PYTHON, CSS, BANNC and VHDL syntax highlighting in dark mode. (Fix [#10502](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10502)), [#10425](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10425), commit) +6. Improve JSON, PHP, PYTHON, CSS, BANNC and VHDL syntax highlighting in dark mode. (Fix [#10502](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10502)), [#10425](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10425), [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/c7e1da48ffa048448a0be584e120c638df9246e3)) 7. Fix inconsistency of Document List context menu. (Fix [#10463](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10463)) 8. Enable/disable ext column via Document list context menu directly. (Fix [#10468](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10468)) 9. Add path column in Document list panel. (Fix [#9679](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9679)) @@ -163,7 +221,6 @@ Updater (Installer only): * WinGup (for Notepad++) v5.2 - ### [8.1.4](http://download.notepad-plus-plus.org/repository/8.x/8.1.4/) 2021-08-25