File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,26 @@ The format is based on
77This project adheres to
88[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ v3.0.5] - 2018-06-22
11+ ### Added
12+ - Congratulate user when a challenge is completed (#112 ).
13+ - Challenge owners can set individual tasks to any status (#387 ).
14+ - Challenge owners can bulk reset tasks to Created stauts (#326 ).
15+ - Challenge owners can move challenges between projects (#328 ).
16+ - Administration of project managers.
17+ - Support for Read, Write, and Admin project manager roles.
18+ - Improved handling of server authentication and authorization errors.
19+ - Changeset source field on challenges with JOSM prefill (#361 ).
20+
21+ ### Fixed
22+ - Ensure latest API key displayed after multiple consecutive resets.
23+ - Cloning a challenge could fail in some scenarios.
24+ - Ensure all challenges shown to challenge owner (#396 ).
25+
26+ ### Changed
27+ - Relocated comments on task-completion sidebar (#296 ).
28+
29+
1030## [ v3.0.4] - 2018-06-08
1131### Added
1232- Option on user profile page to reset API key
Original file line number Diff line number Diff line change 11{
22 "name" : " maproulette3" ,
3- "version" : " 3.0.4 " ,
3+ "version" : " 3.0.5 " ,
44 "private" : true ,
55 "dependencies" : {
66 "@mapbox/geojsonhint" : " ^2.0.1" ,
You can’t perform that action at this time.
0 commit comments