summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notepadpp/debian/changelog21
1 files changed, 21 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 6ddf0a8..ed7a1b3 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,24 @@
+notepadpp (8.4.2-1+devuan) obs; urgency=medium
+
+ * Fix crash on "Copy Binary Content" command without selection on edit
+ zone. (Fix #11639, #11671)
+ * Fix crashes by re-invoking with command line argument "-udl". (Fix
+ #11633)
+ * Make toolbar icons customizable. (Fix #9913)
+ * Make fold/unfold current level commands toggleable. (Fix #11529,
+ #9196)
+ * Add command line argument for plugin, a related notification and an
+ API. (Fix #11576)
+ * Fix horizontal scrolling with scroll wheel on Logitech MX issue. (Fix
+ #10490)
+ * Enhance dark mode. (Fix #11642, #11693, #11683, #11530, #10159)
+ * Add encoding context menu via right/double click on status bar. (Fix
+ #9998, #400, #756)
+ * Add gui4cli keywords and fix its style IDs in stylers.model.xml.
+ * Display installed plugin versions in Debug Info dialog. (Fix #11284)
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 27 Jun 2022 12:01:57 -0400
+
notepadpp (8.4.1-1+devuan) obs; urgency=medium
* Regression fixes, bug-fixes, and new enhancements:
bgstack15