All Versions
18
Latest Version
Avg Release Cycle
56 days
Latest Release
553 days ago

Changelog History
Page 2

  • v2.0.2 Changes

    December 04, 2020

    ๐Ÿ›  Fixed

    • issue #20 Issues using 'Protect sensible data'
  • v2.0.1 Changes

    December 03, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ป issue #18 Install using MySQL causes exception
    • issue #17 Capitalization of email address during login should not matter
    • ๐Ÿšš issue #15 Applied group filter is not removed if the group is deleted
    • issue #14 Cache is not refreshed automatically after group changes
    • Missing footer links at first start
    • Missing redirection after registration
  • v2.0.0 Changes

    November 29, 2020

    2FAuth goes to v2.0!

    ๐Ÿš€ This release comes with multiple improvements and a lot of changes under the hood.
    โฌ†๏ธ Don't forget to backup your database before you upgrade. Have fun :)

    โž• Added

    • โž• Add Groups to enhance accounts management
    • ๐Ÿ†• New advanced form to define fully customized accounts without QR code
    • ๐Ÿ†• New user option to skip the submitting page
    • ๐Ÿ†• New DB protection option to encrypt sensitive 2FA data
    • QR code generation of recorded accounts
    • ๐Ÿ‘Œ Support of the OTP image parameter when a QR code is imported

    ๐Ÿ”„ Changed

    • ๐ŸŽ Performance improvement thanks to data caching
    • ๐Ÿ‘‰ Show Register/Login forms and their links only when relevant
    • Let the user choose between all available submitting methods (livescan, qrcode upload, advanced form)
    • ๐ŸŒ Translations are now managed on Crowdin.com/2fauth. You master some foreign languages? Why not help translate 2FAuth, your help would be welcome.

    ๐Ÿ›  Fixed

    • issue #13 Long Service name push content out of viewport
    • issue #11 Token generation do not loop if TOTP period is different from 30s
    • issue #9 Upload QR code in standard form return a 422 missing uri field
  • v1.3.1 Changes

    October 12, 2020

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade to Laravel 7.0
    • โฌ‡๏ธ Drop PHP 7.2 support
    • Enable the Request reset password form in Demo mode but inactivated

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix missing notifications in Auth views
  • v1.3.0 Changes

    October 09, 2020

    โž• Added

    • ๐Ÿ”’ Application lock on security code copy or after a fixed period of inactivity
    • ๐Ÿ”” Notify user that https is required in order to use camera streaming to flash QR code
    • ๐Ÿ”’ Notify user that the security code has been copied to clipboard when user click it
    • ๐Ÿ‘‰ Show selected accounts count in Manage view
    • ๐Ÿ†• New option to show/hide icons in accounts list

    ๐Ÿ”„ Changed

    • More mobile friendly Close button for modal
    • More advanced notification component
    • ๐Ÿ›  Fixed header to keep Search field and Delete button always visible
    • Switches replaced by checkboxes in Settings

    ๐Ÿ›  Fixed

    • Hide context around iPhone X+ notch
    • Unwanted access to restricted pages as guest
  • v1.2.0 Changes

    September 18, 2020

    โž• Added

    • QR Code scan using live stream when a camera is detected. Previous QR Code scanner remains available as fallback method or can be forced in Settings.
    • ๐Ÿ†• New alternative layouts: List or Grid
    • Accounts can be reordered

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Notification banner (when saving settings) now has a fixed position
  • v1.1.0 Changes

    March 23, 2020

    โž• Added

    • Demonstration mode with restricted features and ability to reset content with an artisan command
    • Option to close token popup when the code is pasted (by clicking/taping on it)

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Options default values can now be set in config/app
    • ๐Ÿš€ Generated assets are now part of the repo to ease deployement

    ๐Ÿ›  Fixed

    • Option labels attached to wrong checkboxes
  • v1.0.0 Changes

    March 12, 2020

    ๐Ÿš€ Very first release of 2FAuth