Skip to content

Releases: mediacms-io/mediacms

v4.3.0

10 Feb 09:45
0392dbe
Compare
Choose a tag to compare

This version contains muliple improvements by #1187:

Fixes

  • fixes issues with HLS, and adds test to ensure they won't happen again. The command wouldn't produce HLS for all encodings :(

Updates

  • updates Postgresql used in Docker. For new installations this is ok. For existing ones this is BACKWARDS INCOMPATIBLE, and restore through pg_dump+pg_restore has to be performed in order to utilize Postgres 17 (since its not compatible with previous versions and will complain).
    The error you are getting is this:
FATAL:  database files are incompatible with server
DETAIL:  The data directory was initialized by PostgreSQL version 15, which is not compatible with this version 17.2.

Quick solution: edit docker-compose in use and keep previous version (eg 15.2). Otherwise have to perform a dump+restore

  • update python in Dockerfile
  • updates all python libraries (including Django)

Features

  • allows . and @ in usernames
  • makes md5sum calculation redundant by default, as its not used in places besides admin

v4.2.0

20 Nov 13:10
Compare
Choose a tag to compare

Features

Set option for allowing only certain domains to register - #1086
Fixes #1046 - submition => submission - #1094

Bugs

fix issue with create_hls - 5a1e4f2

v4.1.0

19 Oct 11:23
aa8a2d9
Compare
Choose a tag to compare

More strict input checing - #1089
Add Elestion as hosting provider - #1055

v4.0.1

04 Oct 10:39
5aa899c
Compare
Choose a tag to compare

Small improvements in translations missing - #1076

v4.0.0

04 Oct 10:21
4992cc4
Compare
Choose a tag to compare

This version is adding one of the most wanted features: translations support!

Related PR: #1075

Other improvements include the addition of a Makefile and improvements in the documentation

v3.5.0

02 Oct 16:23
ef4067c
Compare
Choose a tag to compare

This release contains a fix where transcoding of videos failed in some cases - ef4067c

v3.4.0

02 Oct 09:58
Compare
Choose a tag to compare

This release is adding rounded corners on media #1067

v3.3.0

20 Sep 16:27
Compare
Choose a tag to compare

This release mainly updates a PUT endpoint not to change the media file but only the metadata - 94c646f

v3.2.0

20 Sep 10:03
Compare
Choose a tag to compare

Features

Bugs

  • Adds validation on uploaded file to address potential security issue - 986c7d1
  • Remove Postgres warning error - ffd7a52

v3.1.0

13 Nov 09:40
dcbfaca
Compare
Choose a tag to compare

Features

  • Improve and document local developer experience #911

Bugs

  • Issue with nulll URL in encoding #912