From f45dffc6aaaeb00c62fcb1aff9ce0cfb37edcd3b Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 21 Oct 2021 14:29:18 -0400 Subject: notepadpp 8.1.8 --- notepadpp/debian/changelog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'notepadpp') 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 Thu, 21 Oct 2021 13:31:39 -0400 + notepadpp (8.1.5-1+devuan) obs; urgency=medium - Bug-fixes and improvement: -- cgit