From 0d32c3e680d5beaf5ffa2cfb6644f00ca55140e6 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 20 Nov 2014 18:29:25 +0100 Subject: [PATCH] update info files --- AUTHORS => AUTHORS.txt | 0 CHANGELOG => CHANGELOG.rst | 44 ++++++++++++++++++++++++++++++++++++++ LICENSE => LICENSE.txt | 0 README.rst | 1 + 4 files changed, 45 insertions(+) rename AUTHORS => AUTHORS.txt (100%) rename CHANGELOG => CHANGELOG.rst (91%) rename LICENSE => LICENSE.txt (100%) diff --git a/AUTHORS b/AUTHORS.txt similarity index 100% rename from AUTHORS rename to AUTHORS.txt diff --git a/CHANGELOG b/CHANGELOG.rst similarity index 91% rename from CHANGELOG rename to CHANGELOG.rst index 626bcbe7..372faf82 100644 --- a/CHANGELOG +++ b/CHANGELOG.rst @@ -1,3 +1,47 @@ +1.5 ++++++ + + * Compatible with Django 1.6.x + * Huge refactor of all forms, detail and edit views + * Main styles are now based Bootstrap 3.x + * Update models thanks to the CREM needs + * Compatible with TimeSide 0.6.x + +1.4.6 ++++++ + + * Drastically improve collection zip packaqe streaming thanks to zipstream (check NEW dependencies) + * Compatible with TimeSide >= 0.5.2 + * Add URL field to item so that a external sound can be indexed and streamed + * Add TIMESIDE_AUTO_ZOOM in settings to auto toggle the player in zooming mode + * Add TIMESIDE_DEFAULT_GRAPHER_ID in settings to select the default grapher in the player + * Add minor migrations + * Fix marker display bug + +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 ++++++ + + * no new fancy functions + * full using of static files which are now in static/ (htdocs/ is now deprecated) + * IMPORTANT : upgrade TimeSide to 0.4.1, add 'timeside' to INSTALLED_APPS and do: ./manage.py collectstatic + * add various buttons, various bugfixes + * after upgrading, always do: ./manage.py migrate + telemeta (1.4.3-1) unstable; urgency=low * add solr-thumbnail for automatic thumbnail handling of all related media images (please install) diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/README.rst b/README.rst index db40e035..59bf0e13 100644 --- a/README.rst +++ b/README.rst @@ -19,6 +19,7 @@ Telemeta: open web audio app with semantics :target: https://coveralls.io/r/Parisson/Telemeta?branch=dj1.6 :alt: Coverage + Overview ========= -- 2.39.5