summaryrefslogtreecommitdiff
path: root/notepadpp/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'notepadpp/debian/changelog')
-rw-r--r--notepadpp/debian/changelog33
1 files changed, 33 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 65e3f3b..50faa62 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,36 @@
+notepadpp (8.6-1+stackrpms) obs; urgency=medium
+
+ * Multi-edit is fully supported in Notepad++. (Fix #14266, #8203)
+ * Make multi-select background & caret colours customizable. (Fix
+ #14302)
+ * Make session inaccessible files remembered (empty & read-only
+ document as placeholder). (Fix #12079, #12744, #13696)
+ * Fix missing session invalid error for user session & enhance API
+ NPPM_GETNBSESSIONFILES. (Fix #14228)
+ * Fix network shared files saving regression. (Fix #14300)
+ * Update Scintilla to v5.3.8 & Lexilla to v5.2.8. (Fix #13442, #14188,
+ #14288)
+ * Fix docking panel crash due to messing up config.xml. (Fix bug report
+ * Fix invalid styler.xml making Notepad++ crash issue. (Fix #12101)
+ * Fix tab-closing crash by middle mouse button (unexpected mouse
+ position). (Fix #14328)
+ * Fix 2 performance issues in Style Configurator. (Fix #14321)
+ * Add 3 line operation (delete, copy & cut) shortcuts. (Fix #14296)
+ * Display extra info in the status bar of Find/Replace dialog to avoid
+ PEBKAC. (Fix #14307)
+ * Fix "Hide lines" command hiding unselected lines issue. (Fix #14166)
+ * Fix silent installer mode when Notepad++ is running issue. (Fix
+ #10189, #10277, #22514, #14236, fix partially #8514)
+ * Fix Updater's vulnerability (update cURL in WinGUp for fixing
+ CVE-2023-38545). (Fix WinGUp issue #50)
+ * Fix incoherent behaviour of "Duplicate Current Line" menu command.
+ (Fix #5298)
+ * Fix JSON5 not using JSON keywords. (Fix #14205)
+ * Fix empty message showing while cancelling session file saving
+ dialog. (Fix #14235)
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 04 Dec 2023 17:00:45 -0500
+
notepadpp (8.5.8-1+stackrpms) obs; urgency=medium
* Fix "Clear Read-Only Flag" command not working immediately
bgstack15