This release focuses on making TinyFeed even tinier and improving security practice.
✨ Features
- Docker images are now built entirely from scratch, increasing security and reducing image size by 56% (12.5MB).
- Debug information is now stripped during build to reduce binary size by 30% (4.4MB).
- Switched from spf13/cobra to Go's standard flag package for a minimal dependency footprint and reduced binary size by 5% (700KB).
🔒 Security
- Commit pinning in GitHub Actions: action now reference full commit hashesto reduce supply chain risks.
- A vulnerability disclosure policy is now in place to define a responsible scope and facilitate reporting.
🐛 Fixes
- Resolved a nil pointer dereference when running with the --quiet flag.
🧹 Miscellaneous
- Added a logo for reference in external publication