Skip to content

Releases: Snazzah/stub

v0.4.0

31 Oct 14:48
fd68539
Compare
Choose a tag to compare

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

22 Oct 01:56
718e70e
Compare
Choose a tag to compare

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

17 Oct 13:22
9d14ea2
Compare
Choose a tag to compare

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

05 Oct 04:36
f5c1b96
Compare
Choose a tag to compare

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

30 Sep 17:56
f547f93
Compare
Choose a tag to compare

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

29 Sep 04:25
fba4ab4
Compare
Choose a tag to compare

Changes

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

v0.1.2

28 Sep 14:58
cd299e7
Compare
Choose a tag to compare

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

27 Sep 01:24
005f2e0
Compare
Choose a tag to compare

Changes

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

v0.1.0

26 Sep 19:35
78daca0
Compare
Choose a tag to compare

Initial release