summaryrefslogtreecommitdiff
path: root/notepadpp/debian
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-07-24 15:48:25 -0400
committerB. Stack <bgstack15@gmail.com>2021-07-24 15:48:25 -0400
commit4c0bb832096b3caba7b399ba8cc02aa7c53589ad (patch)
tree696b113d8b15ff6c2a9cbfd7acebf6a8d5f0cc7a /notepadpp/debian
parentMerge branch 'palemoon-bump' into 'master' (diff)
downloadstackrpms-4c0bb832096b3caba7b399ba8cc02aa7c53589ad.tar.gz
stackrpms-4c0bb832096b3caba7b399ba8cc02aa7c53589ad.tar.bz2
stackrpms-4c0bb832096b3caba7b399ba8cc02aa7c53589ad.zip
notepadpp 8.1.2
Diffstat (limited to 'notepadpp/debian')
-rw-r--r--notepadpp/debian/changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 4e8b0a7..ca9f1f7 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,23 @@
+notepadpp (8.1.2-1+devuan) obs; urgency=medium
+
+ - Bug-fixes and improvement:
+ * Make dark mode restartless. (Fix #10121)
+ * Activate dark mode in Windows 11. (Fix #10136)
+ * Make Notepad++ dark mode colors customizable: add 6 more color tone
+ choices. (Implement #10128)
+ * Add customizing dynamically dark mode colors capacity (Implement
+ #10145)
+ * Add command line flag -udl="UDL name" to open a file by applying an
+ existent UDL via its name. (Implement #10102)
+ * Use always current file directory in File Rename dialog. (Fix #10095)
+ * Fix "Remember last used directory" unexpected behaviour. (Fix #10115)
+ * Fix corrupted encoding text on status bar if shortcut assigned to
+ encode command. (Fix #10146)
+ * Add a Save all confirm dialog. (Fix #2124, #9931)
+ * Improve JavaScript auto-completion. (Fix #9858)
+
+ -- B. Stack <bgstack15@gmail.com> Sat, 24 Jul 2021 15:46:10 -0400
+
notepadpp (8.1-1+devuan) obs; urgency=medium
- Regression-fixes and improvements:
bgstack15