diff options
author | B. Stack <bgstack15@gmail.com> | 2024-12-10 22:38:35 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-12-10 22:38:35 -0500 |
commit | ed7404beedd925a5448d82bf4579c292eb076b3b (patch) | |
tree | 8b83bc0a7514353af3aab86f4808a69e7cb2c858 | |
parent | ffs 13.9 (diff) | |
download | stackrpms-ed7404beedd925a5448d82bf4579c292eb076b3b.tar.gz stackrpms-ed7404beedd925a5448d82bf4579c292eb076b3b.tar.bz2 stackrpms-ed7404beedd925a5448d82bf4579c292eb076b3b.zip |
-rw-r--r-- | notepadpp/debian/changelog | 92 |
1 files changed, 52 insertions, 40 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index cc19545..29aac6e 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,4 +1,16 @@ -notepadpp (8.7.3-1+stackrpms) UNRELEASED; urgency=medium +notepadpp (8.7.4-1+stackrpms) obs; urgency=medium + + * Upstream updates + * * Fix regression of multi-line tabbar height not updated after closing + * tabs. (Fix #15905) + * * Fix the extension defined by user not override language default + * extensions. (Fix #8035, #8304, #10609, #15826) + * * Fix encoding of nfo file cannot be changed bug. (Fix #8823, #9153, + * #13905) + + -- B. Stack <bgstack15@gmail.com> Tue, 10 Dec 2024 21:26:18 -0500 + +notepadpp (8.7.3-1+stackrpms) obs; urgency=medium * Upstream updates * Fix a crash while disabling "Pin tab" feature. (Fix #15860) @@ -56,47 +68,47 @@ notepadpp (8.7-1+stackrpms) obs; urgency=medium * Upstream updates * Update to scintilla 5.5.2 & Lexilla 5.4.0. (Implement #15564) - * Fix monitoring large files with frequent writes freezing the UI + * Fix monitoring large files with frequent writes freezing the UI issue. (Fix #9661, #15611) - * Fix regression of multiple selections in comboboxes of Find dialog. + * Fix regression of multiple selections in comboboxes of Find dialog. (Fix #15583) * Fix a single undo reverting many changes issue. (Fix #9426) - * Improve Styler Configurator performance considerably. (Fix #12436, + * Improve Styler Configurator performance considerably. (Fix #12436, implement #15565) - * Fix CVE-2014-9456 (but CVE-2014-9456 is not a "Security + * Fix CVE-2014-9456 (but CVE-2014-9456 is not a "Security Vulnerability"). (Fix #12669) - * Make find dialog status messages color customizable via Style + * Make find dialog status messages color customizable via Style Configurator. (Fix #5087) - * Make individual tab color customizable via Style Configurator. (Fix + * Make individual tab color customizable via Style Configurator. (Fix #12156) - * Add new plugin command NPPM_GETNATIVELANGFILENAME & notification + * Add new plugin command NPPM_GETNATIVELANGFILENAME & notification NPPN_NATIVELANGCHANGED for native language being changed. (Fix #15513) - * Fix Folder as Workspace sorting problem for network storage (Samba, + * Fix Folder as Workspace sorting problem for network storage (Samba, WebDAV, WSL, etc.). (Fix #10557, #15397) - * Fix closing unsaved clone document causing periodic backup loss + * Fix closing unsaved clone document causing periodic backup loss issue. (Fix #8227) - * Fix Style Config's "User-defined keywords" not being saved properly + * Fix Style Config's "User-defined keywords" not being saved properly after emptying it. (Fix #15543, #14303) - * Add user-defined keyword ability for some supported programming - languages (ActionScript, ASP, Bash, C, C++, C#, GDScript, Go, HTML, - Java, JS, JSP, Lua, PHP, Python, RC, Swift, TypeScript, & XML). (Fix + * Add user-defined keyword ability for some supported programming + languages (ActionScript, ASP, Bash, C, C++, C#, GDScript, Go, HTML, + Java, JS, JSP, Lua, PHP, Python, RC, Swift, TypeScript, & XML). (Fix #15520) - * Add Fluent Icons for enhancing FunctionList, Folder as Workspace & + * Add Fluent Icons for enhancing FunctionList, Folder as Workspace & project panels' icons in lite mode. (Implement #15541, #15532) - * Fix Python smart indent issue when a string or comment line ends with + * Fix Python smart indent issue when a string or comment line ends with a colon. (Fix #15528, #15534) * Add file type filters for UDL in Save dialogs. (Fix #8083, #11096) * Add TOML language (TOML format) support. (Fix #5631) * Add function list for TeX/LaTeX. (Implement #15595) * Recognize Cython files as Python. (Fix 3069#, #3767) - * Fix edit zone not getting focus while clicking the active tab. (Fix + * Fix edit zone not getting focus while clicking the active tab. (Fix #8446) - * Add the ability to open the copy automatically after the "Save a + * Add the ability to open the copy automatically after the "Save a Copy" command. (Fix #11861) * Fix inability to paste after removing read-only via menu. (Fix issue) - * Add one more option for auto-indent so C-Like language indent can be + * Add one more option for auto-indent so C-Like language indent can be disabled. (Fix #15396) - * Fix Style Configurator regression: "URL hovered"'s "Go to Settings" + * Fix Style Configurator regression: "URL hovered"'s "Go to Settings" not working. (Fix #15493) -- B. Stack <bgstack15@gmail.com> Wed, 18 Sep 2024 11:46:13 -0400 @@ -104,52 +116,52 @@ notepadpp (8.7-1+stackrpms) obs; urgency=medium notepadpp (8.6.9-1+stackrpms) obs; urgency=medium * Upstream updates - * Make installation and updates easy & quiet by adding "Yes (Silent)" + * Make installation and updates easy & quiet by adding "Yes (Silent)" button. (Fix #8514) - * Add new options '/closeRunningNpp' & '/runNppAfterSilentInstall' in + * Add new options '/closeRunningNpp' & '/runNppAfterSilentInstall' in the installer. (Implement #15230, implement #15280) - * Fix crash of "Next Search Result" command on the empty search result. + * Fix crash of "Next Search Result" command on the empty search result. (Fix #15247) - * Fix the regression where the Find dialog size is not remembered + * Fix the regression where the Find dialog size is not remembered across sessions. (Fix #15294) - * Fix the regression of content lost by using Encoding "Convert to..." + * Fix the regression of content lost by using Encoding "Convert to..." commands. (Fix #15324, #15271, #3054, possibly #9426) - * Fix the regression of exception/crash on Windows Server Core 2022. + * Fix the regression of exception/crash on Windows Server Core 2022. (Fix #15313) * Prevent DirectWrite from being enabled under Windows Sever. (commit) - * Enhance the quality of Fluent toolbar icon sets for different DPI + * Enhance the quality of Fluent toolbar icon sets for different DPI settings. (Fix #15253) - * Improve the look & feel of tabbar close button in dark mode. (Fix + * Improve the look & feel of tabbar close button in dark mode. (Fix #15321, implement #15326) - * Improve the dark mode tab bar icon in the search results panel. + * Improve the dark mode tab bar icon in the search results panel. (Implement #15286) - * Add ability to pre-populate the predefined color sets for custom + * Add ability to pre-populate the predefined color sets for custom tones. (Fix #15055) * Add "Show All Character" popup menu on toolbar button. (Fix #14832) * Fix the rectangular selection copy-paste bug. (Fix #15139, #15151) - * Allow opening shortcut files (*.lnk) directly if the file extension + * Allow opening shortcut files (*.lnk) directly if the file extension is changed. (Fix #9643, #11089, #10139) * Fix the lost panels issue. (Fix #13084) * Add Backspace unindent option. (Fix #15180) * Fix CSS more indentation bug. (Fix #14962) * Include F13-F24 keys in Shortcut Mapper. (Fix #11975) - * Fix the problem where the last empty clean untitled tab cannot be + * Fix the problem where the last empty clean untitled tab cannot be closed after renaming. (Fix #15306) - * Add plugin a command (NPPM_SETUNTITLEDNAME) to rename untitled tab. + * Add plugin a command (NPPM_SETUNTITLEDNAME) to rename untitled tab. (Fix #8916) - * Display a message box with information about disabled backward regex + * Display a message box with information about disabled backward regex searching. (Fix #15239) - * Fix the display glitch for unsaved tabs containing tab characters. + * Fix the display glitch for unsaved tabs containing tab characters. (Fix #15202) - * Fix status bar and tab bar flicker during the GUI updated (fixed only + * Fix status bar and tab bar flicker during the GUI updated (fixed only for dark mode). (Fix #15260) - * Fix the issue with "Begin/End Select" command after deletion. (Fix + * Fix the issue with "Begin/End Select" command after deletion. (Fix #15221) - * Resolve the integer overflow problem in the Column Editor. (Fix + * Resolve the integer overflow problem in the Column Editor. (Fix #15167) - * Adjust the position of hits text in the File Progress dialog. (Fix + * Adjust the position of hits text in the File Progress dialog. (Fix #13426, #15244) - * Fix the deployment of other software blocked due to NppShell. (Fix + * Fix the deployment of other software blocked due to NppShell. (Fix #62) -- B. Stack <bgstack15@gmail.com> Tue, 16 Jul 2024 09:52:52 -0400 |