mediacms-io/mediacms

← Alle Releases
v7.2.0 vor 2 Monaten mgogoulos mgogoulos Auf GitHub ansehen

What this brings

This is a big release, bringing lots of new functionality!

Features

  • [ ] Upgrade to video.js 8 and refactor the integration with the player. It is now easier to update with future versions of video.js. This work has been performed by @Yiannistaos mainly in https://github.com/mediacms-io/mediacms/pull/1319 and https://github.com/mediacms-io/mediacms/pull/1413
  • [ ] Channel support for videos and audio, including an intuitive chapter's editor, performed by @Yiannistaos through the same PRs
  • [ ] Bulk actions for user's media which includes the ability to set status, add to playlist, category and tags, set collaborators and much more - https://github.com/mediacms-io/mediacms/pull/1406 and https://github.com/mediacms-io/mediacms/pull/1418
  • [ ] Limits to what media types are allowed and how many files a user can uploade, controlled by new settings NUMBER_OF_MEDIA_USER_CAN_UPLOAD and ALLOWED_MEDIA_UPLOAD_TYPES - https://github.com/mediacms-io/mediacms/pull/1353
  • [ ] Whisper speech-to-text integration, disabled by default due to big increase in Docker image dependency, can be enabled via a single variable - https://github.com/mediacms-io/mediacms/pull/1363
  • [ ] Record screen and upload recording - https://github.com/mediacms-io/mediacms/pull/1363
  • [ ] Users management (available to admins): Approve users, Edit users, set passwords - https://github.com/mediacms-io/mediacms/pull/1383
  • [ ] Ability to add custom pages pages through the admin, featuring a WYSIWYG editor -
    https://github.com/mediacms-io/mediacms/pull/1386