From 9d4a547569e117dd0aaaf3a547965374c30eaf1d Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 27 Jan 2020 09:12:37 -0500 Subject: notepadpp 7.8.3 --- notepadpp/build-orig-tarball.sh | 3 +++ notepadpp/debian/changelog | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+) (limited to 'notepadpp') diff --git a/notepadpp/build-orig-tarball.sh b/notepadpp/build-orig-tarball.sh index f5210f1..80b2260 100755 --- a/notepadpp/build-orig-tarball.sh +++ b/notepadpp/build-orig-tarball.sh @@ -32,6 +32,9 @@ to_filename() { ### Flow +# check dependencies +which jq 1>/dev/null 2>&1 || { echo "Please install jq! Aborted." ; exit 1; } + ## 1. learn latest version latest_version="$( curl -s "https://notepad-plus-plus.org/downloads/" | grep -oiE "Current Version [0-9\.]+" | grep -oE "[0-9\.a-zA-Z]+$" )" ferror "USING VERSION ${latest_version}" diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index 5f7887e..858b180 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,23 @@ +notepadpp (7.8.3-1+devuan) obs; urgency=low + + - Enhancements and bug-fixes + * Add the "Expand All", "Fold All" and "Select/Show current editing file" capacity into Folder as Workspace. + * Fix restoring line position issue while document is wrapped. + * Improve Json syntax highlighting. + * Make filling find field of Find dialog with selected word(s) optional. + * Make doSaveOrNot dialog simpler when there's a single file to save. + * Fix auto-insert {[""]} imbrication not working issue. + * Make cmd cli (for "Open Containing Folder in cmd") customizable. + * Prevent from setting Updater's Proxy as Notepad++ is not in Admin mode. + * Disable file association settings when Notepad++'s no admin right. + * Fix incremental search bar "highlight all" option not conserved bug. + * Enhance SQL syntax highlighting (add 2 more keyword lists). + * Fix too small buffer issue during add text macro playback. + * Fix "Close All Unchanged" not working issue for sub-view. + * Eliminate garbage displaying in Find-result fold margin. + + -- B Stack Mon, 27 Jan 2019 09:06:43 -0500 + notepadpp (7.8.2-1+devuan) obs; urgency=low - Initial release for Devuan -- cgit