From a5c1131f74d2c26197373af83223f2c864666107 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 29 Mar 2021 10:49:20 -0400 Subject: notepadpp 7.9.5 --- notepadpp/debian/changelog | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'notepadpp') diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index 69a9877..3e59071 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,38 @@ +notepadpp (7.9.5-1+devuan) obs; urgency=medium + - Enhancements and bug-fixes: + + * Fix Notepad++ not starting up due to SaveAsAdmin plugin (for + installer package). (Fix + [#9514](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/95 + 14)) + * Fix UNC path with quotes handling in folder & file Open/Save + dialog. (Fix #9582) + * Fix file doesn't save as extension type on Windows 7. (Fix #9657) + + -- B. Stack Mon, 29 Mar 2021 10:29:59 -0400 + +notepadpp (7.9.4-1+devuan) UNRELEASED; urgency=medium + + - Enhancements and bug-fixes: + * Upgrade Scintilla from v4.2.0 to v4.4.6. (Implement #9550) + * Fix DPI scaling broken while dragging Notepad++ into the 2nd + monitor regression. (Fix #9513, #9579) + * Add "Find in Projects" feature. (Implement #8125) + * Fix project workspace changes lost on save cancel issue. (Fix + #9605) + * Fix folder picker not being launched issue because provided + directory is invalid. (Fix #9569) + * Fix network path (UNC path) not working in file dialog. (Fix + #9527) + * Fix shortcut name more than 64 characters makes a menu entry + empty name issue. (Fix #9556) + * Fix extension appending issue in file dialog. (Fix #9510) + * Fix file not turning to modified state (with Session Manager plugin) bug after its content being changed. (Fix #9475) + * Add an option to mute all sounds in preferences dialog. (Fix #7950) + * Make JSON auto-indent for brace. (Fix #9499) + + -- B. Stack Mon, 29 Mar 2021 10:29:04 -0400 + notepadpp (7.9.3-1+devuan) obs; urgency=medium - Enhancements and bug-fixes: -- cgit