Skip to content

Commit 77e264c

Browse files
committed
Release 0.5.1
1 parent c88209f commit 77e264c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Tree Tracker
22

3+
## 0.5.1
4+
- 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.
5+
36
## 0.5.0
47
- 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).
58
- Added landscape support for live camera session flow (it needed me to update the presentation mode of image picker, unfortunately).

Tree Tracker.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -766,8 +766,8 @@
766766
"$(inherited)",
767767
"@executable_path/Frameworks",
768768
);
769-
MARKETING_VERSION = 0.5.0;
770769
PRODUCT_BUNDLE_IDENTIFIER = "com.sunshinejr.Tree-Tracker";
770+
MARKETING_VERSION = 0.5.1;
771771
PRODUCT_NAME = "$(TARGET_NAME)";
772772
SWIFT_VERSION = 5.0;
773773
TARGETED_DEVICE_FAMILY = "1,2";
@@ -787,8 +787,8 @@
787787
"$(inherited)",
788788
"@executable_path/Frameworks",
789789
);
790-
MARKETING_VERSION = 0.5.0;
791790
PRODUCT_BUNDLE_IDENTIFIER = "com.sunshinejr.Tree-Tracker";
791+
MARKETING_VERSION = 0.5.1;
792792
PRODUCT_NAME = "$(TARGET_NAME)";
793793
SWIFT_VERSION = 5.0;
794794
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)