diff --git a/CHANGELOG.md b/CHANGELOG.md index ee36bde3aa..353489e1dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Changes in 7.3.1: +- Improved loading time for "Keep images across sessions" +- Fixed some SANE devices incorrectly appearing offline +- Fixed some SANE devices not respecting page size +- Fixed OCR issues with non-Latin alphabets +- Bug fixes + Changes in 7.3.0: - Added a general "Settings" window with new options (some not available on Mac/Linux): - Show page numbers diff --git a/NAPS2.App.Mac/Info.plist b/NAPS2.App.Mac/Info.plist index 0b95f1ef7a..3a76896a87 100644 --- a/NAPS2.App.Mac/Info.plist +++ b/NAPS2.App.Mac/Info.plist @@ -7,7 +7,7 @@ CFBundleIdentifier com.naps2.desktop CFBundleShortVersionString - 7.3.0 + 7.3.1 LSMinimumSystemVersion 10.15 CFBundleDevelopmentRegion diff --git a/NAPS2.Setup/targets/VersionTargets.targets b/NAPS2.Setup/targets/VersionTargets.targets index cfedd4a475..34dfbb5b0a 100644 --- a/NAPS2.Setup/targets/VersionTargets.targets +++ b/NAPS2.Setup/targets/VersionTargets.targets @@ -1,6 +1,6 @@ - 7.3.0 - 7.3.0 + 7.3.1 + 7.3.1