Skip to content

Commit

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

## [v3.00-beta.3] - 2018-03-26
### Added
- Virtual challenges created from map-bounded tasks now exactly match
tasks displayed on the map.
- Support browsing virtual challenges via direct URL.
- Visual indicator when working on, or browsing, a virtual challenge.
- Display reason if creation of virtual challenge fails.
- Notify user if attempt is made to work on an expired virtual challenge.
- Renew virtual challenge expiration when there is new activity on it.
- Allow virtual challenge duration to be configured via .env file.
- Move extra task controls into new collapsible "More Options" section (#189).
- Toggling of task-features layer on or off when working on tasks (#202).
- Challenge progress bars now reflect task-status breakdown (#201).
- Performance improvements to challenge results-list rendering.
- More informative message to challenge owner if challenge has no GeoJson.
- Reason for failure to build tasks now shown to challenge owner (#86).
- Various minor user interface tweaks and improvements.

### Changed
- GeoJSON tab in challenge creation/editing is now optional (#200)

### Fixed
- Challenge status is no longer carried over when cloning a challenge.
- Challenge data is properly loaded when following a browse link (#224).


## [v3.00-beta.2] - 2018-03-19
### Added
- Back-to-MR2 banner link in navbar (#172).
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.0-beta.2",
"version": "3.0.0-beta.3",
"private": true,
"dependencies": {
"@mapbox/geojsonhint": "^2.0.1",
Expand Down

0 comments on commit eb345c0

Please sign in to comment.