Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
geohacker committed Jan 14, 2020
1 parent 2e02f37 commit 2faccc4
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,42 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [v0.2.0-alpha](https://github.com/developmentseed/observe/compare/v0.1.8...HEAD)

- ...
### Changed
- Revise documentation [`#152`](https://github.com/developmentseed/observe/pull/152)
- Update @react-native-mapbox-gl/maps to ^7.0.8 [`#133`](https://github.com/developmentseed/observe/pull/133)
- Remove all pods from git [`#130`](https://github.com/developmentseed/observe/pull/130)
- Improve preath & location access flow [`#122`](https://github.com/developmentseed/observe/pull/122)
- Rename services/api.js to services/osm-api.js [`#117`](https://github.com/developmentseed/observe/pull/117)
- Ask user to log in if preauth url exists [`#112`](https://github.com/developmentseed/observe/pull/112)
- Map layer switcher [`#111`](https://github.com/developmentseed/observe/pull/111)
- react-native 0.61.1 upgrade [`#98`](https://github.com/developmentseed/observe/pull/98)

### Added
- Observe API service [`#119`](https://github.com/developmentseed/observe/pull/119)
- Integrate photo api [`#150`](https://github.com/developmentseed/observe/pull/150)
- Add observe api auth to accounts screen [`#142`](https://github.com/developmentseed/observe/pull/142)
- Add photos to a feature [`#136`](https://github.com/developmentseed/observe/pull/136)
- Login to Observe API [`#116`](https://github.com/developmentseed/observe/pull/116)
- Show traces on the map [`#115`](https://github.com/developmentseed/observe/pull/115)
- Show gps track while recording [`#110`](https://github.com/developmentseed/observe/pull/110)
- Integrate expo-camera [`#103`](https://github.com/developmentseed/observe/pull/103)
- More API tests [`#83`](https://github.com/developmentseed/observe/pull/83)
- More util tests [`#82`](https://github.com/developmentseed/observe/pull/82)
- Edit workflow tests [`#80`](https://github.com/developmentseed/observe/pull/80)
- Test edit utils [`#81`](https://github.com/developmentseed/observe/pull/81)
- Photos list screen [`#105`](https://github.com/developmentseed/observe/pull/105)
- Trace actions and reducers [`#104`](https://github.com/developmentseed/observe/pull/104)

### Fixed
- Fix map maxzoom so tiles don't go black [`#157`](https://github.com/developmentseed/observe/pull/157)
- Make android accept strings in version [`#156`](https://github.com/developmentseed/observe/pull/156)
- Clear search text on blur [`#127`](https://github.com/developmentseed/observe/pull/127)
- Scroll the screen to avoid keyboard overlapping input fields [`#123`](https://github.com/developmentseed/observe/pull/123)
- Hide upload and trash buttons if there are no edits [`#124`](https://github.com/developmentseed/observe/pull/124)
- Fix field collapse in add/edit feature panel [`#120`](https://github.com/developmentseed/observe/pull/120)
- Use proper asset url for ios and android [`#76`](https://github.com/developmentseed/observe/pull/76)

## [v0.1.8] - 2019-06-29

Expand Down

0 comments on commit 2faccc4

Please sign in to comment.