summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-09 09:33:22 -0400
committerB Stack <bgstack15@gmail.com>2020-03-09 09:33:22 -0400
commita25cbf735b6992af166cba099e3ebe04e3d946dc (patch)
tree3c80b71855ca9dcdbffbf19f9d504fc74195c79c /notepadpp
parentMerge branch 'makemkv-bump' into 'master' (diff)
downloadstackrpms-a25cbf735b6992af166cba099e3ebe04e3d946dc.tar.gz
stackrpms-a25cbf735b6992af166cba099e3ebe04e3d946dc.tar.bz2
stackrpms-a25cbf735b6992af166cba099e3ebe04e3d946dc.zip
notepadpp 7.8.5
Diffstat (limited to 'notepadpp')
-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