Skip to content

Releases: Stmol/ssh-keys-manager-macos-app

v1.5

28 May 22:16

Choose a tag to compare

What's Changed

  • Update README: fix installation instructions and formatting
  • feat(config): add SSH host reachability checks

Full Changelog: v1.4...v1.5

v1.4

15 May 08:49

Choose a tag to compare

What's Changed

  • feat(search): implement fuzzy search for SSH keys and add search field in sidebar
  • feat(search): add config search functionality and improve UI with new SearchField component
  • refactor(AppModel): update keyStore initialization to allow optional parameter and improve dependency resolution
  • refactor(keygen): strengthen ssh-keygen binary validation

Full Changelog: v1.3.1...v1.4

v1.3.1

14 May 19:40

Choose a tag to compare

What's Changed

  • fix: make private key copy confirmation visible when app is hidden to menu bar

Full Changelog: v1.3...v1.3.1

v1.3

14 May 13:15

Choose a tag to compare

What's Changed

  • feat(ui): confirmation dialog before copying private key
  • chore(release): bump version to 1.3

Full Changelog: v1.2...v1.3

v1.2

14 May 06:52

Choose a tag to compare

What's Changed

  • feat(clipboard): auto-clear private key after configurable timeout
  • chore(release): bump version to 1.2

Full Changelog: v1.0.1...v1.2

v1.0.1

27 Apr 07:53

Choose a tag to compare

What's Changed

  • Initial commit
  • Fix settings window layout

v1.0

26 Apr 13:37

Choose a tag to compare

What's Changed

  • Initial commit