Skip to content

Releases: sthnaqvi/otpeer-authenticator

OTPeer Authenticator desktop-v0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 21:18

OTPeer Authenticator (desktop)

Installers for macOS, Windows, and Linux.

macOS

  • Download the .dmg for your chip (arm64 = Apple Silicon, x64 = Intel).

  • Unsigned Phase 1: macOS may say the app is “damaged” after a browser download.
    That is Gatekeeper quarantine, not a bad file. Fix once:

    xattr -cr "/Applications/OTPeer Authenticator.app"
    open "/Applications/OTPeer Authenticator.app"

    Apple’s “unidentified developer” / clean open needs a Developer ID + notarization
    (Apple Developer Program, ~$99/year) — not enabled in this release yet.

Windows

  • Run the NSIS .exe installer.
  • SmartScreen may warn until the binary builds reputation; choose More info → Run anyway.

Linux

  • AppImage: make executable and run, or
  • .deb: sudo dpkg -i the downloaded package.

Auto-update checks this GitHub Releases feed when enabled in Settings.

What's Changed

  • Update project structure and add website deployment workflow by @sthnaqvi in #20
  • Update authenticator-clui version to 1.5.3 and enhance website links by @sthnaqvi in #21
  • Implement macOS unsigned build dialog and enhance download flow by @sthnaqvi in #22
  • Refactor QR code scanning to improve performance and accuracy by @sthnaqvi in #23

Full Changelog: desktop-v0.1.0...desktop-v0.1.1

OTPeer Authenticator desktop-v0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 19:23
ed2caae

OTPeer Authenticator (desktop)

Installers for macOS, Windows, and Linux.

macOS

  • Download the .dmg for your chip (arm64 = Apple Silicon, x64 = Intel).

  • Unsigned Phase 1: macOS may say the app is “damaged” after a browser download.
    That is Gatekeeper quarantine, not a bad file. Fix once:

    xattr -cr "/Applications/OTPeer Authenticator.app"
    open "/Applications/OTPeer Authenticator.app"

    Apple’s “unidentified developer” / clean open needs a Developer ID + notarization
    (Apple Developer Program, ~$99/year) — not enabled in this release yet.

Windows

  • Run the NSIS .exe installer.
  • SmartScreen may warn until the binary builds reputation; choose More info → Run anyway.

Linux

  • AppImage: make executable and run, or
  • .deb: sudo dpkg -i the downloaded package.

Auto-update checks this GitHub Releases feed when enabled in Settings.

What's Changed

  • [Snyk] Security upgrade protobufjs from 6.11.2 to 6.11.4 by @sthnaqvi in #4
  • Refactor project structure to monorepo format and update configurations by @sthnaqvi in #5
  • Update to version 1.3.0 with AES-256-GCM encryption and migration sup… by @sthnaqvi in #6
  • Update to version 1.4.0 with CLI enhancements and otplib removal by @sthnaqvi in #7
  • Update dependencies and enhance README with new CLI image by @sthnaqvi in #8
  • Hotfix/protobufjs audit readme by @sthnaqvi in #9
  • Enhance README and documentation for P2P sync and OTP compatibility by @sthnaqvi in #10
  • Update CLI and documentation for enhanced OTP compatibility and backu… by @sthnaqvi in #11
  • Update CLI to version 1.5.0 and enhance sync functionality by @sthnaqvi in #12
  • Update CLI package to version 1.5.1 and rebrand to OTPeer by @sthnaqvi in #13
  • Update project structure and documentation for OTPeer branding and de… by @sthnaqvi in #14
  • Refactor build process and enhance vendor management for desktop appl… by @sthnaqvi in #15
  • Stage d desktop by @sthnaqvi in #16
  • Fix desktop Linux release: unscoped package name and packaging metadata. by @sthnaqvi in #17
  • Enhance macOS installation instructions and update package.json metadata by @sthnaqvi in #18
  • Update macOS installation instructions and GitHub Actions workflows by @sthnaqvi in #19

New Contributors

Full Changelog: https://github.com/sthnaqvi/otpeer-authenticator/commits/desktop-v0.1.0