Skip to content

Commit

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

## [v3.0.6] - 2018-07-02
### Added
- Map control to fit task-completion map to task features.
- Animate task features on map when new task loads.
- Auto-suggest for challenge keywords when creating a challenge.
- Jump to desired workflow step when editing a challenge.
- Option to save-and-finish early when editing a challenge.
- Various enhancements to experimental mobile support.

### Fixed
- Don't offer edit-task link in admin task-map popup to project owners with
read-only access.
- Inconsistent whitespace on user profile page.

### Changed
- Reuse task-completion map between tasks, preserving settings (#298).


## [v3.0.5] - 2018-06-22
### Added
- Congratulate user when a challenge is completed (#112).
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.0.5",
"version": "3.0.6",
"private": true,
"dependencies": {
"@mapbox/geojsonhint": "^2.0.1",
Expand Down

0 comments on commit 6747c97

Please sign in to comment.