diff options
Diffstat (limited to 'notepadpp')
-rw-r--r-- | notepadpp/debian/changelog | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index 211bc9a..ed7a1b3 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,88 @@ +notepadpp (8.4.2-1+devuan) obs; urgency=medium + + * Fix crash on "Copy Binary Content" command without selection on edit + zone. (Fix #11639, #11671) + * Fix crashes by re-invoking with command line argument "-udl". (Fix + #11633) + * Make toolbar icons customizable. (Fix #9913) + * Make fold/unfold current level commands toggleable. (Fix #11529, + #9196) + * Add command line argument for plugin, a related notification and an + API. (Fix #11576) + * Fix horizontal scrolling with scroll wheel on Logitech MX issue. (Fix + #10490) + * Enhance dark mode. (Fix #11642, #11693, #11683, #11530, #10159) + * Add encoding context menu via right/double click on status bar. (Fix + #9998, #400, #756) + * Add gui4cli keywords and fix its style IDs in stylers.model.xml. + * Display installed plugin versions in Debug Info dialog. (Fix #11284) + + -- B. Stack <bgstack15@gmail.com> Mon, 27 Jun 2022 12:01:57 -0400 + +notepadpp (8.4.1-1+devuan) obs; urgency=medium + + * Regression fixes, bug-fixes, and new enhancements: + * Fix HTML syntax highlighting in PHP files regression. (Fix #11585, + #11602) + * Fix "Reload from disk" loosing syntax highlighting regression. (Fix + #11606) + * Fix unfocused selected text background color changed regression. (Fix + #11595) + * Update Scintilla from 5.2.1 to 5.2.2 and Lexilla from 5.1.5 to 5.1.6. + (Implement #11537) + * Fix multi-part keyword in prefix mode freezes Notepad++ in UDL. (Fix + #11434) + * Add several dark mode enhancement. (Fix #11574, #11622, #10054, + #11546, #11544) + * Add DarkMode usage detection support for plugins. (Implement #11546) + * Add "Framed current line" option beside of "Highlight current line + background". (Implement #11501) + * Add file monitoring command line argument [-monitor]. (Implement + #10562) + * File Dialog enhancement. (Fix #11630, #11517) + * Add a new format argument/option "ADD_ZERO_PADDING" to + NPPM_GETNPPVERSION. (Implement #11535) + * Restore auto-completion & calltip default fg/bg colors when no theme + is applied. (Fix #11637) + * Sort "Search result" to the bottom in language list of Style + Configurator. (Fix #11337) + + -- B. Stack <bgstack15@gmail.com> Wed, 01 Jun 2022 10:47:01 -0400 + +notepadpp (8.4-1+devuan) UNRELEASED; urgency=medium + + * New features, enhancements, and bug-fixes: + * Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5. (Fix + #10504) + * Enhance dark mode support (Shortcut Mapper, autocompletion, calltip, + Column Editor and Style configurator, Preferences dialog, etc...) (Fix + #11530, #11522, #11407, #11514, #11506, #11497) + * Fix lossing characters issue after case-conversion (UPPER/lower). + (Fix #11463) + * Fix "Sort Lines as Integer" not considering negative number issue. + (Fix #11023, #2025) + * Sort languages alphabetically automatically in Style Configurator. + (Fix #11337) + * Fix flashing box (autocompletion empty list) appears while typing + issue. (Fix #9433) + * Scrolling Document List automatically to make the selected tab item + visible. (Fix #11204) + * Make Find in Files search result line number aligned. (Fix #11119) + * Add default A-Z sorting ability in Function list. (Fix #11446) + * Add virtual space ability. (Fix #11443, #11444) + * Fix document being wronly marked as saved bug after converting its + encoding. (Fix #11436) + * Fix Document list not sync with tab order after sorting. (Fix #11272) + * Fix file saving critical bug under Symantec encryption desktop. (Fix + #11339) + * Fix cropped text in Shortcut mapper's status area issue. (Fix #10358) + * Enhance installer: Remember the chosen language in the previous + installation. (Implement #10582) + * Improve Find/Replace Dialog layout. (Fix #11318) + * Update NSIS & Inno Setup keyword lists. + + -- B. Stack <bgstack15@gmail.com> Wed, 01 Jun 2022 10:46:17 -0400 + notepadpp (8.3.3-1+devuan) obs; urgency=medium * Regression-fix, bug-fixes and enhancement: |