diff options
author | B. Stack <bgstack15@gmail.com> | 2022-02-06 21:39:47 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-02-06 21:39:47 +0000 |
commit | ee8cd8dc500887e2baeb4771931a114496d5d6f8 (patch) | |
tree | 312ab46fa2b70c926213bef5856ca621e329c763 /notepadpp/debian/changelog | |
parent | Merge branch 'newmoon-bump' into 'master' (diff) | |
parent | npp 8.2 (diff) | |
download | stackrpms-ee8cd8dc500887e2baeb4771931a114496d5d6f8.tar.gz stackrpms-ee8cd8dc500887e2baeb4771931a114496d5d6f8.tar.bz2 stackrpms-ee8cd8dc500887e2baeb4771931a114496d5d6f8.zip |
Merge branch 'notepadpp-bump' into 'master'
npp 8.2
See merge request bgstack15/stackrpms!282
Diffstat (limited to 'notepadpp/debian/changelog')
-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: |