From 8c18aa7ce2a38542696dee52e9fcb32b1107082c Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 11 Jul 2022 16:31:54 -0400 Subject: notepadpp 8.4.3 --- notepadpp/debian/changelog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'notepadpp/debian/changelog') diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index ed7a1b3..e46ca74 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,34 @@ +notepadpp (8.4.3-1+devuan) obs; urgency=medium + + * Add an option which allows to show only 1 entry per found line in + search result. (Fix #2481, #1499, #5547, #2987, #4525, #3224) + * Make EOL (CRLF) display customizable (via Editing section of + Preferences dialog). (Fix #11413) + * Add 2 more shortcuts "plus" (new file) and "arrow" (drop down list of + opened files) buttons on menu bar. (Fix #11229) + * Update Lexilla to 5.1.7 & Scintilla to 5.2.3 and use new API for + large files. (Implement #11734) + * Fix Find in files performance regression since updating Scintilla 5. + (Fix #11814) + * Add dark mode support for plugins - support dark mode for plugins + with docking GUI. (Fix #11710, implement #11767) + * Fix a crash issue due to opening an empty .NFO file. (Fix #11820) + * Fix language fonts regression in Style Configurator (make font + definition possible again). (Fix #11786) + * Add NPPM_CREATELEXER message for plugins to instantiate lexers. (Fix + #11789) + * Enhance dark mode (edge colors). (Fix #11207, #11376) + * Fix "CMD Here" command open Explorer issue. (Fix #11818) + * Fix crash issue of "Style Configurator…" command if "stylers.xml" + is absent. (Fix #11812) + * Fix Selected text changes color issue when editor window loses focus. + (Fix #11743) + * Skip save all warning dialog if only current editing file is dirty. + (Fix #10995) + * Fix a small regression in DebugInfo dialog. (Fix #11752) + + -- B. Stack Mon, 11 Jul 2022 15:48:41 -0400 + notepadpp (8.4.2-1+devuan) obs; urgency=medium * Fix crash on "Copy Binary Content" command without selection on edit -- cgit