summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-04 13:26:40 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-04 13:26:40 -0500
commit658653956061b659bf5417d1f052ae4f4effe709 (patch)
treeb54f0772c6c87590e2043b1d3d6830ed9024905b
parentadd clipboard stuff to prefs.js everywhere (diff)
downloadstackrpms-658653956061b659bf5417d1f052ae4f4effe709.tar.gz
stackrpms-658653956061b659bf5417d1f052ae4f4effe709.tar.bz2
stackrpms-658653956061b659bf5417d1f052ae4f4effe709.zip
npp 8.2
-rw-r--r--notepadpp/README.md2
-rw-r--r--notepadpp/debian/changelog27
2 files changed, 28 insertions, 1 deletions
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 <bgstack15@gmail.com> Tue, 04 Jan 2022 13:26:19 -0500
+
notepadpp (8.1.9-1+devuan) obs; urgency=medium
- Bug-fixes:
bgstack15