What kind of change does this PR introduce?
This PR unifies the shortcuts needed to use Pass for macOS (new feature).
What is the current behavior?
Currently, you have to use two different shortcuts, one for the host app and one for the Safari extension.
A discussion about this can be found in issue #39.
What is the new behavior
Both shortcuts were unified.
Now, only one shortcut is required to achieve the same behavior as before.
More details can be found in the Readme.
Does this PR introduce a breaking change?
This update break compatibility with macOS Version older than 10.14.4 (Mojave), as some required APIs were not available in older versions. The readme reflects this and suggests how to cope with that.
What kind of change does this PR introduce? This PR unifies the shortcuts needed to use Pass for macOS (new feature).
What is the current behavior? Currently, you have to use two different shortcuts, one for the host app and one for the Safari extension. A discussion about this can be found in issue #39.
What is the new behavior Both shortcuts were unified. Now, only one shortcut is required to achieve the same behavior as before. More details can be found in the Readme.
Does this PR introduce a breaking change? This update break compatibility with macOS Version older than 10.14.4 (Mojave), as some required APIs were not available in older versions. The readme reflects this and suggests how to cope with that.