From 71a840fb160fbd18c961fab333af1cba2e716ef3 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 30 Mar 2022 13:38:56 -0400 Subject: npp 8.3.3 --- notepadpp/build-orig-tarball.sh | 2 +- notepadpp/debian/changelog | 73 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 1 deletion(-) (limited to 'notepadpp') diff --git a/notepadpp/build-orig-tarball.sh b/notepadpp/build-orig-tarball.sh index 8b6d8ef..1881e8b 100755 --- a/notepadpp/build-orig-tarball.sh +++ b/notepadpp/build-orig-tarball.sh @@ -36,7 +36,7 @@ to_filename() { 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]+$" )" +latest_version="$( curl --user-agent 'Mozilla (X11)' -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 024aa86..211bc9a 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,76 @@ +notepadpp (8.3.3-1+devuan) obs; urgency=medium + + * Regression-fix, bug-fixes and enhancement: + * Fix crash regression on opening a session file. (Fix #11325, #11365) + * Enhance stability: add new ability (plugin compatibility) for not + loading incompatible plugins. (Fix #11349. Implement #11358, #11338, + #11353) + * Fix deleting the folded line makes folded (hidden) content + disappeared. (Fix #11246) + * Re-enable ability to center the Find Replace dialog on Notepad++ main + window. (Implement #9201) + * Fix extension not appended issue while saving with ENTER under + Windows 7. (Fix #11305, #11355) + * Fix preferences dialog "Dark Mode->Customize tone" color pickers RTL + alignment issue in dark mode. (Fix #11343) + * Fix disabled static texts of Preferences blurry issue in dark mode. + (Fix #10823, #11331) + * Add 4 API for custom auto-indentation and getting current macro + status. (Implement #11253) + * Add new AutoComplete icon for distinguishing functions from normal + keywords. (Implement #11311) + * Fix Plugin Admin close issue after typing ENTER. (Fix #11348) + * Show current and new version on update dialog. (Implement #19) + + -- B. Stack Thu, 24 Mar 2022 18:48:21 -0400 + +notepadpp (8.3.2-1+devuan) UNRELEASED; urgency=medium + + * Regression-fixes, bug-fixes and enhancement: + * Fix incorrect message while double clicking on search result + regression. (Fix #11215, #11106) + * Fix regression: file can't be saved if it's set to other charset + before. (Fix #11238) + * Fix UDL comment config input fields broken regression. (Fix #11239) + * Fix UDL dialog crash issue on over 30 created UDL. (Fix #11257) + * Add sorting document tab order commands by name, path, type and size + under "Window" Menu. (Fix #10393) + * Add API NPPM_GETCURRENTLINESTR and variable $(CURRENT_LINESTR) for + RunDlg. (Fix #11216) + * Support better 2GB+ file (cmdline & session file adaptation). (Fix + #11213) + * Fix auto-completion sort order problem due to fx icon. (Fix #11233) + * Refine auto-saving session on exit behaviour. (Fix #11249) + * Enhance performance on exit with certain settings. (Fix #11219) + * Fix auto-complete case insensitive not working issue. (Fix #11187) + * Fix saving problem (regression) with "Sysnative" alias in x86 binary. + (Fix #11196) + + -- B. Stack Thu, 24 Mar 2022 18:48:14 -0400 + +notepadpp (8.3.1-1+devuan) UNRELEASED; urgency=medium + + * Regression-fixes, bug-fixes and enhancement: + * Fix XML tag adding or mark deletion crash issue. (Fix #11128) + * Fix wrong cursor position on opened file & cmdline '-n' param not + working regression. (Fix #11131) + * Revert "Enable backup on save (simple) feature by default". + * Restore auto-completion insert selection default behaviour (now with + both ENTER & TAB as expected). (Fix #11178) + * Fix Path Completion not working regression. (Fix #11147) + * Fix target directory parameter (/D=) ignored by x64 installer + regression. (Fix #11072) + * Add icons on function items of auto-completion to distinguish from + word items. (Implement #11087) + * Fix file dialog "Append extension" checkbox not working on empty + folder. (Fix #10436) + * Fix link part of Dark Mode Customized tone not persistent issue. (Fix + #11095) + * Fix NPPM_RELOADFILE not working with converted 8.3 DOS file name + (from long file name) bug. (Fix #11106) + + -- B. Stack Thu, 24 Mar 2022 18:48:04 -0400 + notepadpp (8.3-1+devuan) obs; urgency=medium - New features and bug-fixes: -- cgit