From 4c7408bf28f22e5edadbe246d2809cbcbe5bb713 Mon Sep 17 00:00:00 2001 From: ArkadiuszMichalski Date: Wed, 21 Jul 2021 14:55:31 +0200 Subject: [PATCH] Add changes for 8.1.1 and 8.1.2 versions --- Changes.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/Changes.md b/Changes.md index 2bbb77b..e8d480d 100644 --- a/Changes.md +++ b/Changes.md @@ -14,6 +14,56 @@ Links to particular leading versions: ## [8.x](http://download.notepad-plus-plus.org/repository/8.x/) +### [8.1.2](http://download.notepad-plus-plus.org/repository/8.x/8.1.2/) +2021-07-19 + +Notepad++ v8.1.2 new features, enhancements & bug-fixes: + +1. Make dark mode restartless. (Fix [#10121](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10121)) +2. Activate dark mode in Windows 11. (Fix [#10136](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10136)) +3. Make Notepad++ dark mode colors customizable: add 6 more color tone choices. (Implement [#10128](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10128)) +4. Add customizing dynamically dark mode colors capacity. (Implement [#10145](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10145)) +5. Add command line flag -udl="UDL name" to open a file by applying an existent UDL via its name. (Implement [#10102](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10102)) +6. Use always current file directory in File Rename dialog. (Fix [#10095](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10095)) +7. Fix "Remember last used directory" unexpected behaviour. (Fix [#10115](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10115)) +8. Fix corrupted encoding text on status bar if shortcut assigned to encode command. (Fix [#10146](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10146)) +9. Add a Save all confirm dialog. (Fix [#2124](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2124), [#9931](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9931)) +10. Improve JavaScript auto-completion. (Fix [#9858](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9858)) + +More fixes & implementations detail: +https://notepad-plus-plus.org/downloads/v8.1.2/ + +Included plugins: + +1. NppExport v0.3 +2. Converter v4.3 +3. Mime Tool v2.6 + +Updater (Installer only): + +* WinGup (for Notepad++) v5.2 + +### [8.1.1](http://download.notepad-plus-plus.org/repository/8.x/8.1.1/) +2021-07-04 + +Notepad++ v8.1.1 bug-fixes: + +1. Fix edit zone not being applied to dark mode issue on another user account in the same machine. (Fix [#10076](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10076)) +2. Enhance dark mode (make user interface more dark-modable). + +More fixes & implementations detail: +https://notepad-plus-plus.org/downloads/v8.1.1/ + +Included plugins: + +1. NppExport v0.3 +2. Converter v4.3 +3. Mime Tool v2.6 + +Updater (Installer only): + +* WinGup (for Notepad++) v5.2 + ### [8.1](http://download.notepad-plus-plus.org/repository/8.x/8.1/) 2021-06-17