Skip to content

Releases: opengisch/QFieldCloud

0.17.6

14 Mar 20:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.5...v0.17.6

0.17.5 🌈

14 Mar 19:31
Compare
Choose a tag to compare

Changes

🚀 Features

What's Changed

New Contributors

Full Changelog: v0.17.4...v0.17.5

0.17.4 🌈

13 Mar 09:38
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix apply deltas on geometry-less features (#549)

0.17.3 🌈

05 Mar 20:48
Compare
Choose a tag to compare

Changes

🚀 Features

  • Speed up delta admin by adding some indices (#539)
  • Add some admin improvements (#538)
  • Added django-extensions dependency to make life sweet (#537)
  • Added URL to skip test (#535)
  • QF-2493 export users emails to csv (#522)
  • Select related "plan" from the subscription (#532)

🐛 Bug Fixes

  • Fix createuseraccount script as plans are no longer stored there (#534)
  • Make sure QFieldCloud is compatible with nan coords sent by QField 2.6+ (#523)
  • Users getting error 500 when trying to register with username taken by an Organization (#533)
  • Do not offer cancelling a subscription is already scheduled to be cancelled (#530)

0.17.2 🌈

23 Feb 06:53
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix deleting versions with include_older=True (#528)

0.17.1 🌈

21 Feb 00:30
Compare
Choose a tag to compare

What's Changed

  • Prevent worker wrapper exception when Project.project_details was already NULL by @suricactus in #513
  • Non-negative file_storage_bytes when deleting a file by @why-not-try-calmer in #519
  • Prefer ForeignKey(User, limit_choice_to=models.Q(type=Person)) by @suricactus in #516
  • Added docs to clearly state the misleading name of SubscriptionQuerySet.active() by @suricactus in #524

New Contributors

Full Changelog: v0.17.0...v0.17.1

0.17.0 - Iskar

14 Feb 20:41
Compare
Choose a tag to compare

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)

v0.16.2

02 Feb 00:45
Compare
Choose a tag to compare

Full Changelog: v0.16.0...v0.16.2

What's Changed

Full Changelog: v0.16.1...v0.16.2

v0.16.1

02 Feb 00:45
Compare
Choose a tag to compare

Full Changelog: v0.16.0...v0.16.1

v0.16.0

02 Feb 00:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.3...v0.16.0