summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-15 00:46:51 +0000
committerB Stack <bgstack15@gmail.com>2020-03-15 00:46:51 +0000
commitaf79e9e88277c144ba02693795ef1e20997ac534 (patch)
tree059219ca5f24c89cb74fa427216a13c6be04c068
parentxdgmenumaker: dsc v1.5-5 (diff)
parentnotepadpp 7.8.5 (diff)
downloadstackrpms-af79e9e88277c144ba02693795ef1e20997ac534.tar.gz
stackrpms-af79e9e88277c144ba02693795ef1e20997ac534.tar.bz2
stackrpms-af79e9e88277c144ba02693795ef1e20997ac534.zip
Merge branch 'notepadpp-bump' into 'master'
notepadpp 7.8.5 See merge request bgstack15/stackrpms!138
-rw-r--r--notepadpp/debian/changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 994d02a..f77c899 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,17 @@
+notepadpp (7.8.5-1+devuan) obs; urgency=medium
+
+ - Bug-fixes and enhancements
+ * Fix "Monitoring" not detecting all file changes issue.
+ * Fix auto-updater disabling not working regression.
+ * Fix Notepad++ doesn't exit correctly while Windows 10 update restart.
+ * Make Count command in Find dialog respect Backward-direction and Wrap-around options.
+ * Make Find dialog remember its position across runs.
+ * Add the document size column to the Windows Selection dialog.
+ * Make "View Current File in(browser)" commands macro recordable.
+ * Add external sound control capability for unsuccessful search (in Find dialog) bell.
+
+ -- Ben Stack <bgstack15@gmail.com> Mon, 09 Mar 2020 09:29:37 -0400
+
notepadpp (7.8.4-1+devuan) obs; urgency=medium
- Bug-fixes
bgstack15