Release Notes
Added
- Added Load more pagination for folder browsing so directories can show items beyond the first 50.
- Added app-wide custom accent color settings for buttons, selections, focus rings, and folder icons.
- Added linux/arm64 Docker image publishing alongside linux/amd64.
Changed
- Bumped frontend and website package versions to 0.1.5.
Fixed
- Closed #11 by exposing pagination controls for large folders.
- Closed #10 by publishing multi-architecture Docker images.
Validation
- backend: go test ./...
- frontend: bun run check
- frontend: bun run build