summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-03-29 10:49:20 -0400
committerB Stack <bgstack15@gmail.com>2021-03-29 10:49:20 -0400
commita5c1131f74d2c26197373af83223f2c864666107 (patch)
tree2bd8ebdc61256c06c94ea15462e116202e490ddc /notepadpp
parentMerge branch 'xpipe-bump' into 'master' (diff)
downloadstackrpms-a5c1131f74d2c26197373af83223f2c864666107.tar.gz
stackrpms-a5c1131f74d2c26197373af83223f2c864666107.tar.bz2
stackrpms-a5c1131f74d2c26197373af83223f2c864666107.zip
notepadpp 7.9.5
Diffstat (limited to 'notepadpp')
-rw-r--r--notepadpp/debian/changelog35
1 files changed, 35 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 69a9877..3e59071 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,38 @@
+notepadpp (7.9.5-1+devuan) obs; urgency=medium
+ - Enhancements and bug-fixes:
+
+ * Fix Notepad++ not starting up due to SaveAsAdmin plugin (for
+ installer package). (Fix
+ [#9514](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/95
+ 14))
+ * Fix UNC path with quotes handling in folder & file Open/Save
+ dialog. (Fix #9582)
+ * Fix file doesn't save as extension type on Windows 7. (Fix #9657)
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 29 Mar 2021 10:29:59 -0400
+
+notepadpp (7.9.4-1+devuan) UNRELEASED; urgency=medium
+
+ - Enhancements and bug-fixes:
+ * Upgrade Scintilla from v4.2.0 to v4.4.6. (Implement #9550)
+ * Fix DPI scaling broken while dragging Notepad++ into the 2nd
+ monitor regression. (Fix #9513, #9579)
+ * Add "Find in Projects" feature. (Implement #8125)
+ * Fix project workspace changes lost on save cancel issue. (Fix
+ #9605)
+ * Fix folder picker not being launched issue because provided
+ directory is invalid. (Fix #9569)
+ * Fix network path (UNC path) not working in file dialog. (Fix
+ #9527)
+ * Fix shortcut name more than 64 characters makes a menu entry
+ empty name issue. (Fix #9556)
+ * Fix extension appending issue in file dialog. (Fix #9510)
+ * Fix file not turning to modified state (with Session Manager plugin) bug after its content being changed. (Fix #9475)
+ * Add an option to mute all sounds in preferences dialog. (Fix #7950)
+ * Make JSON auto-indent for brace. (Fix #9499)
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 29 Mar 2021 10:29:04 -0400
+
notepadpp (7.9.3-1+devuan) obs; urgency=medium
- Enhancements and bug-fixes:
bgstack15