summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-04-30 10:13:45 -0400
committerB Stack <bgstack15@gmail.com>2020-04-30 10:13:45 -0400
commit9bee01817329dac41153bd6d175b4ace691add2c (patch)
treeb3229144d0ec70b1a3910f7152818fe511190cae /notepadpp
parentMerge branch 'makemkv-bump' into 'master' (diff)
downloadstackrpms-9bee01817329dac41153bd6d175b4ace691add2c.tar.gz
stackrpms-9bee01817329dac41153bd6d175b4ace691add2c.tar.bz2
stackrpms-9bee01817329dac41153bd6d175b4ace691add2c.zip
notepad++ 7.8.6
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 f77c899..ea0ad1b 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,17 @@
+notepadpp (7.8.6-1+devuan) obs; urgency=medium
+
+ - Bug-fixes and enhancements
+
+ * Add multi-column marker (multi-line edge) feature.
+ * Add dynamical sorting feature for Folder as Workspace.
+ * Make MRU tab activate instead of rightmost tab while tab closure (if MRU enabled).
+ * Fix folding state lost on the next startup issue.
+ * Make Replace-in-Files confirmation dialog modal to prevent from crashing.
+ * Add support of smart-indenting for Perl and Rust.
+ * Make recorded macro (IDC_FINDNEXT & IDC_FINDPREV)retro-compatible up to 7.8.4.
+
+ -- Ben Stack <bgstack15@gmail.com> Wed, 29 Apr 2020 16:19:53 -0400
+
notepadpp (7.8.5-1+devuan) obs; urgency=medium
- Bug-fixes and enhancements
bgstack15