All Versions
48
Latest Version
Avg Release Cycle
20 days
Latest Release
1259 days ago

Changelog History
Page 5

  • v1.2.4 Changes

    ๐Ÿ”„ Changed

    • LoginController throttles request
    • AuthChecker now handles 2FA
    • Secure login email notification CTA and message
    • ๐Ÿฑ Assets are now versionned

    ๐Ÿ›  Fixed

    • ๐ŸŒฒ Secure Login don't log failed attempts
    • ๐Ÿ‘‰ Use request()->input('code') instead of request('code') in secure login form
    • Story form confirm message i18n
  • v1.2.3 Changes

    โšก๏ธ โš ๏ธ Run migrations when updating

    โž• Added

    • ๐ŸŒฒ Log all logins and associated devices with new section in settings

    ๐Ÿ›  Fixed

    • Typo in secure login page title
    • Redirection when already logged

    ๐Ÿ”„ Changed

    • Composer definition
    • ๐Ÿ“š Documentation about security
  • v1.2.2 Changes

    โšก๏ธ โš ๏ธ Run migrations when updating

    โž• Added

    • 2-FA with email

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ Refactored Login

    โœ‚ Deleted

    • Password resets, register and verify email logic
    • โšก๏ธ shaarli:self-update command
  • v1.2.1 Changes

    โž• Added

    • ๐Ÿš€ Assets are now staged preventing new compilation on each deployment

    ๐Ÿ›  Fixed

    • Display newlines in links content
    • ๐Ÿ’พ Save button on LinkForm doesn't redirect to archiving
  • v1.2.0 Changes

    โž• Added

    • Loader on LinkForm, StoryForm and ChestForm
    • โž• Add original URL to card-link
    • Ability to "Save and archive" a link

    ๐Ÿ”„ Changed

    • Laravel 6.0
    • Simplified Hashid
    • Chests can now be searched from their non-sensitive content

    โœ‚ Deleted

    • Feeds
  • v1.1.1 Changes

    ๐Ÿ›  Fixed

    • Deleting a link will also delete its archive
    • Prevent link archive download when "private archive" option is set to true
  • v1.1.0 Changes

    โž• Added

    • ๐Ÿ”— Link can now be archived using Puppeteer or Youtube-dl
    • ๐Ÿ”ง Queue configuration

    ๐Ÿ”„ Changed

    • ๐Ÿ”— Link extra is now link preview

    ๐Ÿ›  Fixed

    • 0๏ธโƒฃ Default settings now use the correct locale
  • v1.0.0 Changes

    • ๐ŸŽ‰ Initial release