Skip to content

Releases: umap-project/umap

3.2.0 - 2025-07-10

10 Jul 14:32
Compare
Choose a tag to compare

This release changes the way pictograms are managed. Instead of managing them through
a Django models in the admin, there is now a setting to point to one or more local folders.
It makes it easier to deal with a lot of pictograms, and also allows to expose more than one
collection to users. See https://docs.umap-project.org/en/stable/config/icons/ for more
informations.

Note: the old way is still supported for now, but deprecated.

New features

Bug fixes

Internal Changes

New Contributors

3.1.1 - 2025-06-11

11 Jun 16:26
Compare
Choose a tag to compare
  • revert social-auth-core and deprecate bitbucket login

3.1.0 - 2025-06-11

11 Jun 15:10
Compare
Choose a tag to compare

This version main improvement is the introduction of map templates, which
allow to start new maps with prefilled style and optionally data.

There is also a new importer for open data portals (for now only dealing
with OpenDataSoft portals). And for the more adventurous, a new
experimental line decoration feature.

New features

Bug fixes

Internal Changes

Changed templates

  • umap/dashboard_menu.html
  • umap/design_system.html
  • umap/js.html
  • umap/map_list.html
  • umap/map_table.html
  • umap/user_dashboard.html
  • umap/user_map_table.html
  • umap/user_templates.html

3.0.6 - 2025-05-14

14 May 15:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.5...3.0.6

3.0.5 - 2025-04-25

25 Apr 15:47
Compare
Choose a tag to compare

New Contributors

3.0.4 - 2025-04-14

14 Apr 15:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.3...3.0.4

3.0.3 - 2025-04-11

12 Apr 15:37
Compare
Choose a tag to compare

3.0.2 - 2025-04-08

08 Apr 15:24
Compare
Choose a tag to compare

3.0.1 - 2025-04-07

07 Apr 18:03
Compare
Choose a tag to compare

3.0.0 - 2025-04-07

07 Apr 16:56
Compare
Choose a tag to compare

This is the first release to officially support colaborative real-time map editing.
It introduces ASGI deployement, to support websockets, and adds Redis in the stack.
But it's still possible to continue deploying in WSGI for now, and Redis is only
mandatory when using the real-time feature.

How to use the real-time editing feature in your instance:

Other notable changes:

  • a first version of a real undo/redo
  • map categories; those are defined through the UMAP_TAGS settings

Note: you may want to update your search index to include the category search,
see https://docs.umap-project.org/en/stable/config/settings/#umap_search_configuration

Breaking change

New features

Bug fixes

Internal changes

Accessibility

Changed templates

  • auth/user_detail.html
  • auth/user_stars.html
  • umap/content.html
  • umap/home.html
  • umap/map_fragment.html
  • umap/map_list.html
  • umap/search.html
  • umap/search_bar.html
  • umap/team_detail.html