Releases: inaturalist/SeekReactNative
v2.17.0
Added
Major update to the computer vision model, now recognizing up to 80000 taxa (up from 20000).
If location permission has been given the app also now uses the current location to aid in the computer vision by using the "geomodel" together with computer vision.
Changed
Small changes in the buttons shown in the camera to make space for a gallery button.
Photos are no longer stored in a separate album called "Seek", instead they are added to the gallery directly.
Removed
Gallery screen, instead a button in the camera opens a native photo chooser.
Removed the legacy camera using the react-native-inat-camera library.
v2.16.4
Fixed
A bug with the gallery screen not loading for large albums
Correct text on about screen
Navigating back from a challenge detail should go back in navigation history, i.e. to challenges if coming from there
v2.16.3
Fixed
Small bugs in styling and logging
Added
Some translations
v2.16.2
Fixed
Common names not showing in Brazilian Portuguese, Chinese, and Mexican Spanish
Added
Monthly log of app state
v2.16.1
Added
In-app account deletion on iOS.
Changed
Upgrade React Native to 0.73.
Removed link to Donate on iOS.
Fixed
Disable the shutter sound when taking photos.
v2.16.1
Changed
Upgrade React Native to 0.73.
Fixed
Disable the shutter sound when taking photos.
v2.16.0
Changed
- Updated react-native-vision-camera to version 4.
- Updated vision-camera-plugin-inatvision to version 4.
- Overall, these two package updates should result in a better camera experience.
Fixed
- Some issues with the tap-to-focus in the camera.
- Crash for the first photo counting towards a challenge.
v2.15.8
Changed
- Replaced Whitney font with Lato font.
Added
- Now Portuguese is also available in the app.
- Some translations.
v2.15.7
Changed
- On iOS predictions for imported photos now use the on-device model first and online computer vision only when no predictions are returned from the on-device model.
- Android and iOS now use vision-camera-plugin-inatvision for on-device predictions from imported photos.
- Non-user facing: all requests should now send a User-Agent starting with “Seek” to API requests.
v2.15.6
Added
- Small explanation text to warning modal.
Fixed
- Most requests to the server do now send a user-agent header.
- Small UI fix on Settings page.
- Fix an error when uploading observations to iNaturalist.
- Increase logging to log file.