Skip to content

Releases: maproulette/maproulette3

v3.1.2

11 Jan 20:27
Compare
Choose a tag to compare

[v3.1.2] - 2019-01-11

Added

  • Japanese translation by @higa4
  • Allow commenting when reviewing task as a challenge owner (#138)
  • Option to edit only task features in JOSM (#452)
  • Include challenge search/filter criteria in URL for permalinking (#526)
  • Public challenge- and project-specific leaderboards (#536)
  • Allow longitudinal wrapping of maps (#593)
  • Offer "near me" challenge location search to signed-out users
  • Search-box short-command m/ to move map to bounding box or centerpoint
  • Paging in admin area to improve performance for users managing a lot of
    projects and/or challenges
  • Option to clear filters when analyzing challenge tasks in admin area
  • Support numerical values and operators in challenge priority rule definitions
  • Minor optimizations to reduce number of network requests
  • [internal] Support front-end development without requiring installation of
    local back-end development server

Fixed

  • Formatting fix in README by @kant
  • Failure to clone challenges that used legacy basemaps (#549)
  • Extraneous backslashes in custom basemap examples (#575)
  • Confusing error message if browser window too narrow in admin area

Changed

  • keyboard shortcut key for opening Level0 editor is now v instead of l
  • The "about" modal dialog has been changed to a simple home page as a placeholder
    for an upcoming home page implementation

Removed

  • [internal] chimp end-to-end testing framework temporarily removed for Node.js 10
    compatibility

Special thanks to @higa4 and @kant for their contributions! 🎉

v3.1.1

14 Nov 16:09
Compare
Choose a tag to compare

[v3.1.1] - 2018-11-12

Added

  • Mapillary map layer when completing tasks
  • Support rebuild of challenges sourced from local or remote GeoJSON (#527)
  • Option to remove unmatched tasks on challenge rebuild to reduce stale tasks
  • Control to load more challenge results in search results
  • Public leaderboards for each challenge (#536)

Fixed

  • Fix lag when typing a search query
  • Show GeoJSON validation errors (lost in line-by-line enhancement)
  • Allow switch to different GeoJSON source even after prior source had error
  • Reduce extraneous scrollbars from Create dashboard (#519)

v3.1.0

31 Oct 00:15
Compare
Choose a tag to compare

[v3.1.0] - 2018-10-30

Added

  • Add more keyboard shortcuts for task completion (#477).
  • Show age of tasks when browsing a challenge (#468).
  • Show the lat/lon of task under Location (#467).
  • Offer default layers and overlays from OSM Editor Layer Index (#466).
  • Allow mustache tags in instructions that reference task properties (#456).
  • New flexible, widget-based project/challenge administration interface (#450).
  • When showing tasks on search map, indicate how many tasks are shown (#435).
  • Support for Level0 editor (#423).
  • Sort control for challenge results (#211).
  • Help link in top navbar (#72).
  • Support for streamable line-by-line GeoJSON format.
  • Advanced option for challenge-owners to ignore detected GeoJSON errors.
  • Support for map overlays.
  • Use browser geolocation service for Near Me filter when available.
  • Open links in markdown content in new tabs.

Fixed

  • Don't prompt user to login if page doesn't require it (#492).
  • Don't prematurely display that a challenge is complete (#429, #458).
  • Don't preserve zoom if task features won't fit on map (#451).
  • Fix labels cut off on some charts (#448).
  • Don't re-encrypt user API key on user profile updates (#437, #442).
  • Allow challenge source to be modified if tasks fail to build (#436).
  • User could sometimes receive duplicate task with old status (#428).
  • Don't enable reset-tasks control for challenge owners if no tasks selected.
  • Don't show challenges with no remaining tasks in search results (#464).

Changed

  • Allow user to skip task after opening editor (#469).
  • Do not allow modification of priority for individual tasks (#390).
  • [internal] Refactor challenge search to use unified service.

v3.0.6

02 Jul 20:46
Compare
Choose a tag to compare

[v3.0.6] - 2018-07-02

Added

  • Map control to fit task-completion map to task features.
  • Animate task features on map when new task loads.
  • Auto-suggest for challenge keywords when creating a challenge (#229).
  • Jump to desired workflow step when editing a challenge.
  • Option to save-and-finish early when editing a challenge.
  • Various enhancements to experimental mobile support.

Fixed

  • Don't offer edit-task link in admin task-map popup to project owners with
    read-only access.
  • Inconsistent whitespace on user profile page.

Changed

  • Reuse task-completion map between tasks, preserving settings (#298).

v3.0.5

22 Jun 21:23
Compare
Choose a tag to compare

[v3.0.5] - 2018-06-22

Added

  • Congratulate user when a challenge is completed (#112).
  • Challenge owners can set individual tasks to any status (#387).
  • Challenge owners can bulk reset tasks to Created stauts (#326).
  • Challenge owners can move challenges between projects (#328).
  • Administration of project managers.
  • Support for Read, Write, and Admin project manager roles.
  • Improved handling of server authentication and authorization errors.
  • Changeset source field on challenges with JOSM prefill (#361).

Fixed

  • Ensure latest API key displayed after multiple consecutive resets.
  • Cloning a challenge could fail in some scenarios.
  • Ensure all challenges shown to challenge owner (#396).

Changed

  • Relocated comments on task-completion sidebar (#296).

v3.0.4

08 Jun 18:00
Compare
Choose a tag to compare

[v3.0.4] - 2018-06-08

Added

  • Option on user profile page to reset API key
  • Button on user profile page to copy API key to clipboard

v3.0.3

08 Jun 14:51
Compare
Choose a tag to compare

[v3.0.3] - 2018-06-08

Security

  • Prevent non-managers from viewing challenge admin page when following a
    direct link (#383).

v3.0.2

04 Jun 21:02
Compare
Choose a tag to compare

[v3.0.2] - 2018-06-04

Added

  • Allow all users to create new projects.
  • New "Intersecting Map Bounds" challenge location filter.
  • Experimental (disabled by default) basic support for mobile devices.
  • Add last-activity date to challenge overview table (#221).
  • Update README documentation.
  • [internal] Upgrade various package dependencies, including React.

Fixed

  • Very slow edit-challenge forms for some challenges (#370).
  • Refresh results from server after changes to challenge filters.

Changed

  • "Within Map Bounds" challenge location filter now only displays challenges
    centered within the map bounds. Its prior behavior of including any
    challenges with intersecting bounding boxes is represented by the new
    "Intersecting Map Bounds" filter (#88).
  • Default to https for tile-server and other URLs.

v3.0.1

15 May 15:45
Compare
Choose a tag to compare

[v3.0.1] - 2018-05-15

Added

  • Additional error page for use by server in some situations.

Fixed

  • Navigating directly to non-existent task spins forever (#357).
  • Export of challenge tasks CSV for challenge owners not working properly on
    Windows (#359).

Removed

  • Nav link to old UI

v3.0.0

10 May 17:20
Compare
Choose a tag to compare

[v3.00] - 2018-05-10

Removed

  • Beta badge and beta-specific introductory language.