From 573a3db6e9d7f032b453154d232991da19f1d7e9 Mon Sep 17 00:00:00 2001 From: Don HO Date: Sat, 1 Jan 2022 00:04:52 +0100 Subject: [PATCH] Notepad++ release 8.2 --- PowerEditor/bin/change.log | 75 +++++++------------------------------- PowerEditor/src/resource.h | 6 +-- 2 files changed, 16 insertions(+), 65 deletions(-) diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index 6ce61a229..bfc3de977 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,69 +1,20 @@ -Notepad++ v8.1.9.3 bug-fixes and enhancement: +Notepad++ v8.2 new features and bug-fixes: -1. Fix regression: detection of backup file restored back problem. -2. Fix saving file and false alert on network drive issues. -3. Fix dockable panels lose background color issue when switching back Notepad++. -4. Fix dirty status persisting issue after reloading file. -5. Add Lua function list capacity. - - -Notepad++ v8.1.9.2 bug-fixes: - -1. Fix failure of erasing & saving server logs (of network drive) regression. -2. Fix dark mode not working on Windows 10 21H2. -3. Fix crash in regex search. -4. Fix UDL folding breaking with delimiters issue if UNIX EOL applied. -5. Fix UDL generic dark mode via UDL UI not working issue. -6. Fix disabling alternative icons on tab in dark mode issue. - - -Notepad++ v8.1.9.1 bug-fixes and new enhancement: - -1. Fix a regression of saving problem. -2. Fix a regression of reloading false alarm from the network drive. -3. Make Function list/Project panel/Folder as Workspace icon display correct under high DPI. -4. Make UDL generic dark mode (working for all dark theme) possible via UDL UI. -5. Fix phantom docked panels issue after restoring from systray. -6. Enable backup on save (simple) feature by default (only for the new installation). - - -Notepad++ v8.1.9 bug-fixes: - -1. Fix empty file with non-Unicode encoding cannot be saved issue. -2. Fix language list in Style Configurator not being reloaded issue. - - -Notepad++ v8.1.8 bug-fixes: - -1. Fix config files (XML) saving performance regression. -2. Workaround Microsoft dark mode API bug of Windows 11. - - -Notepad++ v8.1.7 bug-fixes: - -1. Fix empty file not being saved regression. -2. Fix white flash in dark mode on CMD launch with position parameters. -3. Enhance dark themes for some programming languages (JSON, Python & Makefile). -4. Fix "Run macro until the end of file" command skipping the last line issue. -5. Fix tooltip layout and position in RTL mode. -6. Fix docking problem for dockable panel in RTL mode. - - -Notepad++ v8.1.6 bug-fixes: - -1. Fix NUL file-corruption issue after system shutting down brutally (power cuts). -2. Fix session lost issue after MS update restarting Windows. -3. Make Markdown UDL work in every dark theme. -4. Fix file can be marked as saved even it's been deleted outside. -5. Fix white flash on Notepad++ startup in dark mode issue. -6. Fix status bar text display glitchy in dark mode. -7. Fix docked window sizing problem in RTL mode. -8. Fix floating panel movement problem in RTL mode. -9. Fix Print GUI bug in Preferences dialog. +1. Add exclude folder(s) capacity in Find in Files (mouse hover on "Filters" label for getting the example on tool-tip). +2. Fix UTF-8 detected wrongly as TIS-620 encoding issue. +3. Add auto save loaded session on exit feature (while "Open session in a new instance" is set in Multi-instance settings). +4. A comprehensive fix for dockable panels losing background color when switching back Notepad++. +5. Fix memory leak while toggling between Dark/Lite Mode. +6. Fix caret left-right inverse moving in RTL mode issue. +7. Fix Document List icons unchanged issue after switching to dark mode or changing to alternative icons. +8. Fix incorrect folding behaviour in C, C++, Java, JavaScript, TypeScript and Objective-C. +9. Update boost regexp from v1.76 to v1.78 +10. "Rename tab" name field enlargement (from 20 to 63 char!). +11. Apply "crontab" file to the syntax highlighting of bash. More fixes & implementations detail: -https://notepad-plus-plus.org/downloads/v8.1.9.3/ +https://notepad-plus-plus.org/downloads/v8.2/ Included plugins: diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 68e876ebc..f38ff4bc7 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -19,12 +19,12 @@ // // Notepad++ version: begin // -#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.1.9.3") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.2") // should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71 // ex : #define VERSION_VALUE TEXT("5.63\0") -#define VERSION_VALUE TEXT("8.193\0") -#define VERSION_DIGITALVALUE 8, 1, 9, 3 +#define VERSION_VALUE TEXT("8.2\0") +#define VERSION_DIGITALVALUE 8, 2, 0, 0 // Notepad++ version: end