Skip to content

Releases: Parisson/Telemeta

1.6.4b

02 Mar 13:16
Compare
Choose a tag to compare
fix TimeSide HEAD

1.6.4

02 Mar 13:16
Compare
Choose a tag to compare
1.6.4

1.6.3

10 Jun 09:19
Compare
Choose a tag to compare

Bugfix release

1.6.2

08 Jun 22:28
Compare
Choose a tag to compare
  • largely improve search engine thanks to @maths28 (see #113)
  • add completion to some advanced search fields
  • add a tiny player on playlists based on web audio thanks to @ThomasBalastegui
  • consolidate docker and app packaging
  • better volume management
  • large cleanup of static files using bower
  • improve playlist management

WARNING : make a backup of your DB before upgrading and restoring:

docker-compose run db /srv/scripts/sql/backup_db.sh
git pull
git merge origin master
(fix conflicts)
docker-compose run db /srv/scripts/sql/restore_db.sh

1.6.1

13 Apr 21:59
Compare
Choose a tag to compare
  • Refactor app and composition environment
  • Fix nasty bug against django-bootstrap3 on edit page
  • Fix some bower app URLs

1.6

04 Apr 22:11
Compare
Choose a tag to compare
1.6

Telemeta is now usable on any OS, ready for development and for production in 5 mn! B-)

  • Provide a docker image and composition for the full Telemeta application bundle.
    One month after the publication of docker-compose around march 2015, we had managed to build a prototyped composition which bundled all the dependencies of Telemeta and TimeSide. It took almost one year to deeply investigate all the capabilities of Docker and various images to finally release a propoer composition which bundles all the necessary applications and modules.
  • Full refactoring of the search engine and interface using django-haystack and ElasticSearch with new faceting and smart filtering features
  • Add an automatic EPUB3 ebook exporter for corpus and collections embedding metadata, image and audio materials.
  • More inline forms and functional buttons
  • Install new useful tools and modules like Conda, Jupyter notebook and many others
  • Add resource sharing links
  • Switch to Affero GPL licence
  • Upgrade of every dependency bundle in the composition
  • Many, many bugfixes
  • Thanks to all partners for this huge release!

1.5.1

20 Feb 10:45
Compare
Choose a tag to compare
  • Fix geo-navigator lists and pagination
  • Fix item analyses cleanup after file edit
  • Fix performance and keywords copy during item copy
  • Add various annotation mime types (ELAN, Trancriber, Sonic Visualizer)
  • Add arabic translations through Telemeta-locales (thanks to @AnasGhrab)
  • Fix arabic and chinese codes in sandbox
  • Better locale / pages management
  • A better management of RTL for arabic page style

1.5

18 Feb 21:48
Compare
Choose a tag to compare
1.5
  • Compatible with Django 1.6.x
  • Compatible with TimeSide 0.7.x
  • Huge refactor of all forms, detail and edit views
  • Main styles (buttons, tabs) are now based Bootstrap 3 and JQuery 2.1
  • Update models and views as needed by the CREM
  • New depedencies

1.4.6-5

18 Feb 21:50
Compare
Choose a tag to compare

Last bugfix release for the 1.4.x family

1.4.6

18 Feb 21:49
Compare
Choose a tag to compare
  • 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