v1.0.1
February 10, 2024
major Release

Initial public release

Public launch: basic dashboard, public link creation & resolver, API client, and initial auth/permissions model.

The platform exposes public endpoints for creating temporary public links (POST /links/p) and resolving them (GET /links/p/:shortId) which return a 302 redirect to the original URL.

The initial dashboard includes the Links page with create dialog and placeholders for analytics. A centralized API client unifies error handling and strips backend error code suffixes for clearer messages.

Authentication and team ownership were added to gate sensitive operations; initial security hardening included dependency updates and safer token handling.

Public endpoints: create public links (POST /links/p) and resolver (GET /links/p/:shortId)
Dashboard skeleton with links page, create dialog, and placeholders for analytics
Centralized API client with uniform error handling and stripped error codes
Initial dependency audit and authentication token handling improvements