Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jazzband/django-avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Aug 11, 2022
2 parents 58aa126 + 6c05228 commit 8e08647
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Changelog

* Unreleased
* Added Django 3.2, 4.0 and 4.1 support.
* Removed Django 1.7, 1.8, 1.9, 1.10, 1.11, 2.0, 2.1, 2.2 and 3.0 support.
* Removed Django 1.9, 1.10, 1.11, 2.0, 2.1, 2.2 and 3.0 support.
* Added Python 3.9 and 3.10 support.
* Removed Python 2.7, 3.4 and 3.5 support.
* Made ``"PNG"`` the default value for ``AVATAR_THUMB_FORMAT`` (Set to ``"JPEG"`` to obtain previous behavior).
* Made ``False`` the default value for ``AVATAR_EXPOSE_USERNAMES`` (Set to ``True`` to obtain previous behavior).
* Don't leak usernames through image alt-tags when ``AVATAR_EXPOSE_USERNAMES`` is `False`.
* New setting ``AVATAR_THUMB_MODES``. Default is `['RGB', 'RGBA']`.
* Use original file as thumbnail if thumbnail creation failed.
* New setting ``AVATAR_THUMB_MODES``. Default is ``['RGB', 'RGBA']``.
* Use original image as thumbnail if thumbnail creation failed but image saving succeeds.
* Add farsi translation.
* Introduce black and flake8 linting

Expand Down

0 comments on commit 8e08647

Please sign in to comment.