Skip to content

v2.7.0

Compare
Choose a tag to compare
@Radi85 Radi85 released this 29 Aug 13:53
· 19 commits to develop since this release

Features

  • #143 - Allow blocking users and emails.
  • #156 - Improve UI for commenting anonymously.
  • #203 - Enhance API docs by adding openapi and swagger page to RTD.
  • #215 - Reduce number of queries by prefetching foreign key objects on comment.
  • #218 - Add support for django 3.2.

Bug fixes

  • #202 - Fix response for state change on unflagged comments.
  • #210 - Reduce chances of XSS injections.
  • #213 - Fix namespace pollution caused by star imports.
  • #216 - Give warnings when deprecated template tag include_static is used.

Codebase enhancement

  • #205 - Enhance Coverage - Add tests for permissions.
  • #206 - Move metadata from setup.py to setup.cfg.
  • #200 and #209 - Tests enhancement and refactoring.
  • #223 - Migrate to github actions for CI.
  • #225 - Run tests for all supported python and django versions.