Skip to content

Commit

Permalink
PUBLISH (7.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Mar 11, 2024
1 parent 2d0c774 commit cf03fc9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Changes in 7.4.0:
- Added Undo/Redo (from the right-click menu or Ctrl+Z)
- Deletions can't be undone
- Added Split/Combine (under the Image menu)
- Split can be used for book scanning to separate pages
- Combine can be used to include front/back sides of an ID card in one image
- Added "Multiple Languages" as an option for OCR (in the OCR language dropdown)
- Added a "Fix white balance and remove noise" OCR option
- This can improve OCR with low-quality scans, but will make OCR slower
- This is equivalent to using "Document Correction" before OCR
- Upgraded Tesseract from 5.2.0 to 5.3.4 for OCR
- Added a "Show native TWAIN progress" profile option (under Advanced)
- Bug fixes

Changes in 7.3.1:
- Improved loading time for "Keep images across sessions"
- PDF encryption settings are now hidden until enabled
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 @@ -7,7 +7,7 @@
<key>CFBundleIdentifier</key>
<string>com.naps2.desktop</string>
<key>CFBundleShortVersionString</key>
<string>7.3.1</string>
<string>7.4.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.3.1</Version>
<VersionName>7.3.1</VersionName>
<Version>7.4.0</Version>
<VersionName>7.4.0</VersionName>
</PropertyGroup>
</Project>

0 comments on commit cf03fc9

Please sign in to comment.