PUBLISH (7.5.0)

This commit is contained in:
Ben Olden-Cooligan 2024-08-10 19:48:15 -07:00
parent 3982f5bbdb
commit 689a50760c
3 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,16 @@
Changes in 7.5.0:
- Reworked device selection
- Driver selection is now in the "Choose device" window
- Click the top-right button to toggle between icon and list views
- You can no longer create a profile without selecting a device
- To prompt for a device each time you scan, "Always Ask" must be explicitly selected
- Added "Manual IP" option for ESCL
- Available profile options now change based on scanner support
- Improved the error message when the worker process crashes
- Sane: Fixed an issue with selecting the wrong grayscale mode
- Fixed an issue with auto save paths that include Unicode
- Fixed an issue with "Combine" for black and white images
Changes in 7.4.3:
- Fixed some ESCL connection issues
- Fixed email compatibility with HCL Notes

View File

@ -9,7 +9,7 @@
<key>CFBundleIdentifier</key>
<string>com.naps2.desktop</string>
<key>CFBundleShortVersionString</key>
<string>7.4.3</string>
<string>7.5.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>CFBundleDevelopmentRegion</key>

View File

@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>7.4.3</Version>
<VersionName>7.4.3</VersionName>
<Version>7.5.0</Version>
<VersionName>7.5.0</VersionName>
</PropertyGroup>
</Project>