Skip to content

v3.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 16:10
5db0326

Changed

  • #753 Migrated from react-scripts/webpack to vite.
  • #770 Updated to latest dependencies.
  • #741 Improved visitsAsyncThunk, making it wrap pending/fulfilled/rejected actions, as well as custom ones, in a type-safe way.

Added

  • #750 Added new icon indicators telling if a short URL can be normally visited, it received the max amount of visits, is still not enabled, etc.

  • #764 Added support to exclude visits from visits on short URLs list when consuming Shlink 3.4.0.

    This feature also comes with a new setting to disable visits from bots by default, both on short URLs lists and visits sections.

  • #760 Added support to exclude short URLs which have reached the maximum amount of visits, or are valid until a date in the past.

Removed

  • #736 Removed cards mode in tags. Only table mode is supported now.
  • #774 Dropped support for Shlink older than 2.8.0.

Fixed

  • #715 Fixed connection still failing on miss-configured servers, after editing their params to set proper values.

Deprecated

  • Nothing