summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-06-29 11:06:15 -0400
committerB. Stack <bgstack15@gmail.com>2021-06-29 11:06:15 -0400
commit33a0bde3c109acba63e5a150e8d931739feb287f (patch)
tree8413979fc1a1fa6409c4024b1d325b141d09abbc /notepadpp
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-33a0bde3c109acba63e5a150e8d931739feb287f.tar.gz
stackrpms-33a0bde3c109acba63e5a150e8d931739feb287f.tar.bz2
stackrpms-33a0bde3c109acba63e5a150e8d931739feb287f.zip
npp 8.1
Diffstat (limited to 'notepadpp')
-rwxr-xr-xnotepadpp/build-orig-tarball.sh1
-rw-r--r--notepadpp/debian/changelog13
2 files changed, 14 insertions, 0 deletions
diff --git a/notepadpp/build-orig-tarball.sh b/notepadpp/build-orig-tarball.sh
index 190196e..59d3d9e 100755
--- a/notepadpp/build-orig-tarball.sh
+++ b/notepadpp/build-orig-tarball.sh
@@ -47,6 +47,7 @@ export fn_section=".portable"
short_version="${latest_version}"
test ${lv_compare} -lt 70900 && export fn_section=".bin"
test ${lv_compare} -ge 80000 && export short_version="8"
+test ${lv_compare} -ge 80100 && export short_version="8.1"
get "https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v${short_version}/npp.${latest_version}${fn_section}.7z"
get "https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v${short_version}/npp.${latest_version}${fn_section}.x64.7z"
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