Directus v8.6.0 Release Notes

Release Date: 2020-03-03 // about 4 years ago
  • ๐Ÿ”„ Changes

    App

    • ๐Ÿฑ โœจ Add duplicate option to repeater interface
    • ๐Ÿ›  Fix code interface syntax highlighting
    • 0๏ธโƒฃ Use switch for tinyint field default interface
    • โšก๏ธ Update translations

    https://github.com/directus/app/projects/68

    API

    • ๐Ÿฑ โœจ Add ability to provide custom reset password URL
    • ๐Ÿฑ โœจ Add /auth/check endpoint
    • ๐Ÿฑ โœจ Regenerate the thumbnail after an image is changed
    • ๐Ÿ›  Various GraphQL fixes
    • ๐Ÿ›  Fixed issue where private fields could be guessed through fields parameter
    • ๐Ÿ›  Fixed issue where repeated logins in firefox could cause trouble
    • Prevent replacing _ by - in filenames
    • ๐Ÿ›  Fix issue where logging in was prevented if auto sign out was set to null
    • ๐Ÿ›  Fixed issue where the signed state wasn't able to be changed
    • ๐Ÿ›  Fix auto increment of primary key breaking when hidden on browse was toggled
    • ๐Ÿ›  Fix directus install:config cli command
    • ๐Ÿ›  Fix upload problems due to missing ffmpeg/ffprobe extensions
    • ๐Ÿ›  Fix issue where validation could fail for numerical inputs with decimals
    • ๐Ÿ›  Fix issue where asset whitelist key was set to readonly

    https://github.com/directus/api/projects/61