Skip to content

Commit

Permalink
PUBLISH (7.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Aug 11, 2024
1 parent 3982f5b commit 689a507
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 @@ -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>
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.4.3</Version>
<VersionName>7.4.3</VersionName>
<Version>7.5.0</Version>
<VersionName>7.5.0</VersionName>
</PropertyGroup>
</Project>

0 comments on commit 689a507

Please sign in to comment.