summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notepadpp/debian/changelog30
1 files changed, 30 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 66322ff..024aa86 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,33 @@
+notepadpp (8.3-1+devuan) obs; urgency=medium
+
+ - New features and bug-fixes:
+ * Remove 2GB file open restriction for x64 binary.
+ * Improve large files (200MB) loading speed and editing/browsing
+ performance.
+ * Fix Find in Files crash issue.
+
+ -- B. Stack <bgstack15@gmail.com> Thu, 10 Feb 2022 19:34:50 -0500
+
+notepadpp (8.2.1-1+devuan) UNRELEASED; urgency=low
+
+ * Fix regression of loaded session being empty on exit. (Fix #10986)
+ * Add Find/Replace text swap button in Find replace dialog. (Fix #6010)
+ * Add an option for inserting auto-completion selection to fix hitting
+ twice ENTER to go to next line. (Fix #4799, #4631, #8389, #10915)
+ * Fix installer x64 not detected the previous installation location.
+ (Fix #7946)
+ * Add copy name/path commands to DocList and Edit menu. (Fix #10394)
+ * Fix Recent Files List not revised issue after "Save As" command. (Fix
+ #10946)
+ * Fix Windows 11 detected wrongly issue in "Debug information". (Fix
+ #11011)
+ * Fix "Save As" command cannot be used as "Save" issue. (Fix #10965)
+ * Fix visual glitch regression of fg/bg color disabling. (Fix #11051)
+ * Fix wrong keywords (of preprocessor in C) highlighting in Java. (Fix
+ #11026)
+
+ -- B. Stack <bgstack15@gmail.com> Thu, 10 Feb 2022 19:33:43 -0500
+
notepadpp (8.2-1+devuan) obs; urgency=medium
- New features and bug-fixes:
bgstack15