Skip to content

Commit

Permalink
Bump to v3.15.9 (#2402)
Browse files Browse the repository at this point in the history
* bump to v3.15.9
  • Loading branch information
CollinBeczak authored Aug 14, 2024
1 parent e170d37 commit 95dca9d
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 91 deletions.
35 changes: 30 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,44 @@ The format is based on
This project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v3.15.8] - 2024-7-10
## [v3.15.9] - 2024-8-13
Released with [maproulette-backend_v4.5.4](https://github.com/maproulette/maproulette-backend/releases/tag/v4.5.4)

## What's Changed
* add your locked tasks widget by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2389
* fix archived filter on challenge result list by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2400
* Fix the editor overwrite bug by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2399
* fix user search bug in comments when pressing enter by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2396
* fix errors related to map unmounting by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2394
* Update DEVELOPMENT.md instructions for setting up OAuth2 for local backend by @jake-low in https://github.com/maproulette/maproulette3/pull/2393
* fix comment overflow styles by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2390
* add documentation links to mr tag features by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2386
* fix reviewNearbyTasks widget undefined prop by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2381
* remove leafletElement update in location widget by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2384
* fix bundling issues related to created status by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2387
* Refactor completion widget by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2388
* Show a warning when clicking 'I fixed it' if embedded Rapid editor has unsaved changes by @jake-low in https://github.com/maproulette/maproulette3/pull/2393
* Update test snapshot for WithEditor HOC by @jake-low in https://github.com/maproulette/maproulette3/pull/2401

## MR2 Changes
* add Retrieve a Users Locked Tasks endpoint by @CollinBeczak in https://github.com/maproulette/maproulette-backend/pull/1139
* fix stale review_started_at column by @CollinBeczak in https://github.com/maproulette/maproulette-backend/pull/1138
* add users.avatar_url constraint and default by @CollinBeczak in https://github.com/maproulette/maproulette-backend/pull/1141
* Improve error message when OverpassQL query mistakenly specifies [out:xml] by @jake-low in https://github.com/maproulette/maproulette-backend/pull/1142
* Move from Java 11 to Java 17 compile and runtime by @ljdelight (closes https://github.com/maproulette/maproulette-backend/issues/1115)

**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.15.8...v3.15.9

## [v3.15.8] - 2024-7-10
Released with [maproulette-backend_v4.5.3](https://github.com/maproulette/maproulette-backend/releases/tag/v4.5.3)

## What's Changed
* Fix zoom and panning issues in maps by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2378

**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.15.7...v3.15.8

## [v3.15.7] - 2024-7-09
Released with [maproulette-backend_v4.5.4](https://github.com/maproulette/maproulette-backend/releases/tag/v4.5.4)
Released with [maproulette-backend_v4.5.3](https://github.com/maproulette/maproulette-backend/releases/tag/v4.5.3)

## What's Changed
* Bump various dependencies related to react-leaflet bump from v2.7.0 to v4.2.1 by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2367
Expand All @@ -27,9 +55,6 @@ Released with [maproulette-backend_v4.5.4](https://github.com/maproulette/maprou
* Remove overlapping tasks marker to allow users to un-cluster overlapped tasks, spider them, and open their individual popups by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2367
* add links to task ids in work on multiple tasks widget by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2372

## MR2 Changes
* Fix deleted parent filter by @CollinBeczak in https://github.com/maproulette/maproulette-backend/pull/1135

**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.15.6...v3.15.7

## [v3.15.6] - 2024-6-14
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.8",
"version": "3.15.9",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.4",
Expand Down
6 changes: 3 additions & 3 deletions src/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
"Challenge.difficulty.expert": "Experte",
"Challenge.difficulty.normal": "Normal",
"Challenge.fields.ChallengeResultList.label": "{count,plural,=0{Keine Kampagnen} one{# Kampagne} other{# Kampagnen}} im Projekt abgeschlossen",
"Challenge.fields.completed.label": "Completed",
"Challenge.fields.completed.label": "Abgeschlossen",
"Challenge.fields.difficulty.label": "Schwierigkeit",
"Challenge.fields.lastTaskRefresh.label": "Aufgabendaten erhoben",
"Challenge.fields.viewLeaderboard.label": "Bestenliste anzeigen",
Expand Down Expand Up @@ -1101,7 +1101,7 @@
"Locale.nl.label": "nl (niederländisch)",
"Locale.pl.label": "pl (polnisch)",
"Locale.pt-BR.label": "pt-BR (Brasilianisches Portugiesisch)",
"Locale.pt-PT.label": "pt-PT (Português Portugal)",
"Locale.pt-PT.label": "pt-PT (Portugiesisch Portugal)",
"Locale.ru-RU.label": "ru-RU (Russisch - Russland)",
"Locale.sr.label": "sr (Serbisch)",
"Locale.tr.label": "tr (türkisch)",
Expand Down Expand Up @@ -1269,7 +1269,7 @@
"ProjectDetails.fields.viewLeaderboard.label": "Bestenliste anzeigen",
"ProjectDetails.fields.viewReviews.label": "Prüfung",
"ProjectDetails.management.controls.manage.label": "Verwalten",
"ProjectDetails.management.controls.showAll.label": "Display All Challenges",
"ProjectDetails.management.controls.showAll.label": "Alle Kampagnen anzeigen",
"ProjectDetails.management.controls.start.label": "Start",
"ProjectPickerModal.chooseProject": "Wähle ein Projekt",
"ProjectPickerModal.noProjects": "Keine Projekte gefunden",
Expand Down
40 changes: 20 additions & 20 deletions src/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ActiveTask.controls.comments.tooltip": "Voir les commentaires",
"ActiveTask.controls.fixed.label": "J'ai résolu la tâche !",
"ActiveTask.controls.info.tooltip": "Détails de la tâche",
"ActiveTask.controls.notFixed.label": "Can't Complete",
"ActiveTask.controls.notFixed.label": "Impossible de terminer",
"ActiveTask.controls.status.tooltip": "Statut existant",
"ActiveTask.controls.viewChangset.label": "Voir le groupe de modifications",
"ActiveTask.heading": "Informations sur le défi",
Expand Down Expand Up @@ -77,7 +77,7 @@
"Admin.Challenge.activity.label": "Activité récente",
"Admin.Challenge.basemap.none": "Utilisateur par défaut",
"Admin.Challenge.controls.archive.label": "Archiver le défi",
"Admin.Challenge.controls.clone.label": "Clôner",
"Admin.Challenge.controls.clone.label": "Cloner",
"Admin.Challenge.controls.delete.confirm": "Êtes-vous sûr de vouloir supprimer ce défi ?",
"Admin.Challenge.controls.delete.label": "Supprimer le défi",
"Admin.Challenge.controls.delete.warn": "Cette action ne peut pas être annulée.",
Expand All @@ -99,7 +99,7 @@
"Admin.Challenge.tasksCreatedCount": "tâches déjà créées.",
"Admin.Challenge.tasksFailed": "La tâche n'a pas réussi à être créée",
"Admin.Challenge.tasksNone": "Pas de tâche",
"Admin.Challenge.tasksUpdating": "Tasks Updating...",
"Admin.Challenge.tasksUpdating": "Tâche en cours de mise-à-jour ...",
"Admin.Challenge.totalCreationTime": "Temps écoulé total :",
"Admin.ChallengeAnalysisTable.controls.copyChallengeURL.label": "Copier l'URL",
"Admin.ChallengeList.noChallenges": "Aucun Défi",
Expand All @@ -108,7 +108,7 @@
"Admin.EditChallenge.bulkCancel.header": "Annuler la modification",
"Admin.EditChallenge.bulkEdit.header": "Bulk Edit",
"Admin.EditChallenge.bulkSubmit.header": "Submit Bulk Edit",
"Admin.EditChallenge.clone.header": "Clôner",
"Admin.EditChallenge.clone.header": "Cloner",
"Admin.EditChallenge.controls.cancel.label": "Abandonner les changements",
"Admin.EditChallenge.controls.cancelNewChallenge.label": "Abandonner le défi",
"Admin.EditChallenge.controls.showLongform.tooltip": "Montrer tous les champs",
Expand Down Expand Up @@ -352,11 +352,11 @@
"Admin.Task.controls.editTask.tooltip": "Éditer la tâche",
"Admin.Task.fields.actions.alreadyFixed": "Already Fixed",
"Admin.Task.fields.actions.created": "créé",
"Admin.Task.fields.actions.disabled": "Disabled",
"Admin.Task.fields.actions.fixed": "Fixed",
"Admin.Task.fields.actions.notAnIssue": "Not an Issue",
"Admin.Task.fields.actions.disabled": "Désactiver",
"Admin.Task.fields.actions.fixed": "Corrigé",
"Admin.Task.fields.actions.notAnIssue": "Pas une problème",
"Admin.Task.fields.actions.skipped": "passé",
"Admin.Task.fields.actions.tooHard": "Can't Complete",
"Admin.Task.fields.actions.tooHard": "Impossible de terminer",
"Admin.Task.fields.name.label": "Task:",
"Admin.Task.fields.status.label": "Statut",
"Admin.TaskAnalysisTable.bundleMember.tooltip": "Membre d'un groupe de tâches",
Expand Down Expand Up @@ -390,7 +390,7 @@
"Admin.TaskPropertyStyleRules.styleValue.placeholder": "valeur",
"Admin.TaskPropertyStyleRules.styles.doc": "Apprendre à configurer les styles",
"Admin.TaskPropertyStyleRules.styles.header": "Personnalisation de la propriété de la tâche",
"Admin.TaskReview.controls.alreadyReviewed": "Task has already been reviewed",
"Admin.TaskReview.controls.alreadyReviewed": "Les tâches ont déjà été vérifiées",
"Admin.TaskReview.controls.approved": "Approuver",
"Admin.TaskReview.controls.approvedWithFixes": "Approuver (avec corrections)",
"Admin.TaskReview.controls.approvedWithFixesAfterRevisions": "Approuvé (avec corrections)",
Expand All @@ -400,7 +400,7 @@
"Admin.TaskReview.controls.currentReviewStatus.label": "Statut de vérification :",
"Admin.TaskReview.controls.currentTaskStatus.label": "Statut de la tâche :",
"Admin.TaskReview.controls.errorTags": "tags erreur",
"Admin.TaskReview.controls.next": "Review next task",
"Admin.TaskReview.controls.next": "Vérifier la tâche suivante",
"Admin.TaskReview.controls.rejected": "Refuser",
"Admin.TaskReview.controls.resubmit": "Renvoyer pour vérification",
"Admin.TaskReview.controls.resubmitMetaReReview": "Demander à nouveau une méta-analyse",
Expand Down Expand Up @@ -435,14 +435,14 @@
"Admin.manage.header": "Administration",
"Admin.manage.virtual": "Virtuel",
"Admin.manageProjectChallenges.controls.archiveSelected.label": "Archives sélectionnées",
"Admin.manageProjectChallenges.controls.deleteSelected.label": "Delete Selected",
"Admin.manageProjectChallenges.controls.editSelected.label": "Edit Selected",
"Admin.manageProjectChallenges.controls.deleteSelected.label": "Supprimer la sélection",
"Admin.manageProjectChallenges.controls.editSelected.label": "Éditer la sélection",
"Admin.manageProjectChallenges.controls.export.title": "Exporter",
"Admin.manageProjectChallenges.controls.exportCSV.label": "Exporter en CSV",
"Admin.manageProjectChallenges.controls.exportReviewCSV.label": "Exporter les validations des cartographes en CSV",
"Admin.manageProjectChallenges.controls.moveSelected.label": "Move Selected",
"Admin.manageProjectChallenges.controls.moveSelected.label": "Déplacer la sélection",
"Admin.manageProjectChallenges.controls.timezone.label": "Fuseau horaire",
"Admin.manageProjectChallenges.controls.unarchiveSelected.label": "Unarchive Selected",
"Admin.manageProjectChallenges.controls.unarchiveSelected.label": "Désarchiver la sélection",
"Admin.manageTasks.controls.bulkSelection.tooltip": "Sélectionner des tâches",
"Admin.manageTasks.controls.changePriority.label": "Changer la priorité",
"Admin.manageTasks.controls.changeReviewStatus.label": "Retirer de la file d'attente de révision",
Expand All @@ -454,10 +454,10 @@
"Admin.manageTasks.controls.exportCSV.label": "Exporter en CSV",
"Admin.manageTasks.controls.exportGeoJSON.label": "Exporter en GeoJSON",
"Admin.manageTasks.controls.exportMapperReviewCSV.label": "Exporter les validations des cartographes en CSV",
"Admin.manageTasks.controls.exportOSMData.label": "Export OSM Data",
"Admin.manageTasks.controls.exportOSMData.label": "Exporter les données OSM",
"Admin.manageTasks.controls.exportReviewerMetaCSV.label": "Exporter la couverture des méta-analyses en CSV",
"Admin.manageTasks.controls.exportTaskReviewHistory.label": "Exporter l'historique des vérifications de tâches en CSV",
"Admin.manageTasks.controls.filterList.label": "Filter By:",
"Admin.manageTasks.controls.filterList.label": "Filtrer par :",
"Admin.manageTasks.controls.hideReviewColumns.label": "Marquer la colonne de vérification",
"Admin.manageTasks.controls.removeMetaReviewStatus.label": "Retirer de la méta-analyse",
"Admin.manageTasks.controls.showReviewColumns.label": "Afficher la colonne de vérification",
Expand All @@ -477,12 +477,12 @@
"Challenge.basemap.openStreetMap": "OSM",
"Challenge.controls.clearFilters.label": "Désactiver les filtres",
"Challenge.controls.doesntExist.label": "No discoverable task with this id exists.",
"Challenge.controls.goTo.label": "Go directly to:",
"Challenge.controls.invalidId.label": "Id must be a number.",
"Challenge.controls.goTo.label": "Aller directement à :",
"Challenge.controls.invalidId.label": "L'Id doit être un chiffre.",
"Challenge.controls.loadMore.label": "Plus de résultats",
"Challenge.controls.save.label": "Sauvegarder",
"Challenge.controls.start.label": "Démarrer",
"Challenge.controls.task.label": "Task",
"Challenge.controls.task.label": "Tâche",
"Challenge.controls.taskLoadBy.label": "Charger les tâches de :",
"Challenge.controls.unsave.label": "Retirer des défis sauvegardés",
"Challenge.controls.unsave.tooltip": "Enlever le défi des favoris",
Expand Down Expand Up @@ -543,7 +543,7 @@
"ChallengeCard.totalTasks": "tâches au total",
"ChallengeDetails.Task.fields.featured.label": "Phare",
"ChallengeDetails.controls.checkbox.error": "Please ensure that checkbox is checked before continue",
"ChallengeDetails.controls.clone.challenge": "Clone Challenge",
"ChallengeDetails.controls.clone.challenge": "Cloner le défi",
"ChallengeDetails.controls.email": "Email",
"ChallengeDetails.controls.favorite.label": "Mis en favoris",
"ChallengeDetails.controls.favorite.tooltip": "Enregistrer en favoris",
Expand Down
2 changes: 1 addition & 1 deletion src/lang/it_IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@
"Dashboard.header.globally": "globalmente.",
"Dashboard.header.jumpBackIn": "Torna indietro!",
"Dashboard.header.pointsPrompt": ", guadagnato",
"Dashboard.header.rankPrompt": "e",
"Dashboard.header.rankPrompt": " e",
"Dashboard.header.resume": "Riprendi la tua ultima sfida",
"Dashboard.header.somethingNew": "qualcosa di nuovo",
"Dashboard.header.userScore": "{points, number} punti",
Expand Down
Loading

0 comments on commit 95dca9d

Please sign in to comment.