Zusam v0.4.2 Release Notes

Release Date: 2020-09-06 // over 3 years ago
  • ๐Ÿ“š To upgrade, follow the upgrade guide.

    ๐ŸŒฒ Log

    • โž• Add auto-generated API documentation at /api/doc
    • The webapp now correctly handles api upload capabilities
    • Enable reset of the user's own API key
    • ๐Ÿ‘‰ Use the Symfony UUID polyfill
    • Embed arte.tv
    • โž• Add a new feature: bookmarks
    • Rework file upload inner working to make them more reliable
    • โœจ Enhance notifications display
    • ๐Ÿ›  Various fixes

    Remarks

    ๐Ÿš€ Minor feature release.
    ๐Ÿš€ This release fixes support for emails login with a '+' in them. If you have user like that, they will not be able to log in anymore.
    You can fix this by running the following on the database:

    UPDATE user SET login = replace(login, ' ', '+');