Skip to content

Commit b8262fa

Browse files
committed
bump to v3.17.14
1 parent a9c69ab commit b8262fa

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on
55
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66

7+
## [v3.17.14] - 2025-09-10
8+
9+
Released with [maproulette-backend_v4.8.0](https://github.com/maproulette/maproulette-backend/releases/tag/vv4.8.0)
10+
11+
## What's Changed
12+
* Update README.md - Add Donate badge by @danieldegroot2 in https://github.com/maproulette/maproulette3/pull/2724
13+
* Bump vite from 6.3.5 to 6.3.6 by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2722
14+
* Bump brace-expansion by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2718
15+
* fix Tasks removed from MapRoulette dashboard if all are marked as "Disabled" bug by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2727
16+
* add geoJSON input for Priority Bounds on challenge create/edit form by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2728
17+
18+
19+
**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.17.13...v3.17.14
20+
21+
722
## [v3.17.13] - 2025-09-10
823
Released with [maproulette-backend_v4.7.14](https://github.com/maproulette/maproulette-backend/releases/tag/v4.7.14)
924

lang/en-US.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,11 @@
727727
"CustomPriorityBoundsField.confirmClearAllMessage": "Are you sure you want to remove all {count} polygons? This action cannot be undone.",
728728
"CustomPriorityBoundsField.deletePolygon": "Delete Polygon",
729729
"CustomPriorityBoundsField.drawPolygon": "Draw Polygon",
730+
"CustomPriorityBoundsField.fileTypeError": "Please select a .json or .geojson file",
731+
"CustomPriorityBoundsField.geoJSONFormatInfo": "Expects a GeoJSON Feature or FeatureCollection containing Polygon geometry(s).",
730732
"CustomPriorityBoundsField.hideMap": "Hide Map",
731733
"CustomPriorityBoundsField.highPriority": "High Priority",
734+
"CustomPriorityBoundsField.invalidGeoJSON": "Invalid GeoJSON format. File must be a FeatureCollection with Polygon features.",
732735
"CustomPriorityBoundsField.lassoSelect": "Lasso Select",
733736
"CustomPriorityBoundsField.lowPriority": "Low Priority",
734737
"CustomPriorityBoundsField.mediumPriority": "Medium Priority",
@@ -737,6 +740,9 @@
737740
"CustomPriorityBoundsField.remove": "Remove",
738741
"CustomPriorityBoundsField.removePolygon": "Remove Polygon",
739742
"CustomPriorityBoundsField.showMap": "Show Map",
743+
"CustomPriorityBoundsField.uploadError": "Upload failed: {error}",
744+
"CustomPriorityBoundsField.uploadGeoJSON": "Upload GeoJSON",
745+
"CustomPriorityBoundsField.uploadSuccess": "Successfully uploaded {count} polygon{count, plural, one {} other {s}}",
740746
"CustomUrlList.controls.add.label": "Add URL",
741747
"CustomUrlList.description.description": "Optional brief description of the URL",
742748
"CustomUrlList.name.description": "A unique name/label for this custom URL",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maproulette3",
3-
"version": "3.17.13",
3+
"version": "3.17.14",
44
"type": "module",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)