diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f34fe..cb82def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,14 @@ and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.ht - `CODE_OF_CONDUCT.md` - `SECURITY.md` - `CHANGELOG.md` +- New admin creation flows: + - `app/users/create-user.tsx` for creating users via `/api/v1/admin/users` + - `app/accounts/create.tsx` for creating accounts via `/api/v1/admin/accounts` +- New users tab quick action to open the create-user screen. ### Changed - Repository naming aligned to `sub2api-mobile` in public docs. +- Request URL composition in `src/lib/admin-fetch.ts` now handles duplicated `/api`/`/api/v1` prefixes safely. +- Better admin request error handling for invalid server responses. +- Server settings screen removed the "current compatible sub2api version" display block.