mirror of
https://gitee.com/wanwujie/sub2api-mobile
synced 2026-04-02 22:42:14 +08:00
1.1 KiB
1.1 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project follows Semantic Versioning.
[Unreleased]
Added
- Open-source baseline documentation:
README.mdexpanded for setup, architecture, release, and security notesLICENSE(MIT)CONTRIBUTING.mdCODE_OF_CONDUCT.mdSECURITY.mdCHANGELOG.md
- New admin creation flows:
app/users/create-user.tsxfor creating users via/api/v1/admin/usersapp/accounts/create.tsxfor creating accounts via/api/v1/admin/accounts
- New users tab quick action to open the create-user screen.
Changed
- Repository naming aligned to
sub2api-mobilein public docs. - Request URL composition in
src/lib/admin-fetch.tsnow handles duplicated/api//api/v1prefixes safely. - Better admin request error handling for invalid server responses.
- Server settings screen removed the "current compatible sub2api version" display block.