From 4c0bb832096b3caba7b399ba8cc02aa7c53589ad Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 24 Jul 2021 15:48:25 -0400 Subject: notepadpp 8.1.2 --- notepadpp/build-orig-tarball.sh | 2 +- notepadpp/debian/changelog | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) (limited to 'notepadpp') diff --git a/notepadpp/build-orig-tarball.sh b/notepadpp/build-orig-tarball.sh index 59d3d9e..8b6d8ef 100755 --- a/notepadpp/build-orig-tarball.sh +++ b/notepadpp/build-orig-tarball.sh @@ -47,7 +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" +test ${lv_compare} -ge 80100 && export short_version="${latest_version}" 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 4e8b0a7..ca9f1f7 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,23 @@ +notepadpp (8.1.2-1+devuan) obs; urgency=medium + + - Bug-fixes and improvement: + * Make dark mode restartless. (Fix #10121) + * Activate dark mode in Windows 11. (Fix #10136) + * Make Notepad++ dark mode colors customizable: add 6 more color tone + choices. (Implement #10128) + * Add customizing dynamically dark mode colors capacity (Implement + #10145) + * Add command line flag -udl="UDL name" to open a file by applying an + existent UDL via its name. (Implement #10102) + * Use always current file directory in File Rename dialog. (Fix #10095) + * Fix "Remember last used directory" unexpected behaviour. (Fix #10115) + * Fix corrupted encoding text on status bar if shortcut assigned to + encode command. (Fix #10146) + * Add a Save all confirm dialog. (Fix #2124, #9931) + * Improve JavaScript auto-completion. (Fix #9858) + + -- B. Stack Sat, 24 Jul 2021 15:46:10 -0400 + notepadpp (8.1-1+devuan) obs; urgency=medium - Regression-fixes and improvements: -- cgit