Skip to content

Commit

Permalink
Bump to v3.15.10 (#2433)
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak authored Sep 11, 2024
1 parent e332ce1 commit 3c2400f
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 61 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,34 @@ The format is based on
This project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v3.15.10] - 2024-9-10
Released with [maproulette-backend_v4.5.5](https://github.com/maproulette/maproulette-backend/releases/tag/v4.5.5)

## What's Changed
* fix empy mr tag bug by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2413
* fix infinite loader on user dashboard by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2428
* Fix bug when fetching user metrics for dashboard header by @jake-low in https://github.com/maproulette/maproulette3/pull/2411
* resolve ResizeMap errors by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2416
* revert "Fix the editor overwrite bug." commit by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2418
* fix pickEditor undefined bug by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2419
* Fix infinite loop for users without a widget layout by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2427
* Prevent OSM/external ID updates in challenge edit forms by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2423
* Refresh challenge on rebuild by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2422
* Fix tag widget rendering bug by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2420
* Show owner name on challenge and project pages by @jake-low in https://github.com/maproulette/maproulette3/pull/2429
* Migrate to new ESLint config format and fix some lint errors by @jake-low in https://github.com/maproulette/maproulette3/pull/2412
* Resolve setState error on user dashboard by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2431
* Bump micromatch from 4.0.5 to 4.0.8 by dependabot in https://github.com/maproulette/maproulette3/pull/2425
* Bump webpack from 5.89.0 to 5.94.0 by dependabot in https://github.com/maproulette/maproulette3/pull/2424
* Refactor Rapid integration to load the editor in an iframe by @jake-low https://github.com/maproulette/maproulette3/pull/2403


## MR2 Changes
* Fix deleted parent filter by @CollinBeczak in https://github.com/maproulette/maproulette-backend/pull/1135
* add test and prevent null values on task name setup by @CollinBeczak in https://github.com/maproulette/maproulette-backend/pull/1147

**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.15.9...v3.15.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)

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.9",
"version": "3.15.10",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.4",
Expand Down
6 changes: 3 additions & 3 deletions src/lang/pt_PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
"Challenge.difficulty.expert": "Especialista",
"Challenge.difficulty.normal": "Normal",
"Challenge.fields.ChallengeResultList.label": "{count,plural,=0{Sem desafios concluídos} one{# desafio concluído} other{# desafios concluídos}} no projeto",
"Challenge.fields.completed.label": "Completed",
"Challenge.fields.completed.label": "Concluído",
"Challenge.fields.difficulty.label": "Dificuldade",
"Challenge.fields.lastTaskRefresh.label": "Dados da tarefa obtidos em",
"Challenge.fields.viewLeaderboard.label": "Ver tabela de classificação",
Expand Down Expand Up @@ -1101,7 +1101,7 @@
"Locale.nl.label": "nl (holandês)",
"Locale.pl.label": "pl (polaco)",
"Locale.pt-BR.label": "pt-BR (português do Brasil)",
"Locale.pt-PT.label": "pt-PT (Português Portugal)",
"Locale.pt-PT.label": "pt-PT (português de Portugal)",
"Locale.ru-RU.label": "ru-RU (russo - Rússia)",
"Locale.sr.label": "sr (sérvio)",
"Locale.tr.label": "tr (turco)",
Expand Down Expand Up @@ -1269,7 +1269,7 @@
"ProjectDetails.fields.viewLeaderboard.label": "Ver tabela de classificação",
"ProjectDetails.fields.viewReviews.label": "Rever",
"ProjectDetails.management.controls.manage.label": "Gerir",
"ProjectDetails.management.controls.showAll.label": "Display All Challenges",
"ProjectDetails.management.controls.showAll.label": "Mostrar todos os desafios",
"ProjectDetails.management.controls.start.label": "Começar",
"ProjectPickerModal.chooseProject": "Escolha um projeto",
"ProjectPickerModal.noProjects": "Nenhum projeto encontrado",
Expand Down
10 changes: 5 additions & 5 deletions src/lang/ru_RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ActiveTask.controls.comments.tooltip": "Показать комментарии",
"ActiveTask.controls.fixed.label": "Я исправил это!",
"ActiveTask.controls.info.tooltip": "Подробности задачи",
"ActiveTask.controls.notFixed.label": "Can't Complete",
"ActiveTask.controls.notFixed.label": "Не удается завершить",
"ActiveTask.controls.status.tooltip": "Существующий статус",
"ActiveTask.controls.viewChangset.label": "Посмотреть набор изменений",
"ActiveTask.heading": "Информация о вызове",
Expand Down Expand Up @@ -107,7 +107,7 @@
"Admin.ChallengeTaskMap.controls.inspectTask.label": "Осмотреть задачу",
"Admin.EditChallenge.bulkCancel.header": "Отменить изменения",
"Admin.EditChallenge.bulkEdit.header": "Массовое изменение",
"Admin.EditChallenge.bulkSubmit.header": "Submit Bulk Edit",
"Admin.EditChallenge.bulkSubmit.header": "Подтверждать массовое редактирование",
"Admin.EditChallenge.clone.header": "Клонировать",
"Admin.EditChallenge.controls.cancel.label": "Отказаться от изменений",
"Admin.EditChallenge.controls.cancelNewChallenge.label": "Отказаться от вызова",
Expand All @@ -117,7 +117,7 @@
"Admin.EditChallenge.form.addMRTags.placeholder": "Добавить MR-теги",
"Admin.EditChallenge.form.additionalKeywords.description": "При желании вы можете указать дополнительные ключевые слова, которые помогут обнаружить ваш вызов.",
"Admin.EditChallenge.form.additionalKeywords.label": "Дополнительные ключевые слова категоризации",
"Admin.EditChallenge.form.automatedEditsCode.UICheckboxLabel": "I have read and understand the OSM Automated Edits code of conduct",
"Admin.EditChallenge.form.automatedEditsCode.UICheckboxLabel": "Я прочитал и понимаю кодекс по автоматическому редактированию OSM",
"Admin.EditChallenge.form.automatedEditsCode.description": "You are about to create a MapRoulette challenge. With this power comes responsibility. Make sure that your Challenge is designed to encourage careful human attention to each task, in the spirit of OpenStreetMap's [Automated Edits code of conduct](https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct). Please read this document carefully. By checking the box below, you acknowledge that you understand and accept this responsibility.",
"Admin.EditChallenge.form.automatedEditsCode.label": "Automated Edits Code of Conduct Agreement",
"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/).",
Expand Down Expand Up @@ -162,7 +162,7 @@
"Admin.EditChallenge.form.includeCheckinHashtag.value.false.label": "Пропустить хэштег",
"Admin.EditChallenge.form.includeCheckinHashtag.value.true.label": "Automatically append `#maproulette` hashtag (highly recommended)",
"Admin.EditChallenge.form.instruction.description": "The instruction tells a mapper how to resolve a Task in your Challenge. This is what mappers see in the Instructions box every time a task is loaded, and is the primary piece of information for the mapper about how to solve the task, so think about this field carefully. You can include links to the OSM wiki or any other hyperlink if you want, because this field supports [Markdown](https://learn.maproulette.org/documentation/markdown/). You can also reference feature properties from your GeoJSON with simple [mustache tags](https://learn.maproulette.org/documentation/mustache-tag-replacement/): e.g. `'{{address}}'` would be replaced with the value of the `address` property, allowing for basic customization of instructions for each task. This field is required.",
"Admin.EditChallenge.form.instruction.label": "Detailed Instructions for Mappers",
"Admin.EditChallenge.form.instruction.label": "Подробные инструкции для мапперов",
"Admin.EditChallenge.form.instructionsDescription": "Instructions must be longer than {minLength} characters.",
"Admin.EditChallenge.form.limitReviewTags.description": "Allow other tags during task review?",
"Admin.EditChallenge.form.limitTags.description": "Allow other tags during task completion?",
Expand Down Expand Up @@ -202,7 +202,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.reviewAndSubmit.label": "Просмотреть и Подтвердить",
"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": "Расположение ваших данных задачи",
Expand Down
Loading

0 comments on commit 3c2400f

Please sign in to comment.