File tree Expand file tree Collapse file tree 4 files changed +147
-129
lines changed Expand file tree Collapse file tree 4 files changed +147
-129
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on
5
5
[ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
7
+ ## [ v3.16.8] - 2025-03-16
8
+ Released with [ maproulette-backend_v4.7.4] ( https://github.com/maproulette/maproulette-backend/releases/tag/v4.7.4 )
9
+
10
+ ## What's Changed
11
+ * Rewrite all ` Array.forEach ` and lodash ` _each ` as plain for loops by @jake-low in https://github.com/maproulette/maproulette3/pull/2575
12
+ * fix undefined variable in for loop bug by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2591
13
+ * remove redundant expensive task/marker endpoint call by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2592
14
+ * Fix broken links in DEVELOPMENT.md caused by hard wrapping by @jake-low in https://github.com/maproulette/maproulette3/pull/2589
15
+ * enhance nearby task completion modal by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2552
16
+ * fix initial challenge clusters clicking behavior by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2588
17
+ * Fix completion state not being saved in completion workflow by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2595
18
+
19
+ ## MR2 Changes
20
+ * add nearbyTasksWithinBounds endpoints by @CollinBeczak in https://github.com/maproulette/maproulette-backend/pull/1170
21
+ * Sent box enhancements by @jschwarz2030 in https://github.com/maproulette/maproulette-backend/pull/1172
22
+
23
+ ** Full Changelog** : https://github.com/maproulette/maproulette3/compare/v3.16.7...v3.16.8
24
+
7
25
## [ v3.16.7] - 2025-03-04
8
26
Released with [ maproulette-backend_v4.7.3] ( https://github.com/maproulette/maproulette-backend/releases/tag/v4.7.3 )
9
27
You can’t perform that action at this time.
0 commit comments