Skip to content

Commit

Permalink
Bump to v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nrotstan committed Feb 5, 2019
1 parent 7b27738 commit 3f7521a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,31 @@ The format is based on
This project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v3.1.3] - 2019-02-05
### Added
- Support for [simplestyle](https://github.com/mapbox/simplestyle-spec) task-feature styling by @zverik
- Korean translation by @depth221
- OSM Data map layer with latest OSM data during task completion
- New keyboard shortcuts available during task completion: `s` to toggle
visibility of the task-features layer and `o` to toggle the new OSM data
layer on/off
- Display of logged-in user's leaderboard ranking even if not in top list
- Country-specific leaderboards
- Option to show more users on leaderboard to view further down the rankings
- Move discovery map with Nominatum search using `m/` search-box short command, e.g. `m/moscow`
- Display of total elapsed time when challenge tasks are building
- Display of count and percentage of tasks remaining alongside challenge progress

### Fixed
- Typo in Japanese translation by @higa4
- Missing "Manage" option when challenge owner browsing non-visible challenge
- Inability to remove default changeset comment from existing challenge

### Changed
- "Create" top-nav link is now "Create & Manage" to improve clarity
- Show Lon/Lat of task on task completion page instead of Lat/Lon


## [v3.1.2] - 2019-01-10
### Added
- Japanese translation by @higa4
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.1.2",
"version": "3.1.3",
"private": true,
"dependencies": {
"@mapbox/geojsonhint": "^2.0.1",
Expand Down

0 comments on commit 3f7521a

Please sign in to comment.