summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-06-20 21:03:22 -0400
committerB. Stack <bgstack15@gmail.com>2024-06-20 21:03:22 -0400
commit45b2639ba71682085ee165617a9e697ece57fa12 (patch)
tree61ea713804aaa88417a900248773a47558844869
parentupdate _service (diff)
downloadstackrpms-45b2639ba71682085ee165617a9e697ece57fa12.tar.gz
stackrpms-45b2639ba71682085ee165617a9e697ece57fa12.tar.bz2
stackrpms-45b2639ba71682085ee165617a9e697ece57fa12.zip
npp 8.6.8
-rw-r--r--notepadpp/debian/changelog28
1 files changed, 28 insertions, 0 deletions
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 <bgstack15@gmail.com> Mon, 10 Jun 2024 11:47:43 -0400
+
notepadpp (8.6.7-1+stackrpms) obs; urgency=medium
* Upstream updates
bgstack15