File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,25 @@ The format is based on
77This project adheres to
88[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ v3.00-alpha.6] - 2018-02-26
11+ ### Added
12+ - Visual priority-rule builder for tasks when creating/editing challenges.
13+ - Support for overpass turbo ` @id ` feature property when editing tasks.
14+ - Live preview of Markdown content during editing.
15+ - Restoration of challenge-owner map state when returning to it (#123 ).
16+ - Option for challenge-owners to export challenge comments as CSV.
17+
18+ ### Changed
19+ - Users can comment on a task regardless of task status (#113 ).
20+ - Ignore unclustering setting on challenge-owner map and always cluster tasks
21+ if more than 1000 tasks would be visible.
22+ - Unclustering option only shown when at most 1000 tasks would be visible.
23+
24+ ### Fixed
25+ - Don't fetch task data if tasks are still building or failed to build (#127 ).
26+ - Properly url-encode comments sent to external editors.
27+
28+
1029## [ v3.00-alpha.5] - 2018-02-19
1130### Added
1231- Support Matomo/PIWIK analytics integration (#30 ).
Original file line number Diff line number Diff line change 11{
22 "name" : " maproulette3" ,
3- "version" : " 3.0.0-alpha.5 " ,
3+ "version" : " 3.0.0-alpha.6 " ,
44 "private" : true ,
55 "dependencies" : {
66 "@turf/bbox" : " ^5.1.5" ,
You can’t perform that action at this time.
0 commit comments