Skip to content

Commit

Permalink
Bump to v3.12.1 (#2042)
Browse files Browse the repository at this point in the history
* bump to v3.12.1

* build transifex

* add to changelog
  • Loading branch information
jschwarz2030 authored Jul 11, 2023
1 parent ea370f1 commit 07a3b2a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ The format is based on
This project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v3.12.1] - 2023-7-11
Release with [maproulette-backend_v4.4.4](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.4)

### Features
- Multi task select all in view - @AndrewPhilbin
- Add geojson upload error messages for unsupported files - @CollinBeczak
- Add toggle-capable map to Review Table Widget and remove redundant map widget - @CollinBeczak
- Add validation for Create Challenge Long Form - @CollinBeczak
- Add Review Table CSV Extract option - @CollinBeczak
- Add donate button - @CollinBeczak
- Add mastadon link - @tsun812
- Add github link - @tsun812
- Disable modifier keys when working with MR shortcuts - @tsun812
- Support OSM types extraction from OSM identifiers for editor URI - @tsun812

### Fixes
- Fix Favorite-Challenge feature - @jschwarz2030

### System Updates
- Update browserlist - @CollinBeczak

## [v3.12.0] - 2023-4-11
Release with [maproulette-backend_v4.4.0](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.0)

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.12.0",
"version": "3.12.1",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.4",
Expand Down
12 changes: 10 additions & 2 deletions src/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,11 @@
"Errors.challenge.fetchFailure": "Unable to retrieve latest challenge data from server.",
"Errors.challenge.moveFailure": "Unable to move challenge/s",
"Errors.challenge.rebuildFailure": "Unable to rebuild challenge tasks",
"Errors.challenge.saveFailure": "Unable to save your changes{details}",
"Errors.challenge.searchFailure": "Unable to search challenges on server.",
"Errors.challengeSaveFailure.challengeSaveDescriptionFailure": "The description is required.",
"Errors.challengeSaveFailure.challengeSaveDetailsFailure": "Unable to save your changes. It is likely a duplicate challenge name.",
"Errors.challengeSaveFailure.challengeSaveInstructionFailure": "Instructions must have more than 150 characters and at least 20 words.",
"Errors.challengeSaveFailure.challengeSaveNameFailure": "The challenge name is required and must be more than 3 characters long.",
"Errors.clusteredTask.fetchFailure": "Unable to fetch task clusters",
"Errors.file.formatIncorrect": "File format is unrecognized or unsupported for this operation",
"Errors.josm.missingFeatureIds": "This task’s features do not include the OSM identifiers required to open them standalone in JOSM. Please choose another editing option.",
Expand Down Expand Up @@ -894,6 +897,7 @@
"Following.ViewFollowing.header": "You are Following",
"Following.ViewFollowing.notFollowing": "You're not following anyone",
"Following.controls.stopFollowing.label": "Stop Following",
"Footer.email.donateButton": "Donate to Maproulette",
"Footer.email.placeholder": "Email Address",
"Footer.email.submit.label": "Submit",
"Footer.followUs": "Follow Us",
Expand All @@ -905,6 +909,7 @@
"Form.controls.addMustachePreview.note": "Note: all mustache property tags evaluate to empty in preview",
"Form.controls.addPriorityRule.label": "Add a Rule",
"Form.controls.markdownField.preview.label": "Preview",
"Form.controls.markdownField.uploadErrorText.label": "Upload Failed!",
"Form.controls.markdownField.write.label": "Write",
"Form.textUpload.prompt": "Drop GeoJSON file here or click to select file",
"Form.textUpload.readonly": "Existing file will be used",
Expand All @@ -922,6 +927,7 @@
"Home.Instructions.header": "Find your Challenge",
"Home.Instructions.secondParagraph": "Do as few or as many as you want. If a challenge is too easy or too hard for you, just jump into something else, knowing that every time you click ‘I fixed it!’, you have made a meaningful contribution to the world’s maps.",
"Home.Intro.detail": "That’s why OSM is the most up to date and complete map you can find anywhere, and it’s why Facebook, Snapchat and many others use OSM to power their own maps. If you look at the richness of OpenStreetMap data, you may wonder what’s left to map. That is where MapRoulette comes in! Just log in with your OpenStreetMap account, find a task that is right for you, and be an instant contributor to the world’s maps!",
"Home.Intro.donateButton": "Support the growth of MapRoulette by donating here!",
"Home.Intro.firstBullet": "Work at your own level, from novice to expert",
"Home.Intro.header": "Thousands of people just like you edit OpenStreetMap every day",
"Home.Intro.secondBullet": "Find mapping tasks that are important to you",
Expand Down Expand Up @@ -1094,6 +1100,7 @@
"Navbar.links.blog": "Blog",
"Navbar.links.challengeResults": "Find Challenges",
"Navbar.links.dashboard": "Dashboard",
"Navbar.links.donate": "Donate",
"Navbar.links.globalActivity": "Global Activity",
"Navbar.links.help": "Learn",
"Navbar.links.inbox": "Inbox",
Expand Down Expand Up @@ -1255,6 +1262,7 @@
"Review.TaskAnalysisTable.tasksReviewedByMe": "Tasks Reviewed by Me",
"Review.TaskAnalysisTable.tasksToBeReviewed": "Tasks to be Reviewed",
"Review.TaskAnalysisTable.tasksToMetaReview": "Tasks to Meta Review",
"Review.TaskAnalysisTable.toggleMap": "Toggle Map",
"Review.TaskAnalysisTable.totalTasks": "Total: {countShown}",
"Review.fields.additionalReviewers.label": "Additional Reviewers",
"Review.fields.challenge.label": "Challenge",
Expand Down Expand Up @@ -1320,6 +1328,7 @@
"SavedTasks.widget.viewTask": "View Task",
"ScreenTooNarrow.header": "Please widen your browser window",
"ScreenTooNarrow.message": "This page is not yet compatible with smaller screens. Please expand your browser window or switch to a larger device or display.",
"SelectMarkersInViewControl.tooltip": "Select all markers in view",
"Sent.controls.challenges.label": "Challenges",
"Sent.controls.goToChallenge.label": "Go to Challenge",
"Sent.controls.goToTask.label": "Go to Task",
Expand Down Expand Up @@ -1697,7 +1706,6 @@
"Widgets.PublicTaskInstructionsWidget.label": "Instructions",
"Widgets.RecentActivityWidget.label": "Recent Activity",
"Widgets.RecentActivityWidget.title": "Recent Activity",
"Widgets.ReviewMap.label": "Review Map",
"Widgets.ReviewStatusMetricsWidget.label": "Review Status Metrics",
"Widgets.ReviewStatusMetricsWidget.metaReviewLabel": "Meta-Review Status Metrics",
"Widgets.ReviewStatusMetricsWidget.metaReviewStatusTitle": "Meta-Review Status",
Expand Down

0 comments on commit 07a3b2a

Please sign in to comment.