From 45b2639ba71682085ee165617a9e697ece57fa12 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 20 Jun 2024 21:03:22 -0400 Subject: npp 8.6.8 --- notepadpp/debian/changelog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'notepadpp') diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index 911222b..56ec59e 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,31 @@ +notepadpp (8.6.8-1+stackrpms) obs; urgency=medium + + * Upstream updates + * Fix a crash in Column Editor caused by an arithmetic overflow. (Fix + #15144) + * Fix the issue where any negative repeat value in Column Editor causes + a hang. (Fix #15153) + * Fix an extra space being inserted in HEX mode issue in Column Editor. + (Fix #15168) + * Fix a visual glitch of the toolbar pressed buttons in dark mode. (Fix + #15225) + * Add auto-indent feature for Python. (Fix #15122) + * Fix the issue where "show control characters" settings not remembered + when switching to another tab. (Fix #13988) + * Fix the missing monitoring disabled state icon from the fluent icon + set on the toolbar. (Fix #15217) + * Adjusted the inaccurate naming of indent settings in thee Preferences + dialog. (Fix issue) + * Fix the issue where the customized color of active tab in inactive + view is missing. (Fix #15140) + * Introduce a new plugin command "NPPM_GETTABCOLORID" to retrieve the + current tab color ID. (Fix #15115) + * Allow the tree view dark mode customization for plugins. (Fix #15077) + * Fix the popup dialog for updating not metioning 'Notepad++'. (Fix + #14668) + + -- B. Stack Mon, 10 Jun 2024 11:47:43 -0400 + notepadpp (8.6.7-1+stackrpms) obs; urgency=medium * Upstream updates -- cgit