0.1.4 (October 3rd, 2008)

* adding support for several export_image formats (PNG, JPEG, TIFF, TGA, BMP, PSD)

* adding movie.export_image as a generic way to export a frame to multiple formats

0.1.3 (October 3rd, 2008)

* some support for text tracks

* adding movie.new_video_track and movie.new_audio_track methods for creating new tracks

* changing Quicktime module name to QuickTime to match proper casing

0.1.2 (October 3rd, 2008)

* movie.poster_time and movie.poster_time=(seconds) for getting and setting a movie's poster time

* track.offset and track.offset=(seconds) for getting and setting a track's offset time from the start of a movie

* track.volume and track.volume=(vol) for getting and setting a track's volume

* QuickTime settings dialog comes into the forground properly

0.1.1 (October 3rd, 2008)

* RubyGems 1.3 compatibility (updated Echoe)

* fixing inline RDocs so call sequence is handled properly

0.1.0 (October 2nd, 2008)

* initial release