Releases: coopcycle/coopcycle-web
Releases · coopcycle/coopcycle-web
Version 3.29.5-beta1
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
Fix : crash on "mark task as done" when there is 1 task only in rider TaskList
Version 3.29.3-beta1
fix: check if refund field is defined on PaymentType issue #4912
Version 3.29.1
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
v3.29.2-beta2 clean: include route, premise and subpremise type in autocomplete
Version 3.29.2-beta1
v3.29.2-beta1 clean: pass locale to geocoder
v3.29.1-beta1 (POC to speed-up dispatch)
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
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
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)
- added changes from
master
branch
Full Changelog: v3.28.4-beta1...v3.28.4-beta2
Version 3.29.0-beta3
Use places API new by default