Skip to content

Commit f1040d1

Browse files
committed
Bump to v3.1.2
1 parent 0dc3cf9 commit f1040d1

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,40 @@ The format is based on
77
This project adheres to
88
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
99

10+
## [v3.1.2] - 2019-01-10
11+
### Added
12+
- Japanese translation by @higa4
13+
- Allow commenting when reviewing task as a challenge owner (#138)
14+
- Option to edit only task features in JOSM (#452)
15+
- Include challenge search/filter criteria in URL for permalinking (#526)
16+
- Public challenge- and project-specific leaderboards (#536)
17+
- Allow longitudinal wrapping of maps (#593)
18+
- Offer "near me" challenge location search to signed-out users
19+
- Search-box short-command `m/` to move map to bounding box or centerpoint
20+
- Paging in admin area to improve performance for users managing a lot of
21+
projects and/or challenges
22+
- Option to clear filters when analyzing challenge tasks in admin area
23+
- Support numerical values and operators in challenge priority rule definitions
24+
- Minor optimizations to reduce number of network requests
25+
- [internal] Support front-end development without requiring installation of
26+
local back-end development server
27+
28+
### Fixed
29+
- Formatting fix in README by @kant
30+
- Failure to clone challenges that used legacy basemaps (#549)
31+
- Extraneous backslashes in custom basemap examples (#575)
32+
- Confusing error message if browser window too narrow in admin area
33+
34+
### Changed
35+
- keyboard shortcut key for opening Level0 editor is now `v` instead of `l`
36+
- The "about" modal dialog has been changed to a simple home page as a placeholder
37+
for an upcoming home page implementation
38+
39+
### Removed
40+
- [internal] chimp end-to-end testing framework temporarily removed for Node.js 10
41+
compatibility
42+
43+
1044
## [v3.1.1] - 2018-11-12
1145
### Added
1246
- Mapillary map layer when completing tasks

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.1.1",
3+
"version": "3.1.2",
44
"private": true,
55
"dependencies": {
66
"@mapbox/geojsonhint": "^2.0.1",

0 commit comments

Comments
 (0)