···2233All notable changes to this project will be documented in this file.
4455+## [2.8.0] - 2026-02-15
66+77+### Added
88+99+- **OAuth-based account registration**: The `/login` handler now accepts a
1010+ `prompt` query parameter. Use `prompt=create` with a PDS URL as the handle to
1111+ direct users to the PDS account registration page. After registration, the
1212+ OAuth callback completes normally and the user is authenticated.
1313+1414+ ```
1515+ /login?handle=https://bsky.social&prompt=create
1616+ ```
1717+518## [2.7.2] - 2026-02-15
619720### Fixed