Skip to content

v3.0.0-beta

Latest
Compare
Choose a tag to compare
@pheralb pheralb released this 01 Apr 11:22
· 13 commits to main since this release
0d4fe53

💥 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.