Skip to content

Commit

Permalink
📦 v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shunkosa committed May 16, 2022
1 parent 77687fb commit af178cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.7.0 - May 16th, 2022
* Accept email address including '+' character such as '[email protected]' on login screen
* Disable sync button when there are no unsynced surveys
+ Keep login session
* Disable unexpected gesture back to login screen from survey list screen
* Some under-the-hood code maintenance
* Show version on settings screen

# 0.6.1 - May 7th, 2022
**Before using this version, make sure to install base Salesforce package v0.12.0**
* Fix picklist field crashing the app in iOS
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"permissions": []
},
"version": "0.6.1",
"version": "0.7.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"splash": {
Expand Down

0 comments on commit af178cc

Please sign in to comment.