File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## [ 1.0.9] - 2024-06-23
4+ ### Added
5+ - Use MapBox service to get longitude and latidute data to expense document
6+ - Add totalAmount field to trip model
7+ - Update totalAmount when an expense is confirmed to be added
8+ - Add currency model and set timer to regularly update currencies by using third party service
9+ - Add currency list endpoint
10+ - Update create trip endpoint and set currency as a must
11+
212## [ 1.0.8] - 2024-06-17
313### Added
414- Use openai to parse the text data after ocr process
Original file line number Diff line number Diff line change 11export DOCKER_BUILDKIT=1
22
3- docker buildx build --platform linux/amd64 -t yxfanlawrence/travelexpensebackend:1.0.8 . --push
3+ docker buildx build --platform linux/amd64 -t yxfanlawrence/travelexpensebackend:1.1.0 . --push
You can’t perform that action at this time.
0 commit comments