Skip to content

Releases: coopcycle/coopcycle-web

Version 3.29.5-beta1

07 Mar 08:49
dd41169
Compare
Choose a tag to compare
Version 3.29.5-beta1 Pre-release
Pre-release

What's Changed

  • Add "tour.name" field in CSV file delivery import to automatically add a delivery to a tour on import by @Atala in #4916

Full Changelog: v3.29.4-beta1...v3.29.5-beta1

Version 3.29.4-beta1

05 Mar 15:37
Compare
Choose a tag to compare
Version 3.29.4-beta1 Pre-release
Pre-release

Fix : crash on "mark task as done" when there is 1 task only in rider TaskList

Version 3.29.3-beta1

03 Mar 13:37
Compare
Choose a tag to compare
Version 3.29.3-beta1 Pre-release
Pre-release
fix: check if refund field is defined on PaymentType

issue #4912

Version 3.29.1

28 Feb 14:05
73f1636
Compare
Choose a tag to compare

Minor Update – Improved Address Handling

  • Better Address Suggestions 🏡
    Address autocomplete now recognizes more details like street names, building numbers, and apartment units, making it more accurate.

  • More Precise Geolocation 📍
    Address searches now take your language and location into account for better results.

Full Changelog: v3.29.0...v3.29.1

Version 3.29.2-beta2

26 Feb 14:12
Compare
Choose a tag to compare
Version 3.29.2-beta2 Pre-release
Pre-release
v3.29.2-beta2

clean: include route, premise and subpremise type in autocomplete

Version 3.29.2-beta1

26 Feb 10:33
Compare
Choose a tag to compare
Version 3.29.2-beta1 Pre-release
Pre-release
v3.29.2-beta1

clean: pass locale to geocoder

v3.29.1-beta1 (POC to speed-up dispatch)

25 Feb 18:22
Compare
Choose a tag to compare

What's Changed

  • optimise /api/task_lists/set_items/* endpoint; added prefetch and removed unncessary logs

Full Changelog: v3.29.0...v3.29.1-beta1

Version 3.29.0

25 Feb 10:28
Compare
Choose a tag to compare

Features

Support both google old places API and new places API depending on the cooperative key

If you are using google for API suggestions, please activate google places API (new) in your console
here are the instructions https://docs.coopcycle.org/en/admin/enable-places-new/

Add price override in beta delivery form by @CamilleNerriere

image

Please test!

Fixes

  • For riders, fix validation error when validating at once multiple tasks from the same delivery in the list of tasks in the smartphone app
  • Wrong value in VolumeUnits steps when creating a new pricing rule (the value was multiplied by *1000)

v3.28.4-beta2 (POC to speed-up dispatch)

21 Feb 01:21
Compare
Choose a tag to compare
  • added changes from master branch

Full Changelog: v3.28.4-beta1...v3.28.4-beta2

Version 3.29.0-beta3

20 Feb 09:11
Compare
Choose a tag to compare
Version 3.29.0-beta3 Pre-release
Pre-release

Use places API new by default