blob: 735c921358595b15806ffa25fd42c5f97eaa4a56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Releases
* v2.1 (3rd May 2018)
- New features
- Multiple photo support. #107
- iPhone X support. #259
- Button to hide pins on map. #175
- Bugfixes
- Skip empty report details screen.
- Correctly set user title. #156
- Show more helpful error if server rejects password. #156
- Allow mailto: links to be followed. #263
- Stop keyboard obscuring report details text field. #222
- Development improvements
- CONFIG.SKIP_CONFIRM_REPORT flag to skip confirmation screen.
- Ensure compatibility with latest Cordova versions.
- CONFIG.PASSWORD_MIN_LENGTH key to validate user password.
- CONFIG.PASSWORD_CHECK_COMMON flag to test password against server.
|