summaryrefslogtreecommitdiff
path: root/notepadpp/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-06-29 15:31:49 +0000
committerB. Stack <bgstack15@gmail.com>2021-06-29 15:31:49 +0000
commit97d873a2a45dbc393d7e7aaa1f65b4a40c465aef (patch)
tree8413979fc1a1fa6409c4024b1d325b141d09abbc /notepadpp/debian/changelog
parentMerge branch 'waterfox-bump' into 'master' (diff)
parentnpp 8.1 (diff)
downloadstackrpms-97d873a2a45dbc393d7e7aaa1f65b4a40c465aef.tar.gz
stackrpms-97d873a2a45dbc393d7e7aaa1f65b4a40c465aef.tar.bz2
stackrpms-97d873a2a45dbc393d7e7aaa1f65b4a40c465aef.zip
Merge branch 'notepadpp-bump' into 'master'
notepad++ 8.1 See merge request bgstack15/stackrpms!246
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