2015-04-27 04:15:41 +00:00
|
|
|
Changelog
|
|
|
|
|
=========
|
|
|
|
|
|
2016-02-26 16:45:45 +00:00
|
|
|
* 3.0.0 (February 26, 2016):
|
2016-02-09 15:06:16 +00:00
|
|
|
* Added the ability to hide usernames/emails from avatar URLs.
|
|
|
|
|
* Added the ability to use a Facebook Graph avatar as a backup.
|
2016-02-09 15:13:30 +00:00
|
|
|
* Added a way to customize where avatars are stored.
|
2016-02-09 15:06:16 +00:00
|
|
|
* Added a setting to disable the avatar cache.
|
2016-02-09 15:42:29 +00:00
|
|
|
* Updated thumbnail creation to preserve RGBA.
|
|
|
|
|
* Fixed issue where ``render_primary`` would not work if username/email was greater than 30 characters.
|
2016-01-19 16:13:46 +00:00
|
|
|
* Fixed issue where cache was not invalidated after updating avatar
|
2016-02-09 15:42:29 +00:00
|
|
|
* **Backwards Incompatible:** Renamed the ``avatar.util`` module to ``avatar.utils``.
|
2016-01-19 16:13:46 +00:00
|
|
|
|
2016-01-12 05:01:06 +00:00
|
|
|
* 2.2.1 (January 11, 2016)
|
2015-12-21 22:35:28 +00:00
|
|
|
* Added AVATAR_GRAVATAR_FIELD setting to define the user field to get the gravatar email.
|
2016-01-04 15:40:06 +00:00
|
|
|
* Improved Django 1.9/1.10 compability
|
|
|
|
|
* Improved Brazilian translations
|
2015-12-21 22:35:28 +00:00
|
|
|
|
2015-12-02 15:58:46 +00:00
|
|
|
* 2.2.0 (December 2, 2015)
|
2015-09-24 15:26:48 +00:00
|
|
|
* Added Python 3.5 support
|
|
|
|
|
* Added Django 1.9 support
|
|
|
|
|
* Removed Python 2.6 support
|
|
|
|
|
* Removed Django 1.4, 1.5, and 1.6 support
|
|
|
|
|
|
2015-08-10 14:42:32 +00:00
|
|
|
* 2.1.1 (August 10, 2015)
|
|
|
|
|
* Added Polish locale
|
|
|
|
|
* Fixed RemovedInDjango19Warning warnings
|
|
|
|
|
|
|
|
|
|
* 2.1 (May 2, 2015)
|
2015-05-02 18:13:51 +00:00
|
|
|
* Django 1.7 and 1.8 support
|
|
|
|
|
* Add South and Django migrations
|
2015-04-27 04:15:41 +00:00
|
|
|
* Changed Gravatar link to use HTTPS by default
|
2015-04-27 04:24:29 +00:00
|
|
|
* Fixed a bug where the admin avatar list page would only show a user's primary avatar
|
2015-04-27 04:15:41 +00:00
|
|
|
* Updated render_primary view to accept usernames with @ signs in them
|
2015-08-10 14:42:32 +00:00
|
|
|
* Updated translations (added Dutch, Japanese, and Simple Chinese)
|