otpgo v0.3.0 Release Notes

Release Date: 2020-09-09 // over 3 years ago
  • ➕ Added

    • 🔧 Clean JSON marshalling for internal configurations.
    • 👌 Improve test coverage and go docs.
    • ➕ Add a proper CHANGELOG.

Previous changes from v0.2.0

  • ➕ Added

    • 🚀 Mark as first official release.
    • 👍 QR support to export key URI.
    • 👌 Support to format OTP configuration as authenticator key URI.
    • Coverage report with GitHub Actions and Coveralls.

    🔄 Changed

    • 👌 Improve usage instructions in the README.
    • Generate random keys without padding.
    • 📚 Documentation references pkg.go.dev instead of godoc.
    • 🔨 Internal structure refactor.

    🛠 Fixed

    • 🖐 Handle key padding correctly when generating OTPs.