From b6cb8209d3044538fa33a74bd267bef1b991482c Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 10 Feb 2012 18:28:06 +0100 Subject: [PATCH] update changelog --- CHANGELOG | 21 +++++++++++++++++++++ README.rst | 27 +++++++++++++++++++++++---- telemeta/htdocs/js/locale.js | 6 +++--- 3 files changed, 47 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 14c2483c..ded83bb5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,24 @@ +telemeta (1.4-1) unstable; urgency=low + +For users: + + * add a Desk providing links to home and personal data + * add Fonds, Corpus and their related media to the models and to the search engine + * add some fancy drop down menus for main tabs + * add video media handling (WebM formats only and with the last TimeSide master branch) + * add playlist metadata editor + * fix some sad bugs for YouTube related URLs and previews + * cleanup admin page + * many bugfixes ! + +For developers and maintainers: + + * a new setting parameter: TELEMETA_DOWNLOAD_FORMATS = ('wav', 'mp3', 'webm') or whatever + * before upgrading, you need to BACKUP and manually delete old wrong MediaCorpus and MediaCorpusRelated tables + * we now use South for data model migration (./manage.py migrate telemeta). Add it to your apps. See INSTALL.rst. Email me if any pb! + +-- Guillaume Pellerin Fri, 10 Feb 2012 16:10:22 +0200 + telemeta (1.3-1) unstable; urgency=low * add related media objects to collections and items (mime type detection, image preview, URL only capable, YouTube URL detection and preview) diff --git a/README.rst b/README.rst index 5999dfe3..002faad8 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ Telemeta is a free and open source web audio archiving program which introduces Here are the main features of Telemeta: * Secure archiving, editing and publishing of audio files over internet. - * User friendly web frontend including workflows and high level search methods + * User friendly and full HTML web frontend including workflows and high level search methods * Smart dynamical and skinnable audio player (thanks to Timeside and SoundManager2) * "On the fly" analyzing, transcoding and metadata embedding based on an easy plugin architecture * Multi-format support : FLAC, OGG, MP3, WAV and more @@ -28,10 +28,29 @@ Installation, upgrade and usage See `INSTALL.rst `_ and `telemeta.org `_ for more informations. -Changelog -========= +Changes +======== + +(from 1.3) + +For users: + + * add a Desk providing links to home and personal data + * add Fonds, Corpus and their related media to the models and to the search engine + * add some fancy drop down menus for main tabs + * add video media handling (WebM formats only and with the last TimeSide master branch) + * add playlist metadata editor + * fix some sad bugs for YouTube related URLs and previews + * cleanup admin page + * many bugfixes ! + +For developers and maintainers: + + * a new setting parameter: TELEMETA_DOWNLOAD_FORMATS = ('wav', 'mp3', 'webm') or whatever + * before upgrading, you need to BACKUP and manually delete old wrong MediaCorpus and MediaCorpusRelated tables + * we now use South for data model migration (./manage.py migrate telemeta). Add it to your apps. See INSTALL.rst. Email me if any pb! -See `CHANGELOG `_ +Full changelog : see `CHANGELOG `_ Development diff --git a/telemeta/htdocs/js/locale.js b/telemeta/htdocs/js/locale.js index 8605dc01..1488071a 100644 --- a/telemeta/htdocs/js/locale.js +++ b/telemeta/htdocs/js/locale.js @@ -10,9 +10,9 @@ var localeStrings = { 'author' : gettext('author'), 'Paste HTML to embed player in website': gettext('Paste HTML to embed player in website'), 'delete the item permanently?' : gettext('delete the item permanently?'), - 'delete the collection permanently?' : gettext('delete the collection permanently?') - 'delete the playlist permanently?' : gettext('delete the playlist permanently?') - 'delete the resource from the playlist permanently?' : gettext('delete the resource from the playlist permanently?') + 'delete the collection permanently?' : gettext('delete the collection permanently?'), + 'delete the playlist permanently?' : gettext('delete the playlist permanently?'), + 'delete the resource from the playlist permanently?' : gettext('delete the resource from the playlist permanently?'), }; function gettrans(str){ -- 2.39.5