-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: Lorenzo0111/DownloadTracker
v2.1 - Referer
13c39fc What's Changed
- Fixed authentication on download routes
- Added trackable referer with the header or the
?refquery
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
Assets 2
v2.0 - Welcome DownloadTracker
637ab99 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
Assets 2
Github Releases API
99d853f 1.1 Moved to github release api
Assets 2
First Version
08c97eb 1.0 Update README.md