summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-05-13 21:35:47 -0400
committerB. Stack <bgstack15@gmail.com>2024-05-13 21:35:47 -0400
commitdcaa6923516428b582459c90e7cc415dfe574de5 (patch)
treef35f77764880175c0e33279b1e680dd465c303de
parentupdate dsc for ffs (diff)
downloadstackrpms-dcaa6923516428b582459c90e7cc415dfe574de5.tar.gz
stackrpms-dcaa6923516428b582459c90e7cc415dfe574de5.tar.bz2
stackrpms-dcaa6923516428b582459c90e7cc415dfe574de5.zip
npp 8.6.7
-rw-r--r--notepadpp/debian/changelog52
1 files changed, 52 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 92809d0..911222b 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,55 @@
+notepadpp (8.6.7-1+stackrpms) obs; urgency=medium
+
+ * Upstream updates
+ * Fix regression of multi-edit cursors placed wrongly issue. (Fix
+ #15126)
+ * Fix multi-editing not showing multiple cursors in dark mode. (Fix
+ #15075)
+ * Add auto-completion for Go & Raku, function list for Raku. (Implement
+ #15128)
+ * Fix symbol '&' not showing in Document Switcher. (Fix #15117)
+ * Allow syntax highlighting for custom tags in HTML. (Fix #15093)
+ * Fix dialogs out of screen problem. (Fix #11240, #14913)
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 13 May 2024 14:54:00 -0400
+
+notepadpp (8.6.6-1+stackrpms) UNRELEASED; urgency=medium
+
+ * Upstream updates
+ * Update to scintilla 5.5.0 & Lexilla 5.3.2. (Merge #15042)
+ * Fix crash when crossing the 2GB file size threshold. (Fix #14944,
+ #14981)
+ * Fix a performance issue due to URL recognition. (Fix #13916)
+ * Update to nlohman json 3.11.3. (Merge #15041)
+ * Fix multi-edit resists escape after typing issue. (Fix #14649)
+ * Make F3 & Shift-F3 work in Find Replace dialog. (Fix #2138)
+ * Allow Ctrl-TAB to switch tabs in FindReplace, PluginAdmin and UDL
+ dialogs. (Fix #7932, #14975)
+ * Add programming language support for Go & Raku(Perl 6). (Fix #8090,
+ #4465)
+ * Fix user defined auto-insert not working issue. (Fix #3171, #8063,
+ #12547, #14831)
+ * Enhance GUI: resize checkboxes/radio buttons as text length needs.
+ (Fix #15006)
+ * Enhance GUI: make sizing arrows more coherent in Find dialog. (Fix
+ #15099)
+ * Fix URL enclosed in apostrophes or backtick not working issue. (Fix
+ #14978, #14323, #14212)
+ * Fix wrong dropped file view issue. (Fix #14951)
+ * Fix Korean/English key not working regression. (Fix #14400, #14973)
+ * Fix the tab labels of some dialogs being cut in Dark mode. (Fix
+ #11012)
+ * Fix close button disappeared issue in Find Replace dialog. (Fix
+ #14940)
+ * Apply dark theme to checkbox buttons on Windows 11. (Fix #14929)
+ * Fix menu bar cluttered in Dark Mode issue. (Fix #10130)
+ * Fix Debug Info minor display regression. (Fix #14921)
+ * Enhance Lua language syntax highlighting. (Fix #7615, #15081)
+ * Improve the function list support for Ada. (Fix #14908, #14687,
+ #14498)
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 13 May 2024 14:53:00 -0400
+
notepadpp (8.6.5-1+stackrpms) obs; urgency=medium
* Fix "Replace All" action not notifying plugins of modification
bgstack15