Skip to content

Commit

Permalink
Bump to v3.15.1 (#2336)
Browse files Browse the repository at this point in the history
* Bump to v3.15.1
  • Loading branch information
CollinBeczak authored May 15, 2024
1 parent 95b3a60 commit 205b7f0
Show file tree
Hide file tree
Showing 22 changed files with 833 additions and 550 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,31 @@ The format is based on
This project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v3.15.1] - 2024-5-14
Released with [maproulette-backend_v4.4.16](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.16)

## What's Changed
* Persist adjusted filters in next task review workflow by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2319
* Add bundle resets on when user redirects away from bundle by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2291
* Add map to bundling widget's bundled mode by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2291
* Make changset description mandatory and fix instruction length condition in challenge editor by @tjaySchwarz24 in https://github.com/maproulette/maproulette3/pull/2326
* Fix project manager user permissions auto suggest box by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2329
* Add feature id table filter by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2307
* Add support for overpass generated relations by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2301
* Fix geometries undefined race condition by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2325
* Support user-friendly task identifier in search result markers by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2322
* Fix get in touch reporting format by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2318
* Bump ejs from 3.1.9 to 3.1.10 by @dependabot in https://github.com/maproulette/maproulette3/pull/2327
* Fix comments prop "name" undefined error by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2321
* Update GH actions versions and remove last node 16 refs by @ljdelight in https://github.com/maproulette/maproulette3/pull/2320
* Refactor task clustering toggles and limits by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2333

## MR2 Changes
* Add feature id filter to search parameters by @CollinBeczak in https://github.com/maproulette/maproulette-backend/pull/1108
* Add support for relations in overpass queries by @CollinBeczak in https://github.com/maproulette/maproulette-backend/pull/1106
* Fix nearby task looping too hard tasks issue by @CollinBeczak in https://github.com/maproulette/maproulette-backend/pull/1110
* Adjust bundling endpoints annd add resetTaskBundle endpoint by @CollinBeczak in https://github.com/maproulette/maproulette-backend/pull/1107

## [v3.15.0] - 2024-4-9
Released with [maproulette-backend_v4.4.15](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.15)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maproulette3",
"version": "3.15.0",
"version": "3.15.1",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.4",
Expand Down
22 changes: 18 additions & 4 deletions src/lang/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,13 @@
"ChallengeOwnerLeaderboard.points.label": "Pts.",
"ChallengeOwnerLeaderboard.reviewsCompleted.label": "# Reviews",
"ChallengeOwnerLeaderboard.tasksCompleted.label": "# Tasks",
"ChallengePane.controls.challengeId.label": "Challenge Id:",
"ChallengePane.controls.challengeName.label": "Challenge Name:",
"ChallengePane.controls.showArchived.label": "Show Archived",
"ChallengePane.controls.startChallenge.label": "Start Challenge",
"ChallengePane.controls.startTask.label": "Start Task",
"ChallengePane.controls.taskId.label": "Task Id:",
"ChallengePane.controls.taskInfo.label": "Task Info:",
"ChallengePane.controls.taskName.label": "Task Name:",
"ChallengeProgress.metrics.averageTime.label": "Avg time per task:",
"ChallengeProgress.metrics.excludesSkip.label": "(excluding skipped tasks)",
"ChallengeProgress.priority.label": "{priority} Priority Tasks",
Expand Down Expand Up @@ -855,6 +860,7 @@
"Errors.challenge.moveFailure": "Unable to move challenge/s",
"Errors.challenge.rebuildFailure": "Unable to rebuild challenge tasks",
"Errors.challenge.searchFailure": "Unable to search challenges on server.",
"Errors.challengeSaveFailure.challengeSaveChangesetDescriptionFailure": "The 'CHANGESET DESCRIPTION' field is required.",
"Errors.challengeSaveFailure.challengeSaveDescriptionFailure": "The 'DESCRIPTION OF YOUR CHALLENGE' field is required.",
"Errors.challengeSaveFailure.challengeSaveDetailsFailure": "Unable to save your changes. It is likely a duplicate challenge name.",
"Errors.challengeSaveFailure.challengeSaveEditPolicyAgreementFailure": "You must check the box at the bottom of the page to indicate that you acknowledge OpenStreetMap's Automated Edits code of conduct.",
Expand Down Expand Up @@ -899,6 +905,7 @@
"Errors.task.none": "No tasks remain in this challenge.",
"Errors.task.removeTaskFromBundleFailure": "Unable to remove task from bundle",
"Errors.task.saveFailure": "Unable to save your changes{details}",
"Errors.task.taskAlreadyBundled": "Task{details} is already in a bundle and can't be put into another bundle. There might be other tasks you tried to bundle that aren't mentioned here, but the ID given is for the first task we noticed is already bundled.",
"Errors.task.unableToBundleTasks": "The tasks with these IDs are locked by another user{details}. This most likely happened because a user completed or bundled a task while you've been looking at this task. Refresh the page to view only tasks that are unlocked.",
"Errors.task.updateFailure": "Unable to save your changes.",
"Errors.team.genericFailure": "Failure{details}",
Expand Down Expand Up @@ -1484,6 +1491,7 @@
"Task.controls.untrack.label": "Stop tracking this Task",
"Task.controls.viewChangeset.label": "View Changeset",
"Task.fauxStatus.available": "Available",
"Task.fields.bundle.label": "Bundle",
"Task.fields.completedBy.label": "Completed By",
"Task.fields.featureId.label": "Feature Id",
"Task.fields.id.label": "Internal Id",
Expand All @@ -1495,7 +1503,7 @@
"Task.fields.reviewStatus.label": "Review Status",
"Task.fields.reviewedBy.label": "Reviewer",
"Task.fields.status.label": "Status",
"Task.fields.unbundle.label": "Remove",
"Task.fields.unbundle.label": "Unbundle",
"Task.loadByMethod.proximity": "Nearby",
"Task.loadByMethod.random": "Random",
"Task.management.controls.inspect.label": "Inspect",
Expand Down Expand Up @@ -1814,12 +1822,16 @@
"Widgets.TagDiffWidget.title": "Proposed OSM Tag Changes",
"Widgets.TagMetricsWidget.label": "Tag Metrics",
"Widgets.TagMetricsWidget.title": "Tag Metrics",
"Widgets.TaskBundleWidget.controls.bundleTasks.label": "Complete Together",
"Widgets.TaskBundleWidget.cannotEditPrimaryTask": "Cannot edit primary task",
"Widgets.TaskBundleWidget.controls.clearFilters.label": "Clear Filters",
"Widgets.TaskBundleWidget.controls.displayAllTasks.label": "Display All Tasks In View",
"Widgets.TaskBundleWidget.controls.displayBundledTasks.label": "Display Only Bundled Tasks",
"Widgets.TaskBundleWidget.controls.filterList.label": "Filter By:",
"Widgets.TaskBundleWidget.controls.resetBundleLabel.label": "Reset Bundle",
"Widgets.TaskBundleWidget.controls.restoreDefaultFilters.label": "Restore Default Filters",
"Widgets.TaskBundleWidget.controls.saveCurrentFilters.label": "Save Current Filters",
"Widgets.TaskBundleWidget.controls.unbundleTasks.label": "Unbundle",
"Widgets.TaskBundleWidget.controls.startBundling.label": "Start Bundling Tasks",
"Widgets.TaskBundleWidget.controls.stopBundling.label": "Stop Bundling Tasks",
"Widgets.TaskBundleWidget.currentTask": "(current task)",
"Widgets.TaskBundleWidget.disallowBundling": "You are working on a single task. Task bundles cannot be created on this step.",
"Widgets.TaskBundleWidget.label": "Multi-Task Work",
Expand All @@ -1831,8 +1843,10 @@
"Widgets.TaskBundleWidget.popup.fields.status.label": "Status:",
"Widgets.TaskBundleWidget.popup.fields.taskId.label": "Internal Id:",
"Widgets.TaskBundleWidget.readOnly": "Previewing task in read-only mode",
"Widgets.TaskBundleWidget.removeFromBundle": "Remove from bundle",
"Widgets.TaskBundleWidget.reviewTaskTitle": "Work on Multiple Tasks Together",
"Widgets.TaskBundleWidget.simultaneousTasks": "Working on {taskCount, number} tasks together",
"Widgets.TaskBundleWidget.unableToSelect": "Unable to select",
"Widgets.TaskCompletionWidget.cancelSelection": "Cancel Selection",
"Widgets.TaskCompletionWidget.completeTogether": "Complete Together",
"Widgets.TaskCompletionWidget.cooperativeWorkTitle": "Proposed Changes",
Expand Down
22 changes: 18 additions & 4 deletions src/lang/cs_CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,13 @@
"ChallengeOwnerLeaderboard.points.label": "bodů",
"ChallengeOwnerLeaderboard.reviewsCompleted.label": "# Reviews",
"ChallengeOwnerLeaderboard.tasksCompleted.label": "úkolů",
"ChallengePane.controls.challengeId.label": "Challenge Id:",
"ChallengePane.controls.challengeName.label": "Challenge Name:",
"ChallengePane.controls.showArchived.label": "Show Archived",
"ChallengePane.controls.startChallenge.label": "Start Challenge",
"ChallengePane.controls.startTask.label": "Start Task",
"ChallengePane.controls.taskId.label": "Task Id:",
"ChallengePane.controls.taskInfo.label": "Task Info:",
"ChallengePane.controls.taskName.label": "Task Name:",
"ChallengeProgress.metrics.averageTime.label": "Avg time per task:",
"ChallengeProgress.metrics.excludesSkip.label": "(excluding skipped tasks)",
"ChallengeProgress.priority.label": "{priority} Priority Tasks",
Expand Down Expand Up @@ -855,6 +860,7 @@
"Errors.challenge.moveFailure": "Unable to move challenge/s",
"Errors.challenge.rebuildFailure": "Unable to rebuild challenge tasks",
"Errors.challenge.searchFailure": "Unable to search challenges on server.",
"Errors.challengeSaveFailure.challengeSaveChangesetDescriptionFailure": "The 'CHANGESET DESCRIPTION' field is required.",
"Errors.challengeSaveFailure.challengeSaveDescriptionFailure": "The 'DESCRIPTION OF YOUR CHALLENGE' field is required.",
"Errors.challengeSaveFailure.challengeSaveDetailsFailure": "Unable to save your changes. It is likely a duplicate challenge name.",
"Errors.challengeSaveFailure.challengeSaveEditPolicyAgreementFailure": "You must check the box at the bottom of the page to indicate that you acknowledge OpenStreetMap's Automated Edits code of conduct.",
Expand Down Expand Up @@ -899,6 +905,7 @@
"Errors.task.none": "No tasks remain in this challenge.",
"Errors.task.removeTaskFromBundleFailure": "Unable to remove task from bundle",
"Errors.task.saveFailure": "Unable to save your changes{details}",
"Errors.task.taskAlreadyBundled": "Task{details} is already in a bundle and can't be put into another bundle. There might be other tasks you tried to bundle that aren't mentioned here, but the ID given is for the first task we noticed is already bundled.",
"Errors.task.unableToBundleTasks": "The tasks with these IDs are locked by another user{details}. This most likely happened because a user completed or bundled a task while you've been looking at this task. Refresh the page to view only tasks that are unlocked.",
"Errors.task.updateFailure": "Unable to save your changes.",
"Errors.team.genericFailure": "Failure{details}",
Expand Down Expand Up @@ -1484,6 +1491,7 @@
"Task.controls.untrack.label": "Stop tracking this Task",
"Task.controls.viewChangeset.label": "View Changeset",
"Task.fauxStatus.available": "Dostupné",
"Task.fields.bundle.label": "Bundle",
"Task.fields.completedBy.label": "Completed By",
"Task.fields.featureId.label": "Funkce Id",
"Task.fields.id.label": "Interní Id",
Expand All @@ -1495,7 +1503,7 @@
"Task.fields.reviewStatus.label": "Stav kontroly",
"Task.fields.reviewedBy.label": "Kontrolor",
"Task.fields.status.label": "Stav",
"Task.fields.unbundle.label": "Remove",
"Task.fields.unbundle.label": "Unbundle",
"Task.loadByMethod.proximity": "Nejbližší",
"Task.loadByMethod.random": "Náhodný",
"Task.management.controls.inspect.label": "Prozkoumat",
Expand Down Expand Up @@ -1814,12 +1822,16 @@
"Widgets.TagDiffWidget.title": "Proposed OSM Tag Changes",
"Widgets.TagMetricsWidget.label": "Tag Metrics",
"Widgets.TagMetricsWidget.title": "Tag Metrics",
"Widgets.TaskBundleWidget.controls.bundleTasks.label": "Complete Together",
"Widgets.TaskBundleWidget.cannotEditPrimaryTask": "Cannot edit primary task",
"Widgets.TaskBundleWidget.controls.clearFilters.label": "Clear Filters",
"Widgets.TaskBundleWidget.controls.displayAllTasks.label": "Display All Tasks In View",
"Widgets.TaskBundleWidget.controls.displayBundledTasks.label": "Display Only Bundled Tasks",
"Widgets.TaskBundleWidget.controls.filterList.label": "Filter By:",
"Widgets.TaskBundleWidget.controls.resetBundleLabel.label": "Reset Bundle",
"Widgets.TaskBundleWidget.controls.restoreDefaultFilters.label": "Restore Default Filters",
"Widgets.TaskBundleWidget.controls.saveCurrentFilters.label": "Save Current Filters",
"Widgets.TaskBundleWidget.controls.unbundleTasks.label": "Unbundle",
"Widgets.TaskBundleWidget.controls.startBundling.label": "Start Bundling Tasks",
"Widgets.TaskBundleWidget.controls.stopBundling.label": "Stop Bundling Tasks",
"Widgets.TaskBundleWidget.currentTask": "(current task)",
"Widgets.TaskBundleWidget.disallowBundling": "You are working on a single task. Task bundles cannot be created on this step.",
"Widgets.TaskBundleWidget.label": "Multi-Task Work",
Expand All @@ -1831,8 +1843,10 @@
"Widgets.TaskBundleWidget.popup.fields.status.label": "Stav:",
"Widgets.TaskBundleWidget.popup.fields.taskId.label": "Internal Id:",
"Widgets.TaskBundleWidget.readOnly": "Previewing task in read-only mode",
"Widgets.TaskBundleWidget.removeFromBundle": "Remove from bundle",
"Widgets.TaskBundleWidget.reviewTaskTitle": "Work on Multiple Tasks Together",
"Widgets.TaskBundleWidget.simultaneousTasks": "Working on {taskCount, number} tasks together",
"Widgets.TaskBundleWidget.unableToSelect": "Unable to select",
"Widgets.TaskCompletionWidget.cancelSelection": "Cancel Selection",
"Widgets.TaskCompletionWidget.completeTogether": "Complete Together",
"Widgets.TaskCompletionWidget.cooperativeWorkTitle": "Proposed Changes",
Expand Down
Loading

0 comments on commit 205b7f0

Please sign in to comment.