summaryrefslogtreecommitdiff
path: root/notepadpp/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'notepadpp/debian/changelog')
-rw-r--r--notepadpp/debian/changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 4150ec0..4e8b0a7 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,16 @@
+notepadpp (8.1-1+devuan) obs; urgency=medium
+
+ - Regression-fixes and improvements:
+ * Fix regression of auto-completion performance issue (Fix #9975)
+ * Fix Open dialog with "Save" label for "Open" button (Fix #9966)
+ * Fix Notepad++ crash on dark mode while starting up (Fix #9961)
+ * Improve look & feel in dark mode (Fix #9982)
+ * Adapt Tooltips in dark mode (Fix #9962)
+ * Remove white line under menubar in dark mode (Fix #9984)
+ * Make multiline and vertical tabs work in dark mode (Implement #10017)
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 29 Jun 2021 10:58:42 -0400
+
notepadpp (8.0-1+devuan) obs; urgency=medium
* Add Dark Mode. (Implement #9183 & #7692)
bgstack15