Releases: protect-earth/tree-tracker-ios
Releases · protect-earth/tree-tracker-ios
0.10.11
What's Changed
- Build documentation updates by @allanlang in #103
- Bump version by @allanlang in #105
Full Changelog: 0.10.10...0.10.11
0.10.10
What's Changed
- Adds location accuracy aware camera overlay by @allanlang in #89
- Delete photos for successful uploads by @allanlang in #93
- Resolve photo deletion bug by @allanlang in #94
- Force app to run in portrait mode only by @allanlang in #96
Full Changelog: 0.10.4...0.10.10
0.10.4
Add a device identifier to all Rollbar notifications to support troubleshooting
What's Changed
- Device ID in Rollbar config; also show in settings by @allanlang in #84
Full Changelog: 0.10.3...0.10.4
0.10.3
0.8.2
0.8.1
What's Changed
- Use smaller image for uploads by @allanlang in #51
- Set export compliance option by @allanlang in #53
- Don't trigger build on push by @allanlang in #55
- Various networking robustness measures by @allanlang in #47
- Include request interceptor file in build by @allanlang in #56
- Add site functionality and settings tab by @allanlang in #57
- Version to 0.8.0 by @allanlang in #60
- Resolver based services abstraction for data access by @allanlang in #61
- Basic Rollbar integration by @allanlang in #65
Full Changelog: 0.7.1...0.8.1
0.7.1
What's Changed
- Mock api + small fixes by @sunshinejr in #40
- Interface Updates by @ay8s in #41
- GitHub actions build by @allanlang in #49
- Bump marketing version to 0.7.1 (Apple Generic style) by @allanlang in #50
New Contributors
- @ay8s made their first contribution in #41
- @allanlang made their first contribution in #49
Full Changelog: 0.6.0...0.7.1
0.6.0
Changelog
- Added "Upload History" screen (from now on we will move trees added by this device to the History tab)
- Replaced "Tree list" screen with "Entities" screen.
- Replaced Secrets.xcconfig with Pouch config.
0.5.1
Changelog
- Fixed a bug which, when you canceled saving details of a picture in live session, would freeze the camera view and you would need to kill the app. Now, when you cancel adding details to the image, we restart the camera picker since it seems like you cannot reuse the image again in the stock image picker.
0.5.0
Changelog
- Added ability to cache images in sqlite & now we brought back trees in the list (though on hitting Refresh we don't fetch new ones to not flood the network with unnecessary requests for all trees in Airtable).
- Added landscape support for live camera session flow (it needed me to update the presentation mode of image picker, unfortunately).