diff options
author | B. Stack <bgstack15@gmail.com> | 2022-01-04 13:26:40 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-01-04 13:26:40 -0500 |
commit | 658653956061b659bf5417d1f052ae4f4effe709 (patch) | |
tree | b54f0772c6c87590e2043b1d3d6830ed9024905b /notepadpp/debian | |
parent | add clipboard stuff to prefs.js everywhere (diff) | |
download | stackrpms-658653956061b659bf5417d1f052ae4f4effe709.tar.gz stackrpms-658653956061b659bf5417d1f052ae4f4effe709.tar.bz2 stackrpms-658653956061b659bf5417d1f052ae4f4effe709.zip |
npp 8.2
Diffstat (limited to 'notepadpp/debian')
-rw-r--r-- | notepadpp/debian/changelog | 27 |
1 files changed, 27 insertions, 0 deletions
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: |