Skip to content

Commit

Permalink
PUBLISH (7.5.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Oct 4, 2024
1 parent 02597d3 commit f91f29f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Changes in 7.5.2:
- NAPS2 is now available on the Microsoft Store & the Mac App Store
- It costs a small fee to support the developer and provide automatic updates
- NAPS2 will continue to be freely available at www.naps2.com
- Windows: Installers and executables are now EV code-signed
- Fixed NAPS2.Console issues with cancellation
- Fixed ESCL compatibility with AirSane
- Fixed an issue with Apple Driver and out-of-order pages
- Fixed auto save file prompts to cancel correctly

Changes in 7.5.1:
- Mac: Use more native icons
- Fixed an issue loading profiles
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.5.1</string>
<string>7.5.2</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.5.1</Version>
<VersionName>7.5.1</VersionName>
<Version>7.5.2</Version>
<VersionName>7.5.2</VersionName>
</PropertyGroup>
</Project>

0 comments on commit f91f29f

Please sign in to comment.