Skip to content

Commit

Permalink
PUBLISH (7.0b8)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Apr 22, 2023
1 parent 924fe91 commit 8587bd8
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.0b8:
- Added "Email PDF" support to Mac and Linux
- Mac: Apple Mail, Gmail, and Outlook Web options
- Linux: Thunderbird, Gmail, and Outlook Web options
- Added "Print" support to Mac and Linux
- Added notifications to Mac and Linux
- Also updated notification appearance in general
- Linux: Added drag & drop support
- Linux: Improved compatibility with older Linux (e.g. Ubuntu 18.04)
- Linux: Added dependencies to .deb package
- Sane: Show IP addresses for escl/airscan backends
- Windows: Changed installer publisher to "NAPS2 Software"
- Improved error log formatting
- Added debug logging for scanning diagnostics
- Turn on by checking "Enable debug logging" in the About window
- This will record information about scanning activity on disk
- You can find debuglog.txt in the [same folder](https://www.naps2.com/doc/troubleshooting#error-log) as errorlog.txt
- Use NoDebugLogging in appsettings.xml to hide the option
- Added Bosnian and Indonesian languages
- Bug fixes

Changes in 7.0b7:
- Bug fixes

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.0.7</string>
<string>7.0.8</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.0.7</Version>
<VersionName>7.0b7</VersionName>
<Version>7.0.8</Version>
<VersionName>7.0b8</VersionName>
</PropertyGroup>
</Project>

0 comments on commit 8587bd8

Please sign in to comment.