From 33a0bde3c109acba63e5a150e8d931739feb287f Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 29 Jun 2021 11:06:15 -0400 Subject: npp 8.1 --- notepadpp/build-orig-tarball.sh | 1 + notepadpp/debian/changelog | 13 +++++++++++++ 2 files changed, 14 insertions(+) (limited to 'notepadpp') 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 Tue, 29 Jun 2021 10:58:42 -0400 + notepadpp (8.0-1+devuan) obs; urgency=medium * Add Dark Mode. (Implement #9183 & #7692) -- cgit