summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2025-02-02 20:04:07 -0500
committerB. Stack <bgstack15@gmail.com>2025-02-02 20:04:07 -0500
commitafd3be292aa09a9b9f5e643ec269183dc14ce61a (patch)
treeff8c71d16c12754fa57686917350976749a1c4f7
parentnotepadnext 0.10 (diff)
downloadstackrpms-afd3be292aa09a9b9f5e643ec269183dc14ce61a.tar.gz
stackrpms-afd3be292aa09a9b9f5e643ec269183dc14ce61a.tar.bz2
stackrpms-afd3be292aa09a9b9f5e643ec269183dc14ce61a.zip
npp 8.7.6
-rw-r--r--notepadpp/debian/changelog31
1 files changed, 31 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index fd05e5d..d482a02 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,34 @@
+notepadpp (8.7.6-1+stackrpms) obs; urgency=medium
+
+ * Upstream updates
+ * Update to scintilla 5.5.3 & Lexilla 5.4.1. (Fix #10528, #15801,
+ #15817, implement #15982)
+ * Enhance performance of syntax highlighting for large files. (Fix
+ #15952)
+ * Make "Show close/pin button on each inactive tab" optional. (Fix
+ #15912, #16035)
+ * Add ShortcutMapper Multilingual ability, allowing the use of specific
+ keys for non-en-US keyboards. (Fix #14395, #15966, #16071)
+ * Fix vertical tab crashes when enabling/disabling the pin tab feature.
+ (Fix #16033)
+ * Fix crash when passing an invalid buffer with NPPM_SETUNTITLEDNAME.
+ (Fix #15970)
+ * Fix floating panels position resetting regression in multi-monitor
+ configurations. (Fix #15498, #16077)
+ * Fix incorrect "Replace all" behavior during the second replace in
+ selection. (Fix #14897, #14624, #15992)
+ * Fix backup file renaming bug for untitled tabs. (Fix #16043)
+ * Enhance UX in "Find in file" action when the Directory field is
+ empty. (Fix #16051)
+ * Make the current line/position copyable in the Go to Line dialog.
+ (Fix #15950)
+ * GUI enhancement: hide right menu shortcuts on the fly. (Implement
+ #16065)
+ * Minor enhancements for JavaScript, CSS & HTML. (Fix #15821, #15825,
+ #16036)
+
+ -- B. Stack <bgstack15@gmail.com> Sun, 02 Feb 2025 19:59:15 -0500
+
notepadpp (8.7.5-1+stackrpms) obs; urgency=medium
* Upstream updates
bgstack15