summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-04-10 10:03:52 -0400
committerB. Stack <bgstack15@gmail.com>2023-04-10 10:03:52 -0400
commitfafa05f909341f0624ff445d37d01c553e84cd73 (patch)
tree261d6b562a55f24cfaa4758628058a8e31109bd9 /notepadpp
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-fafa05f909341f0624ff445d37d01c553e84cd73.tar.gz
stackrpms-fafa05f909341f0624ff445d37d01c553e84cd73.tar.bz2
stackrpms-fafa05f909341f0624ff445d37d01c553e84cd73.zip
npp 8.5.2
Diffstat (limited to 'notepadpp')
-rw-r--r--notepadpp/debian/changelog27
1 files changed, 27 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 8f0ab52..a579003 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,30 @@
+notepadpp (8.5.2-1+stackrpms) obs; urgency=medium
+
+ * Enhance "Edit with Notepad++" context menu and fix several issues.
+ (Fix #13399, #13410, #13425, #13438, #13440, #13446, #13457)
+ * Make Find/Replace dialog swap/copy button usage more explicit. (Fix
+ #13368, #13021)
+ * Fix unexpected caret column jump post brace match. (Fix #13433)
+ * Add hits in-progress increased number to Search Progress dialog. (Fix
+ #13364)
+ * Add HTML Hexadecimal column and more items to ASCII panel. (Fix
+ #13347)
+ * Add ability to do leading spaces with Column Editor. (Fix #11148,
+ #13309)
+ * Add programming language support for Hollywood. (Implement #13417)
+ * Fix dock panels visual glitch while finding in search results. (Fix
+ #13402, #13459)
+ * Fix Mark dialog's Copy Marked Text button is not macro-able issue.
+ (Fix #13405)
+ * Dark mode enhancement: make focused combobox more visible. (Fix
+ #13420)
+ * Fix find dialog flicker issue. (Fix #9536, #13381)
+ * Enhance Notepad++ icon's display in system tray. (Fix #8971)
+ * Fix some options in Mark dialog not remembered though the session
+ issue. (Fix #13277)
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 10 Apr 2023 10:00:06 -0400
+
notepadpp (8.5.1-1+stackrpms) obs; urgency=medium
* Use new modern shell "Edit with Notepad++" of Windows 11 instead of
bgstack15