Skip to content

Commit

Permalink
Bump to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nrotstan committed Nov 12, 2018
1 parent c978d37 commit 6d44d5f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ The format is based on
This project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v3.1.1] - 2018-11-12
### Added
- Mapillary map layer when completing tasks
- Support rebuild of challenges sourced from local or remote GeoJSON (#527)
- Option to remove unmatched tasks on challenge rebuild to reduce stale tasks
- Control to load more challenge results in search results
- Public leaderboards for each challenge (#536)

### Fixed
- Fix lag when typing a search query
- Show GeoJSON validation errors (lost in line-by-line enhancement)
- Allow switch to different GeoJSON source even after prior source had error
- Reduce extraneous scrollbars from Create dashboard (#519)


## [v3.1.0] - 2018-10-30
### Added
- Add more keyboard shortcuts for task completion (#477).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maproulette3",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"dependencies": {
"@mapbox/geojsonhint": "^2.0.1",
Expand Down

0 comments on commit 6d44d5f

Please sign in to comment.