Releases: maproulette/maproulette3
Releases · maproulette/maproulette3
v3.14.0-prerelease1
add defaults for short url to env (#2160)
v3.13.3-prerelease2
Bulk edit instructions and confirmation modal (#2151) * add detailed instructions to bulk edit * add bulk confirmation page * transifex fixes * remove comment
v3.13.3-prerelease1
Features
- Add lasso and virtual challenge creation functionality to challenge dashboard map - @CollinBeczak
- Add bulk editing of the date That Data Was Sourced within a project - @jschwarz2030
- Change button "Too Hard / Can't See" to "Can't Complete" - @CollinBeczak
Fixes
- Fix input selection when adding tag in tag fix challenges - @CollinBeczak
- Fix the routing logic and tag results for the "Find Challenges" page when searching for projects - @CollinBeczak
- fix task bundle widget width minimum - @CollinBeczak
- Update react-error-overlay version - @AndrewPhilbin
System Updates
- Modified the
ChallengeController
to storetaskWidgetLayout
as an empty JSON object instead of an empty string
when the field is not provided in the request. - @ljdelight - Updated
MRSchemaTypes
in the GraphQL schema to handletaskWidgetLayout
as an optional JSON value, defaulting to
an empty JSON object when not present. - @ljdelight
v3.13.2-rev1
v3.13.2
[v3.13.2] - 2023-10-17
Release with maproulette-backend_v4.4.8
Features
- Add lasso and virtual challenge creation functionality to challenge dashboard map - @CollinBeczak
- Add user setting for random/nearby selection - @CollinBeczak
- Add drop box for recommended widget layout in challenge creation form - @CollinBeczak
- Add notice for recommended widget layouts in task completion flow - @CollinBeczak
- Add user app setting for saving filters in task bundle widget in task completion workflow - @AndrewPhilbin
- Add visual filter indications for all dropdown task filters - @AndrewPhilbin
Fixes
- Remove word number requirement from challenge editor - @CollinBeczak
- Fix task property search clear bug - @AndrewPhilbin
- Fix workspace layout name keypress crash bug - @AndrewPhilbin
- Fix confirmation keyboard shortcuts - @CollinBeczak
System Updates
- Update all node version references to node 16 - @CollinBeczak
- Add Stringified widget layout JSON to challenge table - @CollinBeczak
v3.13.1-rev4
[v3.13.1-rev4] - 2023-9-19
- Fix bug with Task ID filtering in Find Challenges
- Fix bug with changeset comment prop in TaskMapWidget/RapidEditor components
v3.13.1-rev3
[v3.13.1-rev3] - 2023-9-14
- Added filtering for Task Ids @CollinBeczak
v3.13.1-rev2
[v3.13.1-rev2] - 2023-9-14
- Fixed task property mustache tag replacements not being applied in integrated Rapid editor
v3.13.1-rev1
[v3.13.1-rev1] - 2023-9-13
- Fix errors related to keyboard shortcuts in view/review task workspaces - @CollinBeczak
v3.13.1
[v3.13.1] - 2023-8-16
Release with maproulette-backend_4.4.7
Features
- Add columns to Review Table - @CollinBeczak
- Add Scale Bar Leaflet control to multi-tasking map - @AndrewPhilbin
- Add cooperative task bundling - @CollinBeczak
- Make Task Instructions widget scroll to top on Task ID change - @CollinBeczak
- Add filtering for project and challenge IDs - @CollinBeczak
- Add API version number in Footer - @CollinBeczak
- Add widgets to mobile workspace - @CollinBeczak
- Add columns to review table - @CollinBeczak
- Add single project requirement for Review Table CSV - @CollinBeczak
- Add Nearby Tasks Widget in Task Review workspace - @CollinBeczak
- Allow use of mustache replacement tags in Changeset Descriptions - @AndrewPhilbin
- Overhaul Task Property Search filter UI behavior - @AndrewPhilbin
- Add filter dropdown for categorization keywords in Find Challenges - @CollinBeczak
- Notify all project admins of "get in touch" challenge comments(API) - @AndrewPhilbin
- Provide more information on notification settings - @AndrewPhilbin
Fixes
- Fix completion buttons for Rapid - @CollinBeczak
- Fix mobile instructions widget error - @CollinBeczak
- Fix hotkeys preventing stying in Rapid search box in integrated editor - @AndrewPhilbin
- Fix Team and Follow notification subscriptions so user choices persist(API) - @AndrewPhilbin
System Updates
- Add ENV toggle to Review Table CSV - @jschwarz2030
- Change ENV REACT_APP_LEVEL0_EDITOR_SERVER_URL from http to https - @CollinBeczak
- Support configurable OSM OAuth2 scope - @ljdelight
- Use https in a few URLs - @ljdelight
- Include project version from git in /api/v2/service/info - @ljdelight