Skip to content

Releases: Lorenzo0111/DownloadTracker

v2.1 - Referer

29 Jun 13:02
13c39fc
Compare
Choose a tag to compare

What's Changed

  • Fixed authentication on download routes
  • Added trackable referer with the header or the ?ref query

Upgrading

The update is fully compatible with the 2.x branch. It is required to apply a new migration to supabase which can be found here

Full Changelog: v2.0...v2.1

v2.0 - Welcome DownloadTracker

27 Jun 10:34
637ab99
Compare
Choose a tag to compare

I've decided to rewrite this project from scratch to use a newer stack and modern software.

I've started from simply rewriting the backend from using Express.js to Hono, an ultrafast web framework. I've also decided to remove SQLite and migrate to Supabase to also integrate auth easily.
The project was still too simple and I've decided to also code a dashboard by using the shadcn component library and Next.js.

What's Changed

  • Rewrite to Hono and Next.js
  • Migrate to Supabase
  • Added a web dashboard to see stats
  • Created release templates for easier deployment

Breaking Changes

The 1.x versions are not compatible with this new one. The table schema is really similar so you could code a few lines of code to migrate to this new system.

Full Changelog: 1.1...v2.0

Github Releases API

21 Jul 08:17
99d853f
Compare
Choose a tag to compare
1.1

Moved to github release api

First Version

13 May 17:44
08c97eb
Compare
Choose a tag to compare
1.0

Update README.md