From 904bb0797fd5ba18fb3fcc55f686cacceba3c260 Mon Sep 17 00:00:00 2001 From: Ben Olden-Cooligan Date: Sun, 14 Jan 2024 20:43:48 -0800 Subject: [PATCH] PUBLISH (7.3.0) --- CHANGELOG.md | 26 ++++++++++++++++++++++ NAPS2.App.Mac/Info.plist | 2 +- NAPS2.Setup/targets/VersionTargets.targets | 4 ++-- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c066cfad..ee36bde3aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +Changes in 7.3.0: +- Added a general "Settings" window with new options (some not available on Mac/Linux): + - Show page numbers + - Show Profiles toolbar + - Scan menu changes default profile + - Scan button default action + - Save button default action + - Clear images after saving + - Keep images across sessions + - Only allow a single NAPS2 instance +- Added corresponding appsettings.xml options + - See https://www.naps2.com/doc/org-use +- Added "mode" attribute to some settings in appsettings.xml: + - mode="default" provides a default value for the user + - mode="lock" prevents the user from changing the value +- Added new console options: + - "--noprofile" to only use CLI options (not GUI profiles) + - "--listdevices" to see available scanning devices + - "--driver", "--device", "--source", "--pagesize", "--dpi", "--bitdepth" scanning options + - "--deskew", "--rotate" post-processing options + - See https://www.naps2.com/doc/command-line +- Windows: Updated .exe installer style +- Windows: Added back "Alt" hotkeys +- Windows: Fixed an issue sending email with Outlook 2010-2016 +- Bug fixes + Changes in 7.2.2: - Bug fixes diff --git a/NAPS2.App.Mac/Info.plist b/NAPS2.App.Mac/Info.plist index 02346a3637..0b95f1ef7a 100644 --- a/NAPS2.App.Mac/Info.plist +++ b/NAPS2.App.Mac/Info.plist @@ -7,7 +7,7 @@ CFBundleIdentifier com.naps2.desktop CFBundleShortVersionString - 7.2.2 + 7.3.0 LSMinimumSystemVersion 10.15 CFBundleDevelopmentRegion diff --git a/NAPS2.Setup/targets/VersionTargets.targets b/NAPS2.Setup/targets/VersionTargets.targets index 7df862d4fd..cfedd4a475 100644 --- a/NAPS2.Setup/targets/VersionTargets.targets +++ b/NAPS2.Setup/targets/VersionTargets.targets @@ -1,6 +1,6 @@ - 7.2.2 - 7.2.2 + 7.3.0 + 7.3.0