From 2684c2124541ab6922d228423f994d47a39c0643 Mon Sep 17 00:00:00 2001 From: PeterCJ Date: Mon, 4 Oct 2021 10:33:43 -0700 Subject: [PATCH] add v8.1.5 --- Changes.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/Changes.md b/Changes.md index ff95715..226c299 100644 --- a/Changes.md +++ b/Changes.md @@ -14,6 +14,40 @@ Links to particular leading versions: ## [8.x](http://download.notepad-plus-plus.org/repository/8.x/) +### [8.1.5](http://download.notepad-plus-plus.org/repository/8.x/8.1.5/) +2021-09-27 + +Notepad++ v8.1.5 new features, enhancements & bug-fixes: + +1. Make Insert date time customizable. (Fix [#10467](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10467)) +2. Make date time order reversible for short & long format. (Fix [#10445](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10445)) +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) +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)) +10. Allow custom color for Document Map. (Fix [#10052](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10052)) +11. Fix docked/float panels in RTL layout issue. (Fix [#10488](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10488)) +12. Fix CSS pseudo-elements not recognized issue. Update CSS keywords and add new styles. (Fix [#10425](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10425)) +13. Fix issue that current directory not been applied after changing current directory option in preferences. (Fix [#10396](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10396)) +14. Sort Default language combobox of “New Document” section in Preferences. (Fix [#10513](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10513)) + +More fixes & implementations detail: +https://notepad-plus-plus.org/downloads/v8.1.5/ + +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.4](http://download.notepad-plus-plus.org/repository/8.x/8.1.4/) 2021-08-25