23 lines
991 B
Markdown
23 lines
991 B
Markdown
# Changelog
|
|
|
|
All notable changes to Favoritter are documented here.
|
|
|
|
## v0.1.0 — 2026-03-29
|
|
|
|
### Added
|
|
- User registration with configurable signup modes (open, approval-required, closed)
|
|
- Favorites with description, optional URL, image upload, tags, and privacy controls
|
|
- Tag system with autocomplete, browsing, and admin management
|
|
- User profiles (public or limited visibility) with avatars
|
|
- Admin panel: user management, tag management, signup requests, site settings
|
|
- Atom feeds: global, per-user, per-tag
|
|
- JSON and CSV import/export for data portability
|
|
- JSON REST API under `/api/v1/`
|
|
- OpenGraph meta tags for link previews
|
|
- Argon2id password hashing
|
|
- CSRF protection, rate limiting, security headers
|
|
- Proxy-aware deployment (WireGuard/Tailscale support)
|
|
- Configurable base path for subdomain and subpath deployment
|
|
- Systemd service file with security hardening
|
|
- Containerfile for Podman/Docker deployment
|
|
- Makefile with cross-compilation, .deb/.rpm packaging targets
|