@@ -7,6 +7,40 @@ The format is based on
77This 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
0 commit comments