You can see the latest state of Timeline development by going straight to the Subversion repository: http://simile.mit.edu/repository/timeline/trunk/. You can even see how Timeline at its development state works by viewing any of the HTML files in your browser, e.g., http://simile.mit.edu/repository/timeline/trunk/src/main/webapp/index.html. You can also simply point your own code to the API version on Subversion to test your code with the latest Timeline code:

http://simile.mit.edu/repository/timeline/trunk/src/main/webapp/api/timeline-api.js

Latest Updates to Timeline

None at this moment.

Releases

Released August 21st, 2006, tagged as 1.1

  • Added
    • key handling (arrow keys, pgup, pgdn, home, end)
    • double click to auto-scroll
    • loading SPARQL support
    • timeline loading message
    • support for loading from file:// URLs (Firefox only)
  • Fixed eventSource.clear() bug.
  • Allowed for more control over how info bubbles are formatted (you need to override the method fillInfoBubble(elmt, theme, labeller) in Timeline.DefaultEventSource.Event).
  • Show cursor that suggests panning.