summaryrefslogtreecommitdiff
path: root/notepadpp/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'notepadpp/debian/changelog')
-rw-r--r--notepadpp/debian/changelog57
1 files changed, 57 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 0c969e3..024aa86 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,60 @@
+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:
+ * Add exclude folder(s) ability in Find in Files (mouse hover on
+ "Filters" label for getting the example on tool-tip). (Fix #2433, #8350)
+ * Fix UTF-8 detected wrongly as TIS-620 encoding issue. (Fix #10916,
+ #940, #8755, #3588, #3188, #4932, #3172, #10492)
+ * Add auto save loaded session on exit feature (while "Open session in
+ a new instance" is set in Multi-instance settings). (Fix #1646, #3241,
+ #3574, #4228)
+ * A comprehensive fix for dockable panels losing background color when
+ switching back Notepad++. (Fix #2202, #2937, #5980, #8980, #9905,
+ #10091)
+ * Fix memory leak while toggling between Dark/Lite Mode. (Fix #10957)
+ * Fix caret left-right inverse moving in RTL mode issue. (Fix #8553,
+ #7678, #9730)
+ * Fix Document List icons unchanged issue after switching to dark mode
+ or changing to alternative icons. (Fix #10740)
+ * Fix incorrect folding behaviour in C, C++, Java, JavaScript,
+ TypeScript and Objective-C. (Fix #4560)
+ * Update boost regexp from v1.76 to v1.78. (Implement #10912)
+ * "Rename tab" name field enlargement (from 20 to 63 char!). (Fix
+ #10961, #9849)
+ * Apply "crontab" file to the syntax highlighting of bash. (Fix #3377)
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 04 Jan 2022 13:26:19 -0500
+
notepadpp (8.1.9-1+devuan) obs; urgency=medium
- Bug-fixes:
bgstack15