Releases: adur1990/Pass-for-macOS
v0.7.1-beta
Test Release
This release aims to test the automatic updates.
No features were added or removed.
v0.7-beta
This update introduces an automatic update mechanism using the Sparkle Project.
By default, the automatic update is disabled.
Right-click on the Pass for macOS status bar item and either check of updates manually
or enable the daily automatic update check.
v0.6.2-beta
This is a test release, which was created using Github Actions.
No features were added or removed.
v0.6.1-beta
This release fixes a wrong setting regarding the app signature, causing the app not to start on foreign macs.
See commit 9dade9f for more information.
v0.6-beta
Rename the app Pass for macOS (94747dd)
This project once started as a pure Safari App Extension that provided an interface
to pass. Over time, a status bar app was included, making this project more a
pass wrapper for macOS. After a suggestion (see issue #20), the project is now
renamed to Pass for macOS.
v0.5-beta
v0.4-beta
v0.3.2-beta
v0.3-beta
Minor revision
- Fixes bug where searching using the shortcut returned wrong results (93c3dfe, #1).
- Fixes the issue, where the code signature was not valid (9f0ce91 #2).
- Fix bug where the communication using Mach Ports was not working (c725a0d, #3).
- Adds copy to clipboard button for exporting the private key on first run (81afbd2).
- Switches from non-scrollable textfield to scrollable nstextview for key export command (45553f0).
- Fixes bug, where the shortcut did not work correctly (0ab5593).
- Adds check if the given passphrase is valid (if any) (dc90df1).
- Some minor fixes and polishing here and there