Snazzah Stub Versions Save

A self-hostable modified fork of Dub: An open-source link shortener.

v0.4.0

1 year ago

Changes

  • Links were refactored. Links can now be archived, have passwords and expiration dates, and includes a UTM builder to set UTM tags with.
    • To migrate links, you'll need to run yarn migrate. Docker instances should work fine after updating automatically.

v0.3.1

1 year ago

Changes

  • Fix disabling sign-ups also disallowing e-mail magic links to be sent
  • Updated update link modal, image URL is no longer required

v0.3.0

1 year ago

Additions

  • Added referral stats section
  • Added QR code modal
  • Added mailing.run emails

Changes

  • Properly support other languages in links
  • Reverted UTM tracking
  • Removed rate limiting with links
  • Modals now have a focus trap
  • Various mobile improvements

v0.2.0

1 year ago

Additions

  • Added users section to admin page
  • Added copy link button to stats page
  • Added UTM tracking to links
  • Added advanced options to links
  • Added more device icons
  • Added 90 day stats interval

Changes

  • Changed modals/tooltips to be more mobile-friendly
  • Projects and links pages now respect user roles
  • Removed reserved keys, no longer needed
  • [docker] Fixed folder perms in node_modules (this actually crashed the router ☹️)

v0.1.4

1 year ago

Changes

  • Refactored authentication (you may be forced to login again after updating)
  • Fixed trust proxy default header
  • Added sharp dependency
  • Added commit SHA link to admin page
  • Fixed links in navigation dropdown
  • Various CSS fixes

v0.1.3

1 year ago

Changes

  • [docker] Actually fixed the next image loading issue (I didn't copy the config)

v0.1.2

1 year ago

Changes

  • Added project deletion
  • Added more bot device icons
  • Made 'CF-Connecting-IP' a default of TRUST_PROXY_HEADER (rather than checking it before hand)
  • Some mobile CSS improvements
  • [docker] Fixed Next.js failing to load images

v0.1.1

1 year ago

Changes

  • Added index linking
  • Fixed editing links
  • Changed default time period to 24h
  • [docker] Set PostgreSQL version from v13 to v14

v0.1.0

1 year ago

Initial release