What's Changed
BREAKING
Trow now uses a database to store the registry state.
Currently no migration is provided, the data/
directory needs to be wiped.
Features
- Trow now uses a database (sqlite) to store the registry state
- Support for the referrers API
Fixes
- Fix authentication always failing (
invalid username/password
)