@@ -7,6 +7,37 @@ 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.4] - 2018-02-12
11+ ### Added
12+ - Dedicated route for challenge browse mode so it can be linked to directly.
13+ - Show busy indicator while loading task clusters on challenge map (#64 ).
14+ - When working on a task, challenge name now links back to browse mode (#79 ).
15+ - Provide visual cue to user when moving to next task (#75 ).
16+ - New control to clear all challenge filters (#60 ).
17+ - Make initial zoom values when creating a challenge configurable in .env file.
18+ - README section on how to update to the latest code.
19+ - Other minor enhancements.
20+
21+ ### Changed
22+ - Mute comment-icon badge color when no comments (#53 ).
23+ - Declutter create-and-manage pages for non-superusers.
24+ - Increased zoom of task inset map, and added extent map (#23 ).
25+ - Reuse Id editor tab instead of opening a new one for each task (#54 ).
26+ - Start challenges with a task visible on the current map when possible (#63 ).
27+ - Social sharing of a challenge now links to browse-mode.
28+ - Saved Challenge links on user profile page now link to browse mode.
29+ - Refer to "saving" a task as "tracking" the task to avoid confusion. (#81 )
30+ - Represent tracking a task as a switch instead of a button.
31+
32+ ### Fixed
33+ - Correctly map challenges with missing bounding polygon (#57 ).
34+ - Correctly map tasks with missing location points (#6 ).
35+ - Don't offer owners Start Challenge link on challenges in failed status (#80 ).
36+ - Create/Edit challenge form shows that instructions field is required (#73 ).
37+
38+ ### Removed
39+ - Project filtering in create-and-manage for users with single project.
40+
1041
1142## [ v3.00-alpha.3] - 2018-02-05
1243### Added
0 commit comments