Skip to content

Releases: adur1990/Pass-for-macOS

v0.7.1-beta

12 Apr 18:50
Compare
Choose a tag to compare
v0.7.1-beta Pre-release
Pre-release

Test Release

This release aims to test the automatic updates.
No features were added or removed.

v0.7-beta

12 Apr 18:43
Compare
Choose a tag to compare
v0.7-beta Pre-release
Pre-release

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

12 Apr 11:39
Compare
Choose a tag to compare
v0.6.2-beta Pre-release
Pre-release

This is a test release, which was created using Github Actions.
No features were added or removed.

v0.6.1-beta

02 Feb 19:13
Compare
Choose a tag to compare
v0.6.1-beta Pre-release
Pre-release

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

30 Jan 21:13
Compare
Choose a tag to compare
v0.6-beta Pre-release
Pre-release

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

30 Nov 20:25
Compare
Choose a tag to compare
v0.5-beta Pre-release
Pre-release
  • Use a status bar popover view for the host app instead of a window-based app
  • Fix a bug, where the search returned non-valid results (#17,
    a18d168)
  • Add contribution templates

v0.4-beta

15 Nov 17:38
Compare
Choose a tag to compare
v0.4-beta Pre-release
Pre-release
  • Remove sandbox from the host app
  • Make it possible to install Passafari using homebrew

v0.3.2-beta

30 Jun 11:51
Compare
Choose a tag to compare
v0.3.2-beta Pre-release
Pre-release
  • Fix bug on password-only pages, fixes #6 (99c99f3)
  • Fix bug where usernames containing : where not filled correctly (8d0874f)

v0.3-beta

16 Feb 18:11
Compare
Choose a tag to compare
v0.3-beta Pre-release
Pre-release
  • Enhances search for passwords (5786cdc, #4).
  • Implements button for starting Passafari if it is not running (835fe9d, #5).

Minor revision

11 Dec 12:58
Compare
Choose a tag to compare
Minor revision Pre-release
Pre-release
  • 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