Skip to content

Commit

Permalink
PUBLISH (7.5.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Dec 28, 2024
1 parent 246a12b commit 46c5b27
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Changes in 7.5.3:
- Windows: Fixed a bug with maximized windows
- Mac: Fixed bugs with Apple Driver
- Linux: Fixed compatibility with Fedora 41 and others

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
- ~~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
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.2</string>
<string>7.5.3</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.2</Version>
<VersionName>7.5.2</VersionName>
<Version>7.5.3</Version>
<VersionName>7.5.3</VersionName>
</PropertyGroup>
</Project>

0 comments on commit 46c5b27

Please sign in to comment.