From: Guillaume Pellerin Date: Mon, 20 Jan 2014 21:20:25 +0000 (+0100) Subject: add 1.4.5 news X-Git-Tag: 1.4.5-1~4^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d71cc8ee9977b9e2e08afd437e56d88de669152f;p=telemeta.git add 1.4.5 news --- diff --git a/README.rst b/README.rst index 5ad88cc0..d4b709a8 100644 --- a/README.rst +++ b/README.rst @@ -45,6 +45,22 @@ See `INSTALL.rst `_ a News ====== +1.4.5 ++++++ + + * Collection and Item regex in settings allowed + * Change resource list filtering rules + * Add KdenLive session parsers and auto faders to auto tag audio or video timeline + * Add ffmpeg based transcoding tools + * Add enumerations replacing methods + * Add chat rooms for enumerations + * Cleanup some useless model properties + * Many, many and many bugfixes + * Last version compatible with TimeSide 0.4.x + * Please check the new dependencies in setup.py + * As always after upgrading: ./manage.py migrate telemeta + + 1.4.4 +++++ diff --git a/setup.py b/setup.py index 60b112ec..5f63c39c 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( 'django-jqchat', 'psutil', 'pyyaml', - 'python-ebml' + 'python-ebml', ], platforms=['OS Independent'], license='CeCILL v2',