2026-03-09 15:07:30 +08:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
|
|
and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- Open-source baseline documentation:
|
|
|
|
|
- `README.md` expanded for setup, architecture, release, and security notes
|
|
|
|
|
- `LICENSE` (MIT)
|
|
|
|
|
- `CONTRIBUTING.md`
|
|
|
|
|
- `CODE_OF_CONDUCT.md`
|
|
|
|
|
- `SECURITY.md`
|
|
|
|
|
- `CHANGELOG.md`
|
2026-03-09 19:07:56 +08:00
|
|
|
- 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.
|
2026-03-09 15:07:30 +08:00
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
- Repository naming aligned to `sub2api-mobile` in public docs.
|
2026-03-09 19:07:56 +08:00
|
|
|
- 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.
|