From 80efc15173f450a2206800164885854398962690 Mon Sep 17 00:00:00 2001 From: Neil Rotstan Date: Mon, 12 Feb 2018 11:13:53 -0800 Subject: [PATCH] Bump to v3.0.0-alpha.4 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77674d02c..e27c0052a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,37 @@ The format is based on This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v3.00-alpha.4] - 2018-02-12 +### Added +- Dedicated route for challenge browse mode so it can be linked to directly. +- Show busy indicator while loading task clusters on challenge map (#64). +- When working on a task, challenge name now links back to browse mode (#79). +- Provide visual cue to user when moving to next task (#75). +- New control to clear all challenge filters (#60). +- Make initial zoom values when creating a challenge configurable in .env file. +- README section on how to update to the latest code. +- Other minor enhancements. + +### Changed +- Mute comment-icon badge color when no comments (#53). +- Declutter create-and-manage pages for non-superusers. +- Increased zoom of task inset map, and added extent map (#23). +- Reuse Id editor tab instead of opening a new one for each task (#54). +- Start challenges with a task visible on the current map when possible (#63). +- Social sharing of a challenge now links to browse-mode. +- Saved Challenge links on user profile page now link to browse mode. +- Refer to "saving" a task as "tracking" the task to avoid confusion. (#81) +- Represent tracking a task as a switch instead of a button. + +### Fixed +- Correctly map challenges with missing bounding polygon (#57). +- Correctly map tasks with missing location points (#6). +- Don't offer owners Start Challenge link on challenges in failed status (#80). +- Create/Edit challenge form shows that instructions field is required (#73). + +### Removed +- Project filtering in create-and-manage for users with single project. + ## [v3.00-alpha.3] - 2018-02-05 ### Added diff --git a/package.json b/package.json index cc1ed1317..7e029e96e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maproulette3", - "version": "3.0.0-alpha.3", + "version": "3.0.0-alpha.4", "private": true, "dependencies": { "@turf/bbox": "^5.1.5",