Skip to content

Commit

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

## [v3.00-beta.5] - 2018-04-09
### Added
- Require confirmation before rebuilding tasks.
- Automatic updates of task-build progress.
- Detect use of Overpass Turbo query shortcuts in Overpass queries (#256).
- Display of Challenge keywords in admin View Challenge sidebar (#244).
- Visibility quick-toggle in admin View Challenge sidebar (#183).
- Option to automatically add #maproulette hashtag to changeset comment (#290).
- Styling of user profile page (#276).
- User activity feed grouping by challenge (#28).
- Styling adjustments to admin forms (edit challenge, edit task, etc).
- Example PIWIK settings in .env file.

### Changed
- Only offer task rebuilding to challenges built from Overpass queries.
- Challenge source now read-only once tasks are built (#236).

### Fixed
- Include disabled projects in admin project search results.
- Display map-bounded tasks even if parent challenge previously unseen (#279).
- Don't allow map to wrap around world (#277).


## [v3.00-beta.4.2] - 2018-04-04
### Fixed
- Some challenges erroneously converted to N/A status (#284).
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.4.2",
"version": "3.0.0-beta.5",
"private": true,
"dependencies": {
"@mapbox/geojsonhint": "^2.0.1",
Expand Down

0 comments on commit bf7b2da

Please sign in to comment.