Skip to content

Releases: julien-nc/gpxpod

v8.3.1

Choose a tag to compare

@julien-nc julien-nc released this 16 Aug 15:35
v8.3.1
2c1a59b

Fixed

v8.3.0

Choose a tag to compare

@julien-nc julien-nc released this 30 Jul 12:21
v8.3.0
f0818eb

Added

  • Make the sky display optional in the map settings @julien-nc
  • Add referrer policy now enforced by OSM tile servers @julien-nc
  • Migrate to REUSE for license compliance @julien-nc
  • Support Nextcloud 35 @julien-nc
  • Add maplibre-gl 5->6 migration guide @julien-nc

Changed

Fixed

  • Fix comparison page: cast gpx times (SimpleXMLElement) to string @julien-nc
  • Pass use_sky setting to the comparison page @julien-nc
  • Fix sky not being set after style change @julien-nc
  • Fix many eslint issues @julien-nc

v8.2.1

Choose a tag to compare

@julien-nc julien-nc released this 15 Mar 18:25
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

v8.1.0

Choose a tag to compare

@julien-nc julien-nc released this 31 Jan 22:50
v8.1.0
111484b

Added

  • Add stadia satellite public map tile server
  • Use custom vue component for the map tile control
  • Add ability to edit personal and global tile servers
  • Use chartjs-plugin-zoom to allow zoom and pan on charts #86
  • Add pictures in public folder share

Changed

  • Use IUserConfig instead of IConfig
  • Make user config values lazy
  • Make app config values lazy
  • Sort tile servers
  • Use libxml_use_internal_errors again
  • Improve settings dialog style

Fixed

  • Fix settings dialog style and use icons for sections
  • Fix selected directory in public pages
  • Fix getting headers of proxy requests
  • Fix content-type of proxied raster tile and font
  • Fix picture cluster, there was an oooold breaking change about source.getClusterLeaves

v8.0.0

Choose a tag to compare

@julien-nc julien-nc released this 26 Dec 13:20
v8.0.0
6d8f655

Added

  • Add ability to move track to a new directory with drag'n'drop

Changed

  • Support NC 33 and 34 only

Fixed

  • Fix public page crash when trying to generate the download link

v7.2.4

Choose a tag to compare

@julien-nc julien-nc released this 26 Dec 13:33
v7.2.4
463b936

Fixed

  • remove remaining reference to Application::DEFAULT_MAPTILER_API_KEY

v7.2.3

Choose a tag to compare

@julien-nc julien-nc released this 26 Dec 13:17
v7.2.3
4a22a4d

Fixed

  • Fix public page crash when trying to generate the download link

v7.2.1

Choose a tag to compare

@julien-nc julien-nc released this 15 Dec 22:58
v7.2.1
9a28bb1

Added

  • Ability to cut tracks before or after a specific point @julien-nc #84

Changed

  • Update npm and composer dependencies
  • Drop default MapTiler key, disable vector tile servers if no key is set
  • Modernize user settings
  • Update translations

Fixed

  • Fix track download
  • Fix gradient issue when there is no value
  • Fix arrows when changing color criteria

v7.1.0

Choose a tag to compare

@julien-nc julien-nc released this 11 Oct 11:54
v7.1.0
06aab01

Added

  • Disable flyTo animations when OS animation setting is disabled @julien-nc #77
  • Add globe toggle control

Changed

  • Migrate to Vue 3 and nextcloud/vue 9 @julien-nc #77
  • Support Nextcloud 33

v7.0.4

Choose a tag to compare

@julien-nc julien-nc released this 24 Oct 22:01
v7.0.4
17cefb7

Fixed

  • Fix last migration, invalid request in some db systems