Skip to content

Releases: pheralb/slug

v3.0.0-beta

01 Apr 11:22
0d4fe53
Compare
Choose a tag to compare

💥 Breaking changes

  • Migration from Next.js 12 /pages to Next.js 14 /app directory.
  • Migration from tRPC to Next.js Server Actions.
  • New database, now using Turso with SQLite.
  • Now using shadcn/ui for the UI components with Radix Primitives.
  • New authentication flow with authjs. Now you can log in with your Google account (currently for new users).

🚀 New features

  • A completely new design with new icons & new command palette.
  • New notification messages using Sonner + light/dark/system mode (thanks @Hyuuh ✨).
  • Now you can access the links without typing /s/ (current links with /s/ still work).
  • Assign tags to the links to sort them.
  • Now you can know how many times your link has been clicked.
  • Share the QR code of your links and download it in SVG or PNG.
  • Add support for changing the account name, exporting links in JSON format & deleting the account.

v2.1.3

26 Dec 18:03
14a0d41
Compare
Choose a tag to compare
  • ✨ Add Superkey v0.1.3 | #9.
  • 📦 Update dependencies: headlessUI, Prisma, Next.js, Next-Auth, tRPC, React-Query & Framer Motion | #9.

v2.1.2

25 Nov 10:38
a04dd55
Compare
Choose a tag to compare

📦 What's Changed

  • 🎉 Upgrade to tRPC v10.
  • 🌱 Upgrade to @tanstack/react-query v4.
  • 🎨 Add Prettier + prettier-plugin-tailwindcss (automatically sorts classes).