Skip to content

v8.2.1

Choose a tag to compare

@julien-nc julien-nc released this 15 Mar 18:25
· 29 commits to main since this release
v8.2.1
e0cb88c

Added

  • Allow using a photon instance as an alternative geocoder for map search @julien-nc #75
  • Include some settings in public links as GET params, restore them in public pages @julien-nc #74
  • Add sliders in settings

Changed

  • Simplify getting headers of http responses in backend
  • Add proper typescript checks for Vue components
  • Use NcFormBoxButton in the about section of the settings
  • Use IFileAction interface for file actions (Nextcloud 34 compat)
  • Update npm and composer dependencies

Fixed

  • Fix style of sharing item when there is no share
  • Fix potentially missing key when getting proxied maptiler style @julien-nc #71
  • Add fallback value if settings.chart_x_axis is not set

Tests