@@ -7,6 +7,32 @@ The format is based on
77This project adheres to
88[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ v3.00-beta.3] - 2018-03-26
11+ ### Added
12+ - Virtual challenges created from map-bounded tasks now exactly match
13+ tasks displayed on the map.
14+ - Support browsing virtual challenges via direct URL.
15+ - Visual indicator when working on, or browsing, a virtual challenge.
16+ - Display reason if creation of virtual challenge fails.
17+ - Notify user if attempt is made to work on an expired virtual challenge.
18+ - Renew virtual challenge expiration when there is new activity on it.
19+ - Allow virtual challenge duration to be configured via .env file.
20+ - Move extra task controls into new collapsible "More Options" section (#189 ).
21+ - Toggling of task-features layer on or off when working on tasks (#202 ).
22+ - Challenge progress bars now reflect task-status breakdown (#201 ).
23+ - Performance improvements to challenge results-list rendering.
24+ - More informative message to challenge owner if challenge has no GeoJson.
25+ - Reason for failure to build tasks now shown to challenge owner (#86 ).
26+ - Various minor user interface tweaks and improvements.
27+
28+ ### Changed
29+ - GeoJSON tab in challenge creation/editing is now optional (#200 )
30+
31+ ### Fixed
32+ - Challenge status is no longer carried over when cloning a challenge.
33+ - Challenge data is properly loaded when following a browse link (#224 ).
34+
35+
1036## [ v3.00-beta.2] - 2018-03-19
1137### Added
1238- Back-to-MR2 banner link in navbar (#172 ).
0 commit comments