Skip to content

2.95.0

Compare
Choose a tag to compare
@LePetitTim LePetitTim released this 24 Jan 10:32
· 1557 commits to master since this release

New features

  • Add possibility to duplicate objects with geometries (#3105)

Minor improvements

  • Add blade type on signage detail view (#3325)

Warning

Bionic (Ubuntu 18.04) instances need to install deadsnakes PPA to handle python3.8 updates:

apt-get install software-properties-common
add-apt-repository --yes ppa:deadsnakes/ppa
apt-get install python3.8

Maintenance

In preparation for HD Views developments (PR #3298):

  • Bump Python to 3.8
  • Bump MapEntity to 8.4.0
  • Bump Pillow to 9.3.0
  • Bump Celery to 5.2.1
  • Bump django-celery-results to 2.4.0
  • Bump django-clearcache to 1.2.1
  • Add libvips to dependencies

Improvements

  • Apidae trek parser supports geometry import from kml or kmz attachment
  • More checks on Apidae trek parser in order not to import trek without a geometry

Bug fixes

  • Fix loaddem command update other types of geometry
  • Recreate cache folders if missing. (#3384)
  • Modify site's geometry before saving to avoid edition and export of shapefiles (#3399)
  • Fix API V2 cache key with X-Forwarded-Proto header (#3404)
  • Check pictogram exist on categories during generation of pdfs
  • Prevent "Internal Error" on API v2 when wrong url parameter is provided on courses and sites filter for pois
  • Fix ApidaeParsers does not update every time
  • Add fixtures licenses initial install
  • Fix default conf nginx for mobile
  • Replace image's relative URLs with absolute URLs in API v2 trek descriptions (#3321)
  • Disable scroll propagation on layers list to avoid zoom changes on map (#2687)

What's Changed

New Contributors

Full Changelog: 2.94.0...2.95.0