summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-06-27 12:06:09 -0400
committerB. Stack <bgstack15@gmail.com>2022-06-27 12:06:09 -0400
commit98bd726b0408ebe8240745b946d2a35e0f23316e (patch)
treebbbc1ea5df10ab0f6b20ecc3f4d9faeb9a9ef971 /notepadpp
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-98bd726b0408ebe8240745b946d2a35e0f23316e.tar.gz
stackrpms-98bd726b0408ebe8240745b946d2a35e0f23316e.tar.bz2
stackrpms-98bd726b0408ebe8240745b946d2a35e0f23316e.zip
npp 8.4.2 rc1
Diffstat (limited to 'notepadpp')
-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