summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-10-21 14:29:18 -0400
committerB. Stack <bgstack15@gmail.com>2021-10-21 14:29:18 -0400
commitf45dffc6aaaeb00c62fcb1aff9ce0cfb37edcd3b (patch)
tree807115e947eecfd201a1817ce1105407c15051fb /notepadpp
parentMerge branch 'notepadpp-bump' into 'master' (diff)
downloadstackrpms-f45dffc6aaaeb00c62fcb1aff9ce0cfb37edcd3b.tar.gz
stackrpms-f45dffc6aaaeb00c62fcb1aff9ce0cfb37edcd3b.tar.bz2
stackrpms-f45dffc6aaaeb00c62fcb1aff9ce0cfb37edcd3b.zip
notepadpp 8.1.8
Diffstat (limited to 'notepadpp')
-rw-r--r--notepadpp/debian/changelog32
1 files changed, 32 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index b6f5fe0..8989fcb 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,35 @@
+notepadpp (8.1.8-1+devuan) obs; urgency=medium
+
+ - Bug-fixes and improvement, version 8.1.8:
+ * Fix config files (XML) saving performance regression. (Fix #10678,
+ #10674)
+ * Workaround Microsoft dark mode API bug of Windows 11. (Fix #10510)
+ - Bug-fixes and improvement, version 8.1.7:
+ * Fix empty file not being saved regression. (Fix #10667)
+ * Fix white flash in dark mode on CMD launch with position parameters.
+ (Fix #10657)
+ * Enhance dark themes for some programming languages (JSON, Python &
+ Makefile). (Fix #10648)
+ * Fix "Run macro until the end of file" command skipping the last line
+ issue. (Fix #10441)
+ * Fix tooltip layout and position in RTL mode. (Fix #10646)
+ * Fix docking problem for dockable panel in RTL mode. (Fix #10641)
+ - Bug-fixes and improvement, version 8.1.6:
+ * Fix NUL file-corruption issue after system shutting down brutally.
+ (Fix #6133)
+ * Fix session lost issue after MS update restarting Windows. (Fix
+ #10402)
+ * Make Markdown UDL work in every dark theme. (Fix #10593)
+ * Fix file can be marked as saved even it's been deleted outside. (Fix
+ #10401)
+ * Fix status bar text display glitchy in dark mode. (Fix #10564)
+ * Fix white flash on Notepad++ startup in dark mode issue. (Fix #10601)
+ * Fix docked window sizing direction problem in RTL mode. (Fix #10536)
+ * Fix floating panel movement issue in RTL mode. (Fix #10579)
+ * Fix Print GUI bug in Preferences dialog. (Fix #10552)
+
+ -- B. Stack <bgstack15@gmail.com> Thu, 21 Oct 2021 13:31:39 -0400
+
notepadpp (8.1.5-1+devuan) obs; urgency=medium
- Bug-fixes and improvement:
bgstack15