Skip to content

Releases: boberito/sc_menu

Smartcard Menu 1.7

10 Dec 02:23
Compare
Choose a tag to compare

1.7 Release!

  • Added Failed PIN attempt count when PIN is incorrectly entered
  • Added Configuration Profile setting to disable checking for updates (Issue #12)
  • Fixed so menu bar icon shows the red dot if card is locked after incorrect PIN entry
  • Removed notifications from attempting to show at Lock Screen since they do not display the contents anyway
  • Fixed so it doesn't notify that a card was inserted after the screen is unlocked if the card was never removed and reinserted (Issue #11)
  • Added preference to disable notifications (Issue #7)
  • Fixed if the facial image is jpg not jp2 format (Issue #10)

Full Changelog: 1.6...1.7

Smartcard Menu 1.6

13 Nov 17:17
Compare
Choose a tag to compare

1.6 Release!

  • Added support for Tokens not from smart cards, thank you @twocanoes #9
  • Added "Additional Card Info", displays extra information that's added to the smart card
  • Added debugMode key available for APDU commands and output
  • More logging to Unified Logs

New Contributors

Full Changelog: 1.5...1.6

Smartcard Menu 1.5

15 Oct 14:42
Compare
Choose a tag to compare

1.5 Release!

  • Better handling of window creation and management
  • Added a first launch prompt to add to login items
  • Fixed the dmg name to be SC_Menu.dmg instead of SC.Menu.dmg

Full Changelog: 1.4...1.5

Smartcard Menu 1.4

17 Sep 14:53
Compare
Choose a tag to compare

1.4 Release!

  • Launch at Login button fixed - Thank you @kmortiere-code - Issue #6
  • Error if Keychain is locked and cannot read certificates - Issue #5
  • Preferences window is brought to the front properly - Issue #4
  • Icon update changes when selected immediately - Issue #3
  • CLI option to register and unregister login item. - Issue #2
    ./SC\ Menu.app/Contents/MacOS/SC\ Menu --register
    ./SC\ Menu.app/Contents/MacOS/SC\ Menu --unregister

Tested on macOS Sequoia (15.0)

Full Changelog: 1.3...1.4

Smartcard Menu 1.3

03 Apr 16:17
Compare
Choose a tag to compare

1.3 Release!

  • Notifications added.
  • Shows red dot in the menu if the card is locked and a note in the submenu.
  • Checks for updates starting with 1.3 at startup.
  • Added a button in preferences to check for updates as well.

Full Changelog: 1.2...1.3

Smartcard Menu 1.2

06 Mar 19:47
Compare
Choose a tag to compare

1.2 Release!

  • Preferences!
    -- Add and remove SC Menu to a Login Item
    -- Change menu bar icon between colorful and black & white

  • Export certificates when holding down the option key

  • Debug menu item when holding down the option key - submits the cards ATR to https://smartcard-atr.apdu.fr and opens a webview with the info

  • Fixed lock screen issue that caused incorrect behavior if the keychain was locked

  • Fixed a crash when a card or reader is switched while the menu is open

  • Changed Required macOS to 13.x and greater.

Full Changelog: 1.1.1...1.2

Thank you Joel Rennich for the help and others who tested it while i built it.

Smartcard Menu 1.1.1

23 Feb 16:39
Compare
Choose a tag to compare

1.1.1 release!

  • Fixed bug when different readers were used with the same card that caused a crash.

Full Changelog: 1.1...1.1.1

Smartcard Menu 1.1

22 Feb 21:40
Compare
Choose a tag to compare

1.1 Release!

  • Support for multiple cards and readers plugged in
  • Wakes from sleep properly
  • Shows reader attached when a card is inserted
  • Certificates are viewable from the menu bar icon.
  • Added the ability to Quit the app

Full Changelog: 1.0...1.1

Smartcard Menu 1.0

16 Feb 18:01
Compare
Choose a tag to compare

Initial 1.0 release

Shows a green smartcard icon when the card is inserted.
Shows a blank smartcard icon when the card is not inserted.

Full Changelog: https://github.com/boberito/sc_menu/commits/1.0