summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notepadpp/debian/changelog26
1 files changed, 26 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 29aac6e..fd05e5d 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,29 @@
+notepadpp (8.7.5-1+stackrpms) obs; urgency=medium
+
+ * Upstream updates
+ * Fix nfo file losing modification issue (regression from v8.7.4). (Fix
+ #15964)
+ * Fix network file wrong modification detection (regression from
+ v8.7.1). (Fix #15819)
+ * Fix regression "Open Selected PathName(s)" command not working while
+ all selected. (Fix #15960)
+ * Fix unusuability after deleting files in split view. (Fix #15922)
+ * Fix unsaved documents lost on next launch if portable Notepad++
+ change path. (Fix #1587, #15886)
+ * Refactoring for the better performance & smaller binary size. (Fix
+ #15898)
+ * Improve "Copy Selected Lines" command. (Fix #15803)
+ * Add Visual Basic function list. (Fix #3239)
+ * Add Swift, TypeScript, and Go for advanced Auto-indent. (Fix #15900)
+ * Fix UDL comment line not working due to conflict with stream comment
+ definition. (Fix #11897)
+ * Enhance "Follow current doc." GUI action/option in Find in files.
+ (Fix #15908)
+ * Fix Reload Workspace not working. (Fix #11551)
+ * Add "Show details" functionality in installer. (Fix #15718)
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 31 Dec 2024 10:18:02 -0500
+
notepadpp (8.7.4-1+stackrpms) obs; urgency=medium
* Upstream updates
bgstack15