Skip to content

Commit

Permalink
PUBLISH (7.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Apr 8, 2024
1 parent eda3c04 commit 4f8a0bf
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Changes in 7.4.1:
- Improved OCR text alignment
- Added "Open With" support for PDF and image files
- Changed some labels to improve clarity
- "Automatically run OCR after scanning" → "Pre-emptively run OCR after scanning"
- "Flip duplexed pages" → "Flip back sides of duplex pages"
- Added HTTPS support for scanner sharing
- Uses an auto-generated self-signed certificate by default
- Admins can set [EsclServerCertificatePath](https://www.naps2.com/doc/org-use#escl-server-certificate-path) to use a custom certificate
- Admins can set [EsclSecurityPolicy](https://www.naps2.com/doc/org-use#escl-security-policy) to force servers/clients to only use HTTPS
- This affects all ESCL devices, not just shared scanners
- Improved ESCL reliability with network interruptions
- Fixed some issues with Preview window zooming
- Made confirmation dialogs more consistent (OK/Cancel vs. Yes/No)
- Added more default keyboard shortcuts
- Mac: Fixed issues with keyboard shortcuts
- Mac: Added some missing menu items (Zoom In/Out, Move Up/Down, Profiles)
- Linux: Added a signature to .deb/.rpm packages
- Windows: The .msi installer can no longer be used to upgrade over .exe
- Bug fixes

Changes in 7.4.0:
- Added Undo/Redo (from the right-click menu or Ctrl+Z)
- Deletions can't be undone
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.0</string>
<string>7.4.1</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.0</Version>
<VersionName>7.4.0</VersionName>
<Version>7.4.1</Version>
<VersionName>7.4.1</VersionName>
</PropertyGroup>
</Project>

0 comments on commit 4f8a0bf

Please sign in to comment.