v0.7 201?-??-?? Fixed a crash in present.py when initial file is missing any slides. Removed old transtionend listeners and explicitly called showSlideTransitionEnd at the end of nextSlide. The transition listeners were no longer firing in Firefox (at least). v0.6 2014-10-31 Hide cursor by default (toggle per-slide by 'c'). Also uses 'pointer' cursor on clickable elements. Added 'w' / 'b' / 'g' hot-keys to blank the presentation (white, black, middle-grey) Added 'f' to toggle full-screen mode. Make video tags work much much better, with playing as an incremental step and end causing an auto-increment Make 'esc'/'alt'/'m' keys toggle menu rather than only open or close it. Allow linking to specific page or alternate deck through URL fragment (#slide or #deck,slide) Added swipe to change slides for touch screens (click/tap to increment forward) Added window resize handler since most browsers don't fire the event on the document Fixed present.py to work with complex MIME types (e.g. videos tags with specified codecs) v0.5 2014-09-25 Added version dates to release notes. Added "slide" element (incremental) transition Updated demo.xhtml v0.4 2013-09-14 Help Menu (F1) Changed some key bindings (works better with some presentation remotes) Switched to standard "border-radius" rule in CSS Added present.py script to build compiled presentation files v0.3 2013-02-21 Added toggle incremental elements (show element A, then hide A and show B) Added left/right/top/down slide transitions v0.2 2011-11-13 Added fade effect between slides Added mouse-click to move to the next slide Added dynamic image resizing Programatically add a _blank target for all anchored hypertext references Minor tweaks, such as slightly decreasing the adjusted font size v0.1 2011-03-28 Initial Public Release