Skip to content

0.17.0 - Iskar

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 20:41
· 1351 commits to refs/heads/master since this release

Changes

🚀 Features

  • Do not account staff users as active users (#511)
  • Add is_incognito and audit fields to ProjectCollaborator (#512)
  • Allow searching by email in admin in people and organizations (#508)
  • Bump QGIS 3.28.3 (#507)
  • Speed up QFieldCloud admin by referencing user with autocomplete view (#505)
  • Slowly transform _mb methods to _bytes, as it is more precise and less error prone (#502)
  • Store the actual total file bytes in the database, instead of estimateded MB (#499)
  • Bump django-audit dependency to the latest 2.2.2 (#497)
  • Bump django-axes dependency to the latest 5.40.1 (#494)
  • Bump few dependencies from JazzBand (#493)
  • Make sentry skip some noisy errors (#491)

🐛 Bug Fixes

  • Opening community projects causes an error because account.user is not an Organization instance (#510)
  • Remove the sample sentry DNS from .env.example (#509)
  • Revert "Temporary disable non required deletions" (#506)
  • Allow also teams as project collaborators when project is within organization (#504)
  • Support deleting avatars of users with dashes in the name (#503)
  • Temporary fix for debug queries by fixing renamed fields and hiding the subscription plan. (#500)
  • Fix all mypy warnings in utils2/storage.py (#492)
  • Bump django to 3.2.17 (#490)