Skip to content

Releases: protect-earth/tree-tracker-ios

0.10.11

15 May 21:20
91d7a59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.10...0.10.11

0.10.10

08 Mar 00:16
4926f7f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.4...0.10.10

0.10.4

18 Sep 08:15
c59c809
Compare
Choose a tag to compare

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

12 Sep 14:14
dd12ea8
Compare
Choose a tag to compare

Exclusively uses Protect Earth API for centralised data management, removing legacy Airtable storage layer.

0.8.2

12 Jul 15:21
89e00f7
Compare
Choose a tag to compare
0.8.2 Pre-release
Pre-release

What's Changed

  • Addition of Rollbar telemetry around the tree upload loop, to help identify and troubleshoot issues in the field.

Full Changelog: 0.8.1...0.8.2

0.8.1

08 Jul 22:40
30db2aa
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.7.1...0.8.1

0.7.1

11 Mar 21:48
3931583
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.0...0.7.1

0.6.0

27 Apr 16:39
Compare
Choose a tag to compare

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

23 Feb 13:25
Compare
Choose a tag to compare

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

21 Feb 15:26
Compare
Choose a tag to compare

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).