summaryrefslogtreecommitdiff
path: root/irfanview
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-01-02 09:37:11 -0500
committerB. Stack <bgstack15@gmail.com>2023-01-02 09:37:11 -0500
commitce3ab7dbb5fd53fa0546263483c90992137323ec (patch)
treeb590910b006dd40dfb3da83e0bad00b2d4ac6918 /irfanview
parentMerge branch 'scite-bump' into 'master' (diff)
downloadstackrpms-ce3ab7dbb5fd53fa0546263483c90992137323ec.tar.gz
stackrpms-ce3ab7dbb5fd53fa0546263483c90992137323ec.tar.bz2
stackrpms-ce3ab7dbb5fd53fa0546263483c90992137323ec.zip
irfanview 4.62
Diffstat (limited to 'irfanview')
-rw-r--r--irfanview/debian/changelog33
-rw-r--r--irfanview/irfanview.spec5
2 files changed, 37 insertions, 1 deletions
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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com> - 4.62-1
+- version bump
+
* Thu Mar 24 2022 B. Stack <bgstack15@gmail.com> - 4.60-1
- version bump
bgstack15