summaryrefslogtreecommitdiff
path: root/notepadpp/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'notepadpp/debian/changelog')
-rw-r--r--notepadpp/debian/changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 5f7887e..858b180 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,23 @@
+notepadpp (7.8.3-1+devuan) obs; urgency=low
+
+ - Enhancements and bug-fixes
+ * Add the "Expand All", "Fold All" and "Select/Show current editing file" capacity into Folder as Workspace.
+ * Fix restoring line position issue while document is wrapped.
+ * Improve Json syntax highlighting.
+ * Make filling find field of Find dialog with selected word(s) optional.
+ * Make doSaveOrNot dialog simpler when there's a single file to save.
+ * Fix auto-insert {[""]} imbrication not working issue.
+ * Make cmd cli (for "Open Containing Folder in cmd") customizable.
+ * Prevent from setting Updater's Proxy as Notepad++ is not in Admin mode.
+ * Disable file association settings when Notepad++'s no admin right.
+ * Fix incremental search bar "highlight all" option not conserved bug.
+ * Enhance SQL syntax highlighting (add 2 more keyword lists).
+ * Fix too small buffer issue during add text macro playback.
+ * Fix "Close All Unchanged" not working issue for sub-view.
+ * Eliminate garbage displaying in Find-result fold margin.
+
+ -- B Stack <bgstack15@gmail.com> Mon, 27 Jan 2019 09:06:43 -0500
+
notepadpp (7.8.2-1+devuan) obs; urgency=low
- Initial release for Devuan
bgstack15