January 30th, 2011· Add width and height arguments to ImageWidget.
· Make ImageWidget image-detection backend-friendly, no direct use of PIL. Fixes issue #7.
· Fix default templates' rendering of labels for radio/checkbox inputs.
· Fix error redisplaying bound form with ClearableFileField.
· Automatically set fields on BetterModelForm to list of fields present in fieldsets, if fields or exclude are not set manually.
· Updated to allow __getitem__ access to fieldsets.
March 17th, 2010· Restrict PIL import to ImageWidget only
· Added AutoResizeTextarea
December 3rd, 2009· Fix ClearableFileField import in admin.py.
November 25th, 2009· Added documentation and tests for ImageWidget and ClearableFileField.
· Moved ClearableFileField from widgets.py to fields.py.
· Converted doctests to unittests.
November 11th, 2009· Added fieldset classes (previously existed only as a figment of the documentation).