
0.3.1:
------

* Added Schro quality setting (thanks to David Schleef). Closes #180228

* Use urllib to unescape the URIs that gtk.FileChooser gives us. Closes 
  #182607

* As new versions of gst-plugins-base and gst-ffmpeg (take your pic) 
  offer reasonable support for the FLV container, add 
  "application/x-flash-video" as a special case under Video and All Files 
  in the file selector. Closes #155023

* Remove a minor type error that sometimes occured when a file had completed.

* Don't actually init anything in __init__.py, because apparently that 
  breaks stuff (!). Added a new file ocv_init.py instead. Closes #175770

* Check for Matroska support at startup to remove an unintended dependency
  on gstreamer-plugins-good.

* Removed another incorrect '#!' that snuck back in because I'm an idiot

* Added new translations: cs, fi, ms, oc, pt, uk, zh_CN, plus other translations
  updated. Many thanks to all the translators.

0.3.0:
------

* Added support for muxing to the Matroska, thanks to Carlos Perelló Marín.

* Added translation support, thanks to Alex Kabakov.

* Added A. Bram Neijt's OggConvert icon.

* Added support for using Gnome-VFS sources (actually, the encoder can now use 
  any URI scheme that GStreamer understands, which is more than just Gnome-VFS,
  but there's no GUI support fro this yet).
  
* Rewritten, faster, better, callback-based, non-blocking media checking routine.

* Communication between the encoder and the GUI is now done the "proper" way. 

* New translations: bg, de, es, fr, it, ko, nl, pl, pr_BR, ru, sv. Thanks to
  all the translators.
  
* Bugs fixed in this version: #117849 (Include an icon for OggConvert)
                              #120889 (Add Matroska support)
                              #129069 (Current icon is ugly) (!)
                              #133022 (Selected directory doesn't reflect output)
                              #160054 (Ogg video files should use .ogv extension)


0.2.1:
------

* Minor release to make life easier for packagers

* Removed incorrect #! invocations from source files

* Included a basic manpage. Thanks to Luca Falivigna for this.

* oggconvert.desktop now conforms to freedesktop.org standards

* Oh, okay, one proper bugfix: #119586 (Convert dialog is not resizable)


0.2.0:
------

* Support for Dirac. Wooo!
 
* OggConvert now actually quits when you close it with the window manager
  (although nobody actually complained about that in the last version)
  
* OggConvert no longer crashes horribly with pitfdll (although it still can't
  use it for encoding)
  
* We now check whether the encoder has stalled, and warn the user. This helps 
  with the common case of the end-of-stream message not being fired correctly, 
  and the process being stuck on 99.5% or so.
  
* A lovely new "about" dialogue!

* Many other small bugfixes
 

0.1.0:
------

* First release. Get testing!
