New features & improvements
- When you right-click on an external link in a PDF file, now you will see Obsidian's native command "Open in default browser". This allows you to choose if the link should be opened in Obsidian's new "Web Viewer" core plugin or your default browser in Obsidian 1.8.
- Added a new option "Blank line above appended content" in the auto-paste section (#331).
Bugfixes
- Reverted the fix for the Obsidian core's bug since the Obsidian team has fixed it in Obsidian 1.8.1 (related: #344).
- Fixed the "Default zoom level" option not working in Obsidian 1.8.0+ (#333).
- Fixed the issue that on Windows, dummy file creation sometimes failed due to the source URL containing "?" characters (#334).
Misc
- The "PDF++: Copy debug info" command's output is now single-line. This will make it easier to read bug reports on this repository.
- The internal
PDFCroppedEmbed
class is now exposed aspdfPlus.lib.PDFCroppedEmbed
(#335).
Full Changelog: 0.40.21...0.40.22