Skip to content

Commit

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

## [v3.00-alpha.7] - 2018-03-05
### Added
- Localization and partial translations for fr, es, de, and af locales derived
from existing translations in MR2 project (#136).
- User settings for locale, default editor, and custom basemap on the
User Profile page (#83).
- Experimental support (disabled by default) for map-bounded task browsing and
creation of virtual challenges (#135).
- Display challenge last-modified timestamp to challenge owners (#142).
- Offer edit and modify controls in task-review mode (#139).

### Changed
- Update styling on View Challenge page for challenge owners.
- Change label of Fix button to "Edit" (#140).
- Other minor styling and labeling updates.

### Fixed
- Honor challenge and user custom basemaps (#144).


## [v3.00-alpha.6] - 2018-02-26
### Added
- Visual priority-rule builder for tasks when creating/editing challenges.
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-alpha.6",
"version": "3.0.0-alpha.7",
"private": true,
"dependencies": {
"@turf/bbox": "^5.1.5",
Expand Down

0 comments on commit f4ee1f9

Please sign in to comment.