From 658653956061b659bf5417d1f052ae4f4effe709 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 4 Jan 2022 13:26:40 -0500 Subject: npp 8.2 --- notepadpp/README.md | 2 +- notepadpp/debian/changelog | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/notepadpp/README.md b/notepadpp/README.md index 0dbcf92..32fc233 100644 --- a/notepadpp/README.md +++ b/notepadpp/README.md @@ -12,7 +12,7 @@ Package `notepadqq` does not accomplish the same effect I wanted. ## Reverse dependency matrix Distro | notepadpp version ---------- | ---------------- -Devuan | 8.1.5 +Devuan | 8.2 ## Additional info diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index 0c969e3..66322ff 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,30 @@ +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 Tue, 04 Jan 2022 13:26:19 -0500 + notepadpp (8.1.9-1+devuan) obs; urgency=medium - Bug-fixes: -- cgit