March 6, 2026

This is the v2.2.0 release for desktop, which includes a large batch of changes since the last desktop release. No changes were released for web today.

Desktop

Features and improvements

  • Freshening up the choropleth tooltip
  • Enable hiding lat/lon labels in map tooltip
  • Allow histograms as long as column has at least 2 distinct values
  • Add "no data" states for linked headers
  • Add button to filter to value from cell
  • Improve data calls for donut, treemap, and sorted values

Performance

  • Reduce node count of column element to help with DOM size
  • Load columns in batches to allow the UI to show progress

Theming and UI

  • Fix theme colors in loader bar and user menu
  • Update file selection view to use app theme
  • Refreshed saving UI

Bug fixes

  • Fix grid tooltip being cut off
  • Reset errors after split column
  • Fix disabled buttons in dropdowns
  • Refresh grid after changing column data type
  • Fix unlinking not reflecting in column list
  • Ensure unique HTML IDs
  • Fix NaN filters created from tallies on numeric columns
  • Catch failure to connect to geocoding server
  • Fix pluralization issue in big charts
  • Handle scrolling triggered by moving focus in column headers
  • Ensure date/time format exists before parsing
  • Better handling of quotes during delimiter detection
  • Improved heuristic for %m/%d/%Y and %d/%m/%Y date formats

Security

  • Upgrade packages to patch vulnerabilities