Skip to content

Commit

Permalink
PUBLISH (7.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Jan 15, 2024
1 parent 97ffd8a commit 904bb07
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion NAPS2.App.Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleIdentifier</key>
<string>com.naps2.desktop</string>
<key>CFBundleShortVersionString</key>
<string>7.2.2</string>
<string>7.3.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>CFBundleDevelopmentRegion</key>
Expand Down
4 changes: 2 additions & 2 deletions NAPS2.Setup/targets/VersionTargets.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>7.2.2</Version>
<VersionName>7.2.2</VersionName>
<Version>7.3.0</Version>
<VersionName>7.3.0</VersionName>
</PropertyGroup>
</Project>

0 comments on commit 904bb07

Please sign in to comment.