------------------
- Added ``as`` template override keyword option
- Added ``render_upload`` filter
- Added YouTube, Flickr, Vimeo browsers
- Added OEmbed support
- Added translation hooks and Polish translation: thanks Ludwik Trammer!
- Added support for linking full set of mime-type icons from stdicon.com.
- Made the JS reference-insertion options configurable.
- BACKWARDS-INCOMPATIBLE: default rendering template is now
``adminfiles/render/default.html`` instead of
``adminfiles/render.html``. Image-specific rendering should
override ``adminfiles/render/image/default.html`` instead of testing
``upload.is_image`` in default template.
- Added per-mime-type template rendering
- Upgraded to jQuery 1.4
- Fixed bug where YouTube and Flickr links showed up even when disabled.
- Added sync_upload_refs command