Skip to content

v3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 19:29
2952ac8

Added

  • #379 and #384 Improved QR code modal, including controls to customize size, format and margin, as well as a button to copy the link to the clipboard.

  • #385 Added setting to determine if "validate URL" should be enabled or disabled by default.

  • #386 Added new card in overview section to display amount of orphan visits when using Shlink 2.6.0 or higher.

  • #177 Added dark theme.

  • #387 and #395 Added a section to see orphan visits stats, when consuming Shlink >=2.6.0.

  • #383 Added title to short URLs list, displayed when consuming Shlink >=2.6.0.

  • #368 Added new settings to define the default interval for visits pages.

  • #349 Added support to export visits to CSV.

  • #397 New section to edit all data for short URLs, including title when using Shlink v2.6 or newer.

    This new section replaces the old modals to edit short URL meta, short URL tags and the long URL. Everything is now together in the same section.

Changed

  • #382 Ensured short URL tags are edited through the PATCH /short-urls/{shortCode} endpoint when using Shlink 2.6.0 or higher.
  • #398 Improved performance when loading short URL details by avoiding API calls if the short URL is already present in local state.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #335 Fixed linting errors.