From 251b6d8ff80882efd48a0e19c7945822a7be43cd Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 13 Feb 2012 23:25:18 +0100 Subject: [PATCH] fix icon and news --- CHANGELOG | 4 ++++ README.rst | 17 +++++++++++++---- telemeta/htdocs/images/maximize.png | Bin 857 -> 857 bytes 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ded83bb5..eeaee8a1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,10 @@ For users: * add playlist metadata editor * fix some sad bugs for YouTube related URLs and previews * cleanup admin page + * add auto saving now for all searches ! + * add "My Searches" modules to user lists with search direct link + * add RSS feeds for last changes of all users + * better icon views * many bugfixes ! For developers and maintainers: diff --git a/README.rst b/README.rst index 002faad8..db06037a 100644 --- a/README.rst +++ b/README.rst @@ -28,10 +28,10 @@ Installation, upgrade and usage See `INSTALL.rst `_ and `telemeta.org `_ for more informations. -Changes -======== +News +====== -(from 1.3) +(from 1.3 to 1.4) For users: @@ -42,13 +42,22 @@ For users: * add playlist metadata editor * fix some sad bugs for YouTube related URLs and previews * cleanup admin page + * add auto saving now for all searches ! + * add "My Searches" modules to user lists with search direct link + * add RSS feeds for last changes of all users + * better icon views * 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! + * we now use South for data model migration. Add 'south' to your apps and to do:: + + ./manage.py syncdb + ./manage.py migrate telemeta + + See INSTALL.rst and email me if any pb! (you may, for example, not use 0002 migration) Full changelog : see `CHANGELOG `_ diff --git a/telemeta/htdocs/images/maximize.png b/telemeta/htdocs/images/maximize.png index a3418a3911b8e18d1d39da36b7bfe28247845a25..245f301b005c49138d6fc656e8416a3ce21d403a 100644 GIT binary patch delta 17 Zcmcb~c9U&F5*t6W`i}g68#6vK0RTL32O$6e delta 17 Zcmcb~c9U&F5*rKG-U)mYH)ecf0suR52E70P -- 2.39.5