Skip to content

Commit

Permalink
bump to 3.14.2 (#2208)
Browse files Browse the repository at this point in the history
* bump to 3.14.2

* update transifex files
  • Loading branch information
jschwarz2030 authored Dec 13, 2023
1 parent eacc338 commit d2521cd
Show file tree
Hide file tree
Showing 20 changed files with 726 additions and 619 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,39 @@ The format is based on
This project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v3.14.2] - 2023-12-12
Realease with [maproulette-backend_v4.4.11](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.11)

## What's Changed
* change default lat/lon default and make the order of lat/lon its own user setting in location widget by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2172
* Challenge creation OSM automated edits policy warning/agreement by @AndrewPhilbin in https://github.com/maproulette/maproulette3/pull/2165
* make share links compatible with short links by @jschwarz2030 in https://github.com/maproulette/maproulette3/pull/2175
* replace remaining instances of Too Hard label by @jschwarz2030 in https://github.com/maproulette/maproulette3/pull/2176
* Support Node 18, 20, 21 by @jschwarz2030 in https://github.com/maproulette/maproulette3/pull/2182
* make that layer options persist across tasks by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2185
* disable rapid edit mode when in a cooperative task by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2186
* add commentsWidget to task completion layouts by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2187
* Super Admin Settings by @jschwarz2030 in https://github.com/maproulette/maproulette3/pull/2189
* add mr tags to review widget and prevent duplicate tags by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2191
* add option to remove individual tasks from bundles by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2184
* capture user settings changes in local state by @jschwarz2030 in https://github.com/maproulette/maproulette3/pull/2192
* Remove node versions 21 and fix node version bump bugs by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2195
* react-leaflet-bing-v2 version fix by @AndrewPhilbin in https://github.com/maproulette/maproulette3/pull/2201
* fix buttons on challenge overview by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2204
* fix comment related issues by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2199
* fix conditional variables for new features by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2206

**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.14.1...v3.14.2

## [v3.14.1] - 2023-11-24
Realease with [maproulette-backend_v4.4.10](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.10)

## What's Changed
* call backend service for system notices by @jschwarz2030 in https://github.com/maproulette/maproulette3/pull/2179
* add silent catch statement to system notices call by @jschwarz2030 in https://github.com/maproulette/maproulette3/pull/2180

**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.14.0...v3.14.1

## [v3.14.0] - 2023-11-14
Realease with [maproulette-backend_v4.4.9](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.9)

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.14.0",
"version": "3.14.2",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.4",
Expand Down
20 changes: 12 additions & 8 deletions src/lang/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ActiveTask.controls.comments.tooltip": "View Comments",
"ActiveTask.controls.fixed.label": "I fixed it!",
"ActiveTask.controls.info.tooltip": "Task Details",
"ActiveTask.controls.notFixed.label": "Can't Complete",
"ActiveTask.controls.notFixed.label": "Too difficult / Couldn’t see",
"ActiveTask.controls.status.tooltip": "Existing Status",
"ActiveTask.controls.viewChangset.label": "View Changeset",
"ActiveTask.heading": "Challenge Information",
Expand Down Expand Up @@ -107,6 +107,7 @@
"Admin.ChallengeTaskMap.controls.inspectTask.label": "Inspect Task",
"Admin.EditChallenge.bulkCancel.header": "Cancel Edit",
"Admin.EditChallenge.bulkEdit.header": "Bulk Edit",
"Admin.EditChallenge.bulkSubmit.header": "Submit Bulk Edit",
"Admin.EditChallenge.clone.header": "Clone",
"Admin.EditChallenge.controls.cancel.label": "Abandon Changes",
"Admin.EditChallenge.controls.cancelNewChallenge.label": "Abandon Challenge",
Expand All @@ -118,6 +119,7 @@
"Admin.EditChallenge.form.additionalKeywords.label": "Additional Categorization Keywords",
"Admin.EditChallenge.form.blurb.description": "A very brief description of your challenge suitable for small spaces, such as a map marker popup. This field supports [Markdown](https://learn.maproulette.org/documentation/markdown/).",
"Admin.EditChallenge.form.blurb.label": "Blurb",
"Admin.EditChallenge.form.bulkSubmit.label": "The following changes will be applied to all selected challenges. This process is not reversible, so please review before submitting.",
"Admin.EditChallenge.form.category.description": "Selecting an appropriate category for your challenge can help users discover challenges that match their interests. Choose the Other category if nothing seems appropriate.",
"Admin.EditChallenge.form.category.label": "How should your Challenge be Categorized?",
"Admin.EditChallenge.form.checkinComment.description": "Comment to be associated with changes made by users in editor",
Expand Down Expand Up @@ -197,6 +199,7 @@
"Admin.EditChallenge.form.required.label": "is a required property",
"Admin.EditChallenge.form.requiresLocal.description": "Tasks require local or on-the-ground knowledge to complete. Note: challenge will not appear in the Find Challenges list.",
"Admin.EditChallenge.form.requiresLocal.label": "Requires Local Knowledge",
"Admin.EditChallenge.form.reviewAndSubmit.label": "Review and Submit",
"Admin.EditChallenge.form.reviewSetting.description": "This will pre-check the users request review box when submitting a task.",
"Admin.EditChallenge.form.reviewSetting.label": "Request Review By Default",
"Admin.EditChallenge.form.source.label": "Location of your Task Data",
Expand Down Expand Up @@ -349,7 +352,7 @@
"Admin.Task.fields.actions.fixed": "Fixed",
"Admin.Task.fields.actions.notAnIssue": "Not an Issue",
"Admin.Task.fields.actions.skipped": "Skipped",
"Admin.Task.fields.actions.tooHard": "Can't Complete",
"Admin.Task.fields.actions.tooHard": "Too Hard",
"Admin.Task.fields.name.label": "Task:",
"Admin.Task.fields.status.label": "Status:",
"Admin.TaskAnalysisTable.bundleMember.tooltip": "Member of a task bundle",
Expand Down Expand Up @@ -558,13 +561,14 @@
"ChallengeDetails.management.controls.manage.label": "Manage",
"ChallengeEndModal.control.dismiss.label": "Continue",
"ChallengeEndModal.header": "Challenge End",
"ChallengeEndModal.primaryMessage": "You have marked all remaining tasks in this challenge as either skipped or can't complete.",
"ChallengeEndModal.primaryMessage": "You have marked all remaining tasks in this challenge as either skipped or too hard.",
"ChallengeFilterSubnav.controls.sortBy.label": "Sort by",
"ChallengeFilterSubnav.filter.categorization.add": "Add:",
"ChallengeFilterSubnav.filter.categorization.anything": "Anything",
"ChallengeFilterSubnav.filter.categorization.delete": "You must delete a category.",
"ChallengeFilterSubnav.filter.categorization.delete": "You must delete a category",
"ChallengeFilterSubnav.filter.categorization.new": "to add a new one.",
"ChallengeFilterSubnav.filter.categorization.set": "You have not set any categories.",
"ChallengeFilterSubnav.filter.categorization.signIn": "You must sign in to add a keyword.",
"ChallengeFilterSubnav.filter.categorize.label": "Categorize",
"ChallengeFilterSubnav.filter.difficulty.label": "Difficulty",
"ChallengeFilterSubnav.filter.keyword.label": "Work on",
Expand Down Expand Up @@ -1029,7 +1033,7 @@
"KeyMapping.taskCompletion.falsePositive": "No / Not an issue",
"KeyMapping.taskCompletion.fixed": "Yes / I fixed it!",
"KeyMapping.taskCompletion.skip": "Skip",
"KeyMapping.taskCompletion.tooHard": "Can't Complete",
"KeyMapping.taskCompletion.tooHard": "Too difficult / Couldn’t see",
"KeyMapping.taskEditing.cancel": "Cancel Editing",
"KeyMapping.taskEditing.completeTogether": "Complete Tasks Together",
"KeyMapping.taskEditing.escapeLabel": "ESC",
Expand All @@ -1053,7 +1057,7 @@
"LayerToggle.loading": "(loading...)",
"Leaderboard.controls.loadMore.label": "Show More",
"Leaderboard.global": "Global Leaderboard",
"Leaderboard.scoringMethod.explanation": "\n##### Points are awarded per completed task as follows:\n\n| Status | Points |\n| :------------ | -----: |\n| Fixed | 5 |\n| Not an Issue | 3 |\n| Already Fixed | 3 |\n| Can't Complete| 1 |\n| Skipped | 0 |\n",
"Leaderboard.scoringMethod.explanation": "\n##### Points are awarded per completed task as follows:\n\n| Status | Points |\n| :------------ | -----: |\n| Fixed | 5 |\n| Not an Issue | 3 |\n| Already Fixed | 3 |\n| Too Hard | 1 |\n| Skipped | 0 |\n",
"Leaderboard.scoringMethod.label": "Scoring method",
"Leaderboard.title": "Leaderboard",
"Leaderboard.updatedDaily": "Updated every 24 hours",
Expand Down Expand Up @@ -1134,7 +1138,7 @@
"Navbar.links.review": "Review",
"Navbar.links.sent": "Sent",
"Navbar.links.signout": "Teken Uit",
"Navbar.links.superAdminMetrics": "Super Admin Settings",
"Navbar.links.superAdminMetrics": "Super Admin Metrics",
"Navbar.links.teams": "Teams",
"Navbar.links.userAchievements": "Achievements",
"Navbar.links.userMetrics": "User Metrics",
Expand Down Expand Up @@ -1352,7 +1356,7 @@
"ReviewStatus.metrics.rejectedReview": "Reviewed tasks that failed",
"ReviewStatus.metrics.taskStatus.label": "{status} Tasks",
"ReviewStatus.metrics.title": "Review Status",
"ReviewStatus.metrics.tooHard": "CAN'T COMPLETE",
"ReviewStatus.metrics.tooHard": "TOO HARD",
"ReviewTaskPane.controls.unlock.label": "Unlock",
"ReviewTaskPane.indicators.locked.label": "Task locked",
"RolePicker.chooseRole.label": "Choose Role",
Expand Down
12 changes: 8 additions & 4 deletions src/lang/cs_CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"Admin.ChallengeTaskMap.controls.inspectTask.label": "Zkontrolovat úlohu",
"Admin.EditChallenge.bulkCancel.header": "Cancel Edit",
"Admin.EditChallenge.bulkEdit.header": "Bulk Edit",
"Admin.EditChallenge.bulkSubmit.header": "Submit Bulk Edit",
"Admin.EditChallenge.clone.header": "Klonovat",
"Admin.EditChallenge.controls.cancel.label": "Abandon Changes",
"Admin.EditChallenge.controls.cancelNewChallenge.label": "Abandon Challenge",
Expand All @@ -118,6 +119,7 @@
"Admin.EditChallenge.form.additionalKeywords.label": "Další klíčová slova pro kategorizaci",
"Admin.EditChallenge.form.blurb.description": "A very brief description of your challenge suitable for small spaces, such as a map marker popup. This field supports [Markdown](https://learn.maproulette.org/documentation/markdown/).",
"Admin.EditChallenge.form.blurb.label": "Blurb",
"Admin.EditChallenge.form.bulkSubmit.label": "The following changes will be applied to all selected challenges. This process is not reversible, so please review before submitting.",
"Admin.EditChallenge.form.category.description": "Výběr vhodné kategorie pro vaši výzvu pomůže uživatelům objevit výzvy, které odpovídají jejich zájmům. Pokud se nic nezdá vhodné, zvolte kategorii Ostatní.",
"Admin.EditChallenge.form.category.label": "How should your Challenge be Categorized?",
"Admin.EditChallenge.form.checkinComment.description": "Komentář bude přidružen ke změnám provedeným uživateli v editoru",
Expand Down Expand Up @@ -197,6 +199,7 @@
"Admin.EditChallenge.form.required.label": "is a required property",
"Admin.EditChallenge.form.requiresLocal.description": "Úkoly vyžadují místní nebo základní znalosti. Poznámka: výzva se neobjeví v seznamu Najít výzvy.",
"Admin.EditChallenge.form.requiresLocal.label": "Requires Local Knowledge",
"Admin.EditChallenge.form.reviewAndSubmit.label": "Review and Submit",
"Admin.EditChallenge.form.reviewSetting.description": "This will pre-check the users request review box when submitting a task.",
"Admin.EditChallenge.form.reviewSetting.label": "Request Review By Default",
"Admin.EditChallenge.form.source.label": "Location of your Task Data",
Expand Down Expand Up @@ -349,7 +352,7 @@
"Admin.Task.fields.actions.fixed": "Fixed",
"Admin.Task.fields.actions.notAnIssue": "Not an Issue",
"Admin.Task.fields.actions.skipped": "Skipped",
"Admin.Task.fields.actions.tooHard": "Can't Complete",
"Admin.Task.fields.actions.tooHard": "Too Hard",
"Admin.Task.fields.name.label": "Úkol:",
"Admin.Task.fields.status.label": "Stav: ",
"Admin.TaskAnalysisTable.bundleMember.tooltip": "Member of a task bundle",
Expand Down Expand Up @@ -562,9 +565,10 @@
"ChallengeFilterSubnav.controls.sortBy.label": "Třídit podle",
"ChallengeFilterSubnav.filter.categorization.add": "Add:",
"ChallengeFilterSubnav.filter.categorization.anything": "Anything",
"ChallengeFilterSubnav.filter.categorization.delete": "You must delete a category.",
"ChallengeFilterSubnav.filter.categorization.delete": "You must delete a category",
"ChallengeFilterSubnav.filter.categorization.new": "to add a new one.",
"ChallengeFilterSubnav.filter.categorization.set": "You have not set any categories.",
"ChallengeFilterSubnav.filter.categorization.signIn": "You must sign in to add a keyword.",
"ChallengeFilterSubnav.filter.categorize.label": "Categorize",
"ChallengeFilterSubnav.filter.difficulty.label": "Náročnost",
"ChallengeFilterSubnav.filter.keyword.label": "Work on",
Expand Down Expand Up @@ -1134,7 +1138,7 @@
"Navbar.links.review": "Kontrola",
"Navbar.links.sent": "Sent",
"Navbar.links.signout": "Odhlásit",
"Navbar.links.superAdminMetrics": "Super Admin Settings",
"Navbar.links.superAdminMetrics": "Super Admin Metrics",
"Navbar.links.teams": "Týmy",
"Navbar.links.userAchievements": "Achievements",
"Navbar.links.userMetrics": "Metriky uživatele",
Expand Down Expand Up @@ -1352,7 +1356,7 @@
"ReviewStatus.metrics.rejectedReview": "Reviewed tasks that failed",
"ReviewStatus.metrics.taskStatus.label": "{status} Tasks",
"ReviewStatus.metrics.title": "Review Status",
"ReviewStatus.metrics.tooHard": "CAN'T COMPLETE",
"ReviewStatus.metrics.tooHard": "TOO HARD",
"ReviewTaskPane.controls.unlock.label": "Unlock",
"ReviewTaskPane.indicators.locked.label": "Task locked",
"RolePicker.chooseRole.label": "Choose Role",
Expand Down
8 changes: 6 additions & 2 deletions src/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"Admin.ChallengeTaskMap.controls.inspectTask.label": "Aufgabe analysieren",
"Admin.EditChallenge.bulkCancel.header": "Bearbeiten abbrechen",
"Admin.EditChallenge.bulkEdit.header": "Massenbearbeitung",
"Admin.EditChallenge.bulkSubmit.header": "Massenbearbeitung einreichen",
"Admin.EditChallenge.clone.header": "Klonen",
"Admin.EditChallenge.controls.cancel.label": "Änderungen verwerfen",
"Admin.EditChallenge.controls.cancelNewChallenge.label": "Kampagne verwerfen",
Expand All @@ -118,6 +119,7 @@
"Admin.EditChallenge.form.additionalKeywords.label": "Zusätzliche Schlagwörter zur Kategorisierung",
"Admin.EditChallenge.form.blurb.description": "Eine sehr kurze Beschreibung Ihrer Kampagne, die in einen kleinen Ausschnitt passt, z. B. für ein Popup Fenster. Dieses Feld unterstützt [Markdown](https://learn.maproulette.org/documentation/markdown/).",
"Admin.EditChallenge.form.blurb.label": "Klappentext",
"Admin.EditChallenge.form.bulkSubmit.label": "The following changes will be applied to all selected challenges. This process is not reversible, so please review before submitting.",
"Admin.EditChallenge.form.category.description": "Die geeignete Kategorie für deine Kampagne hilft Benutzern, Kampagnen zu entdecken, die ihren Interessen entsprechen. Wenn du keine passende Kategorie findest, wähle Andere.",
"Admin.EditChallenge.form.category.label": "Wie soll die Kampagne kategorisiert werden?",
"Admin.EditChallenge.form.checkinComment.description": "Kommentar, der den Änderungen von Benutzern im Editor zugeordnet wird",
Expand Down Expand Up @@ -197,6 +199,7 @@
"Admin.EditChallenge.form.required.label": "ist eine erforderliche Eigenschaft",
"Admin.EditChallenge.form.requiresLocal.description": "Die Aufgaben benötigen lokales oder Vor-Ort-Wissen, um sie zu erledigen. Hinweis: Die Kampagne erscheint nicht in der Kampagnen-Suche.",
"Admin.EditChallenge.form.requiresLocal.label": "Ortskenntnisse erforderlich",
"Admin.EditChallenge.form.reviewAndSubmit.label": "Review and Submit",
"Admin.EditChallenge.form.reviewSetting.description": "This will pre-check the users request review box when submitting a task.",
"Admin.EditChallenge.form.reviewSetting.label": "Request Review By Default",
"Admin.EditChallenge.form.source.label": "Ort der Aufgabendaten",
Expand Down Expand Up @@ -562,9 +565,10 @@
"ChallengeFilterSubnav.controls.sortBy.label": "Sortieren nach",
"ChallengeFilterSubnav.filter.categorization.add": "Add:",
"ChallengeFilterSubnav.filter.categorization.anything": "Anything",
"ChallengeFilterSubnav.filter.categorization.delete": "You must delete a category.",
"ChallengeFilterSubnav.filter.categorization.delete": "You must delete a category",
"ChallengeFilterSubnav.filter.categorization.new": "to add a new one.",
"ChallengeFilterSubnav.filter.categorization.set": "You have not set any categories.",
"ChallengeFilterSubnav.filter.categorization.signIn": "You must sign in to add a keyword.",
"ChallengeFilterSubnav.filter.categorize.label": "Categorize",
"ChallengeFilterSubnav.filter.difficulty.label": "Schwierigkeit",
"ChallengeFilterSubnav.filter.keyword.label": "Thema",
Expand Down Expand Up @@ -1134,7 +1138,7 @@
"Navbar.links.review": "Prüfung",
"Navbar.links.sent": "Sent",
"Navbar.links.signout": "Abmelden",
"Navbar.links.superAdminMetrics": "Super Admin Settings",
"Navbar.links.superAdminMetrics": "Super Admin Metrics",
"Navbar.links.teams": "Teams",
"Navbar.links.userAchievements": "Auszeichnungen",
"Navbar.links.userMetrics": "Benutzerstatistik",
Expand Down
Loading

0 comments on commit d2521cd

Please sign in to comment.