From ce3ab7dbb5fd53fa0546263483c90992137323ec Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 2 Jan 2023 09:37:11 -0500 Subject: irfanview 4.62 --- irfanview/debian/changelog | 33 +++++++++++++++++++++++++++++++++ irfanview/irfanview.spec | 5 ++++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/irfanview/debian/changelog b/irfanview/debian/changelog index 55bc004..f3c80d9 100644 --- a/irfanview/debian/changelog +++ b/irfanview/debian/changelog @@ -1,3 +1,36 @@ +irfanview (4.62-1+devuan) obs; urgency=low + + - Version 4.62 Release date: 2022-12-09 + * New PDF PlugIn (thanks to Pdfium guys) + * Option to save slideshow as MP4 video (Thanks to Shao Voon Wong) + * New options menu: Append current image to PDF (Options->Multipage + images) + * New options menu: Edit multipage PDF (Options->Multipage images) + * New "Adobe 8BF filters" PlugIn (for 64-bit 8BF, thanks to Sinisa + Petric) + * New in Advanced Batch dialog: All effects (Effects Browser dialog) + can be used + * New in Properties->Extensions dialog: Load only minimal (browsing) + extensions + * The selection rectangle can be resized on corners (with CTRL = + proportional) + * Change for "Paste into Selection": you can move/resize the selection + rectangle/image; click to apply selection image to main image + * New option in "Compare images" dialog: Show difference image + * New effect in Image->Effects menu: Skew/Shear image + * New hotkey: CTRL + SHIFT + G: Start Google Maps with GPS of the + loaded file + * New command line option: /fs_exit => if started in fullscreen mode; + ESC closes fullscreen and IrfanView + * Old/obsolete JPG options disabled: "Load as grayscale" and "Save as + grayscale" (easy to forget; can be re-enabled using new INI flags) + * Removed very old PlugIn: FiltersUnlimited + * Several PlugIns are changed/updated, please install the newest + versions: + * https://www.irfanview.com/plugins.htm + + -- B. Stack Mon, 02 Jan 2023 08:40:48 -0500 + irfanview (4.60-1+devuan) obs; urgency=low - Version 4.60 Release date: 2022-03-18 diff --git a/irfanview/irfanview.spec b/irfanview/irfanview.spec index 4c76e66..f41e95d 100644 --- a/irfanview/irfanview.spec +++ b/irfanview/irfanview.spec @@ -5,7 +5,7 @@ #global upstream_url http://www.irfanview.info/files Name: irfanview -Version: 4.60 +Version: 4.62 Release: 1 Summary: graphics viewer from non-free OS %define version_num %( echo %version | tr -d '\.' ) @@ -205,6 +205,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %{_datadir}/%{name}64 %changelog +* Mon Jan 02 2023 B. Stack - 4.62-1 +- version bump + * Thu Mar 24 2022 B. Stack - 4.60-1 - version bump -- cgit From 3ae169be761366a449050fac93e189cd4049ef7f Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 9 Jan 2023 13:37:26 -0500 Subject: npp 8.4.8 --- notepadpp/debian/changelog | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index a5e6128..2e64aae 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,45 @@ +notepadpp (8.4.8-1+devuan) obs; urgency=medium + + * Update to Scintilla 5.3.2 and Lexilla 5.2.1. (implement #12624) + * Dark mode: Add "Follow Windows dark/light mode" feature, and toolbar, + tabbar and theme choices are remembered for 2 modes separately. (Fix + #9183, #9992, #10153, #10239, #10544, #11867, #10644) + * Fix inconsistencies at OS-forced Notepad++ v8.4.8 exit. (Fix #12541) + * Make tab context menu customizable. (Fix #12170) + * Make Macro & Run menu organizable with submenu by modifying + shortcuts.xml. (Fix #5349, implement #12617) + * Fix crash on Win32 Namespace prefixed file name. (Fix #12453) + * Fix delimiter selection crash issue. (Fix #12384) + * Improve performance for the "Remove Empty Lines" command. (Fix + #12462, implement #12544) + * Fix theme not working in cloud mode and portable mode issue. (Fix + #6092, #10801, #12296) + * Fix autocomplete/calltip colors not applied when changing themes. + (Fix #12514) + * Add dark autocompletion icons for dark themes. (Fix #12549) + * Fix search result not applying new theme. (Fix #12588) + * Fix sorting failure in zero-length column mode selection. (Fix #12299) + * Fix Default Language not working for the 1st empty file with empty + session. (Fix #12586) + * Enhance "Go to settings" in Style Configurator. (Implement #12650, + #12634) + * Fix themes' inconsistent behaviour. (Fix #12642, #12508) + * Fix incorrect plugin architecture reports partially. (Fix partially + #12565) + * Enhance Properties file: add/improve the syntax folding/highlighting. + (Implementation) + * Add vertical scroll bar on all combobox in Find Replace dialog. (Fix + #12459) + * Function List: Add Pascal/Delphi & NppExec plugin's scripting, + enhance SQL. (Fix #3664, #12517, implemnt #12625) + * Autocompletion: add PowerShell, fix some entries in PHP, update for + Lua. (Fix #12492, implement #12641, #12657) + * Update CPP & PowerShell keywords. (Fix #11936, #5004) + * Fix the tab context menu reload command's state not synchronized. + (Fix #12579) + + -- B. Stack Mon, 02 Jan 2023 09:38:30 -0500 + notepadpp (8.4.7-1+devuan) obs; urgency=medium * Fix empty session issue due to forced Windows update restart. (Fix -- cgit