]> git.parisson.com Git - telemeta.git/commitdiff
add 1.4.5 news
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 20 Jan 2014 21:20:25 +0000 (22:20 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 20 Jan 2014 21:20:25 +0000 (22:20 +0100)
README.rst
setup.py

index 5ad88cc0b9f6bed75a95ebcd6cdaaca6195f5763..d4b709a8294eb419a9fdda8dabfd7fb185ee4f0d 100644 (file)
@@ -45,6 +45,22 @@ See `INSTALL.rst <http://github.com/yomguy/Telemeta/blob/master/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
 +++++
 
index 60b112ec32ecfd4f3fa71e683598b074b0a26150..5f63c39cc6f35dc397a96e230eed43a08dab7811 100644 (file)
--- 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',